yikelu
yikelu
Fixed it. Patch here: ``` diff --git a/uad-hide-and-seek.rb b/uad-hide-and-seek.rb index 0fae2eb..89ee32e 100644 --- a/uad-hide-and-seek.rb +++ b/uad-hide-and-seek.rb @@ -107,6 +107,7 @@ when /5/ # VST3 Plugins PARENT_PATH = '/Library/Audio' PLUGIN_DIR =...
Yup, all good. Didn't feel the need to fork/PR a trivial 2 line change.
I managed to hack up a workaround after I noticed "Refresh Desktop" put things in the right places. So I put this line: - I All (CurrentPage, !FwmButtons, !FvwmPager, !FvwmIconMan,...
Tried making those changes, including +1, neither fixed it. I'm currently ok with my workaround, although it is annoying. Could be some idiosyncrasy of 2.6.3? Edit: my specific workaround is...
I primarily observe this when sending PC change messages to TX1, however I do batch them together with other MIDI messages for other devices (other channels). I may send 3-4...
Pretty sure I found the culprit, and it is a queue backup. I forgot I am sending MIDI clock (which incidentally, have not gotten it to work in the controller)....
> Midi clock is currently ignored in the controller. If this is the case, what is the "Tempo Src" feature in the global section on the web config? As a...
LMK if I can help. I can code generally, not familiar with the specifics of embedded or USB protocol, but happy to learn. I would suggest "tempo src" be renamed...
I took a look at this and I don't know if there's really a clever solution. The MIDI Featherwing looks to be primarily an analog device, there's no processor or...
I'm guessing that turning the pot spams MIDI values and the queue gets gummed up. If the changes get lost, it's probably due to the queue overflowing.