zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit f8dcc25131537c341bfa7da7827f2a0b8b88adf5
parent 5b1a0d20ab4a2ecbec5b980d8a462d45a50a591e
Author: Hans Petter Selasky <hps@selasky.org>
Date:   Wed,  2 Jun 2021 16:44:43 +0200

Explain about new MIDI SysEx features.

Signed-off-by: Hans Petter Selasky <hps@selasky.org>

Diffstat:
MREADME.adoc | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/README.adoc b/README.adoc @@ -23,7 +23,10 @@ Features * Instruments can be organized in kits, which allows you to make drum kits or layered instruments; this makes possible to use more than one instrument for a single part. It is possible to choose what items from the kit should be processed by the Part's effects. * Randomness settings to create subtle differences in each sound to help create that familiar analogue warmth. * Microtonal capabilities with any scale, up to 128 notes per octave, and key mapping. -* Extensive MIDI/Audio driver support including JACK, ALSA, OSS, and PortAudio. +* Extensive MIDI/Audio driver support including JACK, ALSA, OSS, and PortAudio. The following MIDI protocol extensions are provided: +** Floating point notes via MIDI SysEx. Allows the exact pitch of a note on event to be specified as a 28-bit value. +** Per-note controller events via MIDI SysEx. Allows individual active notes to receive MIDI control events. +** Per-note pitch bend events via MIDI SysEx. Allows individual active notes to change pitch. * Session Management Support via LASH/NSM. * Plugin Support via DSSI/LV2/VST. * Over 1100 high quality instruments included.