Nick Dowell
Nick Dowell
I've never used micro-tuning myself so I'm not really sure what the best way to do this is. Are there any other synth plugins that do a good job of...
Thanks @suhr for the link about MIDI Tuning Standard - I am now planning to implement support for the Tuning program change registered parameter number controller message.
@SeanArchibald sure, support could be added for switching between tunings in the plugins via the GUI or via MIDI messages. If you are able to test and give feedback on...
The current plan is to * Add a directory to place your tuning files for quick access - e.g. `~/.amsynth/tuning` * Extend the plug-in's right-click menu to add tuning options...
After reading [this article about Microtonality in Falcon](http://soundbytesmag.net/microtonality-in-falcon/) and [this article following up on it](http://xen-arts.net/microtonality-in-falcon-soundbytes-review-by-warren-burt/) I am not so sure my previous plan is a good one because switching between...
There is now **experimental** support for loading .scl and .kbm files in the plugins 😎 Please check out the [feature/plugin-tuning-menu](https://github.com/amsynth/amsynth/tree/feature/plugin-tuning-menu) branch if you're interested in trying it out. ``` git...
There was a bug with LV2 controls not working properly, this is fixed now. Also the LV2 plug-in now saves & restores tuning setup. @suhr I've not had any reports...
Currently those bits of text are included in the background image. Because the UI has fixed positions and sizes for each control, it would not be able to adapt to...
Thanks for your work on this PR! Can you give a bit of context around how to use this functionality - for example what's your test set-up?
Hi, there is some basic OSC code in [amsynth_dssi_gtk.cpp](https://github.com/amsynth/amsynth/blob/develop/src/amsynth_dssi_gtk.cpp#L91) ([DSSI GUIs](http://dssi.sourceforge.net/RFC.html#toc11) use OSC) that uses [liblo](http://liblo.sourceforge.net) and it would be best to use a single OSC library in amsynth, so...