Multiple releases choice based on elapsed time between NOTE ON and NOTE OFF (like for GrandOrgue/Hauptwerk) #41
Replies: 2 comments
-
|
Have a look at https://sfzformat.com/extensions/midi_ccs there are special HDCCs that track the time since the key was started
|
Beta Was this translation helpful? Give feedback.
-
|
I do have this in a real instrument, where I did tremolo picking on guitar by having the note play on both note-on and note-off, using trigger=release for the latter, but if holding the note longer, the extra sample is not triggered. Not sure if it would work "properly" on organ, as the CC is I think tracked globally for the whole instrument, so if you've been holding one note for a while but then hit a second note a fraction of a second before you release the first, the first migth well get the "short note" release sample. But for tremolo picking on guitar, that's not really an important thing, so this seems to work> //Tremolo notes on release trigger=release off_by=2 off_mode=time off_time=0.1 hihdcc151=0.5 ampeg_sustain=0 ampeg_hold=0.2 ampeg_decay=0.3 volume_oncc135=-2 group=502 note_polyphony=1 //Keep from overtriggering when we add unison #include "modules/maps/tailpiece_bend/ord.sfz" |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
How could something like this be possible in SFZ format ?
This is necessary to reproduce church organ sounds (this behaviour is common in GrandOrgue/Hauptwerk samplers)
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions