-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not playing well with Ableton provided OSC receiver. #68
Comments
BTW, the max device works fine with TouchOSC Attaching my modified amxd with 24 OSC receives. |
"It doesn't perform well, the update frequency is very slow." |
I bypassed "speedlim 10", but still only updated once in a while. Then i remembered preset .. copy / preset .. paste. I changed and pasted the config to the cvOSCcv module. Now, the changes per 1/100s are large enough to trigger an update, and the sliders move smooth in Ableton Perhaps make the "channelSensitivity" configurable in the GUI. Thanks ! Note to fellow explorers .. the cvOSCcv expander modules have their own presets, that needs changing of the sensitivity too to get smooth updates. |
"Send Frequency" and "Change Threshold" were added as context menu options. |
Howdy,
I'm attempting to use cvOSCcv to control some VST's in ableton.
I found this from Ableton, that takes input from a TouchOSC app, and lets me map the OSC values to ableton controllers.
https://github.com/Ableton/m4l-connection-kit/tree/master/OSC%20TouchOSC
It doesn't perform well, the update frequency is very slow.
I'm thinking perhaps it has to do with the format that cvOSCcv sends, which I'm guessing is different from TouchOSC - perhaps the packing of the data is not understood by the max patch, it only uses a somple "udpreceive".
I don't know if you use Ableton and/or have a better max patch to work with OSC from cvOSCcv ?
Perhaps you can use the information, and make a "TouchOSC" mode, that will make it work with apps that accept touchOSC OSC messages (Which I'm guessing are simpler, perhaps only one controller per message).
Thank you.
The text was updated successfully, but these errors were encountered: