-
Notifications
You must be signed in to change notification settings - Fork 81
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
Real-time parameter control #80
Comments
https://narkive.com/6HNdPD06:3.358.923
|
I hope I am getting the Reverb-Send-Mixer ready the next days. After that, I would like to implement parameter changes via SYSEX. I have an idea how to arrange this, but I have to test it. There is a kind of voice refresh function available, which has to be called after a change. |
For parameter changes via sysex, I opened a separate issue. This ticket here is about calling that voice refresh function when voice parameters are changed in the LCD GUI. Looking at Synth_Dexed, would one have to call |
I added a |
I have added a |
Thanks for adding this capability @dcoredump. However, I have build issues for 32-bit RPis with the latest Synth_Dexed. Could you please have a look? |
Argh - don't know why this happens just now. But I hope I have fixed it in current Synth_Dexed. Please pull and try again. Compilation works for me with RPI[1234]. |
Works! 👍 Thanks @dcoredump and @rsta2 |
It would be useful if changes to voice parameters would have immediate effect on already-playing notes.
This would be especially neat in combination with #63.
For some parameters this is already the case (e.g, volume), but apparently not for all of them. More investigation needed.
Do you perhaps know more about this subject @dcoredump?
The text was updated successfully, but these errors were encountered: