Florian Hülsmann
Florian Hülsmann
@aendrew Sounds great! Take a look at this code, it's were I originally used it: http://sourceforge.net/p/ocsvg/code/ci/master/tree/js/ocsvgEditor.js#l194 In the meantime (since 2012) some things changed but you'll figure that out ;)
This is an upstream issue with [svg-edit](https://code.google.com/p/svg-edit/), please refer to their project site!
Ah sure, stupid me, this is of course only relevant when svgToPdf.js is used with svg-edit (my main purpose for writing this)!
Hi, Looks good! But is it backwards compatible?
Hey guys, sorry for my ignorance, actually the backwards compatibility has less importance over stability and good practice like no global functions etc., so I think this is not only...
@kripton yes, the liblo 0.32 update (first release in 4 years) apparently includes breaking changes in the header.
Maybe one idea is to reference upstream vst3sdk in a submodule in order to pin a target version.
> repository management would make this difficult I would just require to clone using `git clone --recurse-submodules https://github.com/igorski/transformant`
On 1.0.3 with rtaudio 6 no audio ports are created at all and this error printed: ``` RtApi::openStream: output device ID is invalid. ``` Still couldn't build latest master: Show...