Sean

Results 36 comments of Sean

@spoonmanx You can see what Analogue plans to support in v1.1 in the Dock manual, here: https://assets.analogue.co/pdf/9171a59efe42e5378e2b8489c3cbd19e/Analogue_Dock_User_Manual_v1.1.pdf If you scroll down, there is a grayed out section for firmware v1.1.

I'm confused... isn't it possible to use as an external library from C++ via something like: ``` extern "C" { #include "reverb.h" } ``` ?

I can leave the PR open and if someone wants it they can grab it

Well, it's a judgement call, so there isn't a hard rule... this does make it easier to incorporate into a C++ project, but it also makes the code more complicated....

I don't believe it falls under GPL, because it is a rewrite from scratch. I.e., no copy/pasted code, and if you actually look at Freeverb vs sndfilter code, you can...

I haven't tested the data but wanted to give you a response at least... Are you sure you aren't just rendering it wrong? Polybooljs expects polygons to be combined in...

Returning less points could just mean it is combining colinear points. For example, this produces less points than what's provided: ![image](https://user-images.githubusercontent.com/8442338/30521674-6fa7350c-9b91-11e7-886d-2201783518ad.png)

ok thanks for reporting

Thanks! Unfortunately, I really haven't looked at this code in a long time, so I don't have the context in my head anymore. If it's okay, I'll just leave this...

#11 says GeoJSON is working as expected.