You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, this is a request for a keyswitch extension.
It's functionality usually found in samplers, which makes certain keys of midi keyboards switch to a different timbral variation.
The keyswitches can be packed together in groups, which are usually adjacent keys with a same color.
The purpose of the extension would be to expose the keyswitchs to a host, such that they can appear on a virtual keyboard, and/or have the switch names appear on the notes of a piano roll. (similar to clap_plugin_note_name)
Hi,
Thank you for your submission.
Just to let you know, I'll take a look at it later as I'm currently trying to finish what I consider the core design and fundamental extensions.
Cheers,
Alex.
Is there any consideration for such a feature now that the core is done?
Also I skimmed through some docs and I'd like to ask if there is any way in CLAP to query midi events or audio (in a track) ahead-of-time. This would allow virtual instruments to automatically play various expressions in a smart way depending on note context (is note surrounded by shorts, does it lead to another long note, does this part look like a glissando...) and adjust the playing style or samples in a way a real player would. Technically this could be done by hacking around the transport control but that is a very inefficient and dirty way to do it.
Hello, this is a request for a keyswitch extension.
It's functionality usually found in samplers, which makes certain keys of midi keyboards switch to a different timbral variation.
The keyswitches can be packed together in groups, which are usually adjacent keys with a same color.
The purpose of the extension would be to expose the keyswitchs to a host, such that they can appear on a virtual keyboard, and/or have the switch names appear on the notes of a piano roll. (similar to
clap_plugin_note_name
)This exists in vst3, with a severely lacking documentation.
https://steinbergmedia.github.io/vst3_doc/vstinterfaces/classSteinberg_1_1Vst_1_1IKeyswitchController.html
In essence, I believe it should be
name
, and thekey
+channel
+port
as identifiername
changed
to reload the switchesillustration:
The text was updated successfully, but these errors were encountered: