Christopher Arndt

Results 235 comments of Christopher Arndt

Tracktion/Waveform, for example, unfortunately. Saving and restoring FXP presets works well, though. Reaper also doesn't have LV2 support yet, AFAIK, although it is reportedly planned.

I managed to implement support for generating key presses from `/key` messages fairly easily with [pyautogui](http://pyautogui.readthedocs.org). You can try it out by checking out my [feature/keys](https://github.com/SpotlightKid/touchosc2midi/tree/feature/keys) branch. I've added a...

So, I worked a little bit more on my branch and eventually decided to extract the keyboard handling code from PyAutoGUI into a new submodule [touchosc2midi/x11keyboard.py](https://github.com/SpotlightKid/touchosc2midi/blob/feature/keys/touchosc2midi/x11keyboard.py), since there were several...

The labels of the "Scale" param values may make it hard to find the scale your looking for. E.g. to have the plugin generate the chords of the C (natural)...

Reference for liblo not allowing to which address to `bind` to: https://sourceforge.net/p/liblo/mailman/message/34989152/ http://liblo.sourceforge.net/docs/group__liblolowlevel.html#ga4afa474b11ed0d4511857ae79c56aaa1

I18n is about translation, l10n is about other conventions, like number and date formats, sorting behaviour etc. l10n is implemented differently than translations, e.g. when a number is displayed in...

Can you provide a usage scenario? Am I right in concluding, that this would require an extra JACK input port for every CV signal? And if you wanted to control...

Just transferring information from IRC (`#lad`) over here: You can use [midimonster](https://midimonster.net/) to create a JACK CV to MIDI client to control a `jack_mixer` channel's volume or balance, Here's an...

Thanks for the suggestion. The MIDI control feature needs a general overhaul. I'd like for jack_mixer to be able to be controlled via all types of MIDI messages, with configurable...