[WIP] add worker threads for softcut buffer read/write/clear #811
Conversation
|
hey, we should merge this. any softcut script authors want to verify that it doesn't break stuff? seemed ok to me but i haven't tested extensively and don't typically use these functions in my scripts. basically, you should be able to load / save buffer regions without holding up processing other crone OSC commands. |
|
crud, sorry! will test this tonight. |
|
ok unfortunately having a hard time getting this to run properly.
once the menu shows up. launching
and crone quits. will keep looking. |
|
hrm... alright thanks for trying. i will attempt to make some time to revisit... i kinda suspect there is some other issue with the merge, since it definitely worked at the time (just tested by sending OSC to norns with softcut running.) |
looking at issue #805
added worker threads from OSC handler functions for buffer read/write/clear.
this is untested. opening PR in case anyone wants to leave feedback before i can get around to it.