Skip to content

About note expression #328

Answered by baconpaul
ammar-mu asked this question in Q&A
Jun 26, 2023 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

I think bitwig is amiss in doing this translation if you only advertise CLAP_NOTE_DIALECT_MIDI but your choices in #3 seem correct to me.

CLAP_NOTE_EXPRESSION_EXPRESSION is the expression message. You probably want to translate to the BREATH or EXPRESSION PEDAL CC is my guess.

VOLUME is a linear amplitude scaling between 0 and 4, so a VOLUME of 1 matches no change in level, VOLUME of 2 is double amplitude. At least that's what I coded in surge and it callibrated to the display in the bitwig NE viewer OK.

If it helps here's the surge NE handler https://github.com/surge-synthesizer/surge/blob/main/src/common/dsp/SurgeVoice.cpp (search for noteExpression) and the clap saw demo has it https:/…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@ammar-mu
Comment options

@baconpaul
Comment options

Answer selected by ammar-mu
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants