ML_synthtools sampler velocity control not working? #83
-
|
I am unable to get velocity response to work when using Sampler_NoteOn(channel, note, velocity); Should I be controlling velocity somewhere else, or am I missing some other detail somewhere? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 20 replies
-
|
I've checked the code. The velocity value was not processed during the playback. I could prepare an update |
Beta Was this translation helpful? Give feedback.
-
|
Yes, it should be kind of simulating synth. The implementation was stuck a bit. An accordion needs much more sounds but for mono or dual sound it should be much easier having enough headroom of processing power. I could imagine that it can be adopted to other instruments as-well. The pressure sensors are very nice. I should try something like this too soon. At the moment I am checking the variation by using some slider or knob. I've updated the sampler and added Sampler_SetChannelVolume. To link it update z_config:
|
Beta Was this translation helpful? Give feedback.
I've checked the code. The velocity value was not processed during the playback. I could prepare an update