helm
helm copied to clipboard
Helm - a free polyphonic synth with lots of modulation
When I open Helm as a plugin in Ardour, it won't register any input from the keyboard in the Save or Browse menus. Toggling the keyboard icon in the upper...
Hi, Please don't read my issue as aggressive, but I was disappointed to get a .deb file when I started to download the "Linux" version. You should change the label...
I compiled 0.9.0 on Fedora 26. If i run it in Gnome on XOrg then I have no issue with the software. If I run Gnome Wayland then I can't...
I wonder if it'd be possible to run Helm on the MOD Duo? I've got the device, but seems that there's not many synthesizers present in the ecosystem so far.
First off thanks Matt for this amazing softsynth! I've come accros a situation where I really wanted to have one of the mono lfos locked a half period separate from...
As suggested from the Readme, tried to build using the supplied Xcode project and got a few errors related to code signing and warning for osx 10.7 / i386 depreciated...
This feature came from issue https://github.com/mtytel/helm/issues/64 originally and worked great until recent updates made it stop working. I don't know if the MPE stuff will use or subsume this feature...
I tried automating the Arpeggiator's frequency control, but for some reason when I expose that parameter to automation - it doesn't seem to update in Helm at all.
There is currently no HTTPS on the downloads section of @mtytel's website. People are basically downloading random unverified deb packages and installing them on their systems. This is a security...
[An extra null pointer check is not needed in functions](https://isocpp.org/wiki/faq/freestore-mgmt#delete-handles-null "Do I need to check for null before delete p?") like the following. - [CircularQueue::reserve](https://github.com/mtytel/helm/blob/d8232fd3eb5b0105b2d654b80543f9a6ca90a19d/mopo/src/circular_queue.h#L87 "CircularQueue::reserve function") - [EventList::setMaxSize](https://github.com/mtytel/helm/blob/d8232fd3eb5b0105b2d654b80543f9a6ca90a19d/VST3_SDK/public.sdk/source/vst/hosting/eventlist.cpp#L60 "EventList::setMaxSize...