seebk
seebk
I am currently trying to write a VST plugin wrapper to execute Julia code in a DAW. Therefore, I need a set of types and functions with a standard interface...
Thanks for the info, I was not aware of the JuliaAudio group. I also did not yet setup a repo, but it will hopefully be ready in the next couple...
Finally, I had time to clean up the portaudio wrapper and created a repository https://github.com/seebk/PortAudio.jl The basics work well, however performance is still an issue and drop outs occur with...
Thanks for your pull request. I like the idea to be able to select a specific layer. However, I am quite busy at the moment with other projects and can't...
That would indeed be a nice feature. Probably I won't have time to implement it soon, but if anyone is willing to work on this I would be glad to...
Can you please upload an example SVG to reproduce the problem?
That looks strange. How did you create the text element? Looking at the XML it seems that it is not a normal text element but a "FlowRegion". LaTexText only searches...
Funny, I have used Inkscape for years but never recognized that there are two different ways to use the text tool... 1) Cick somewhere and type the text, this creates...
That's a good question... There is a page in the [Inkscape wiki](http://wiki.inkscape.org/wiki/index.php/Updating_your_Extension_for_1.0) providing instructions to update extensions. It looks like a few changes might be necessary but nothing fundamental.
Thanks @seignovert, your PR looks good to me and I'd be happy to merge. Let me know when you feel it's ready.