Skip to content
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

Extended CC #481

Closed
1 of 10 tasks
jpcima opened this issue Oct 7, 2020 · 6 comments · Fixed by #747
Closed
1 of 10 tasks

Extended CC #481

jpcima opened this issue Oct 7, 2020 · 6 comments · Fixed by #747
Labels
new feature Feature additions and requests

Comments

@jpcima
Copy link
Collaborator

jpcima commented Oct 7, 2020

https://sfzformat.com/extensions/midi_ccs

  • 128: pitch bend, [-1:+1] per cycle
  • 129: channel aftertouch, ?
  • 130: polyphonic aftertouch, ?
  • 131: note on velocity, per voice [0:1]
  • 132: note off velocity, ?
  • 133: keyboard note number, per voice [0:1] normalized
  • 134: keyboard note gate, per voice [0:1]
  • 135: unipolar random, per cycle? [0:1]
  • 136: bipolar random, per cycle? [-1:+1]
  • 137: alternate, per cycle? [0:1]
@paulfd
Copy link
Member

paulfd commented Feb 6, 2021

Channel aftertouch is in #630.

@kinwie
Copy link

kinwie commented Feb 9, 2021

I think 129 is per cycle and 130 is per voice?

@paulfd
Copy link
Member

paulfd commented Feb 11, 2021

Ok I'm lost. What do we mean by per voice or per cycle here? Barring any normalization question, these should just be like CC sources no?

@alcomposer
Copy link
Collaborator

Hm, yeah, I think these extended CCs are in a sense a hack. Polyphonic aftertouch would have to be per-voice. As it's each key.

Otherwise there would be no difference between Channel or Poly.

@paulfd paulfd added the new feature Feature additions and requests label Mar 9, 2021
@kinwie
Copy link

kinwie commented Mar 10, 2021

Tested CC 129 and seems it has an issue :

<region>
sample=snare.wav
loop_mode=one_shot
key=60
pitch_oncc129=1200

Sending Channel aftertouch (mono aftertouch) from my host didn't modulate the pitch :
Untitled

But moving the CC 129 knob from UI does change the pitch.
Though, not sure if it's the kushview Element problem that it can't receive channel aftertouch message or not.
(I use it to host VST3)

@kinwie
Copy link

kinwie commented Mar 10, 2021

For sfz v1, CC 129 is chanaft
So, locc129 and hicc129 are alias to lochanaft and hichanaft
Using those also cause the CC 129 knob appeared at the UI in sforzando

@paulfd paulfd mentioned this issue Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature Feature additions and requests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants