Document Bitwig not providing voice ID for NoteOff
This commit is contained in:
parent
16077101b2
commit
fb43047cbe
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@ pub enum NoteEvent {
|
|||
/// 127 levels available in MIDI.
|
||||
velocity: f32,
|
||||
},
|
||||
/// A note off event, available on [`MidiConfig::Basic`] and up.
|
||||
/// A note off event, available on [`MidiConfig::Basic`] and up. Bitwig Studio does not provide
|
||||
/// a voice ID for this event.
|
||||
NoteOff {
|
||||
timing: u32,
|
||||
/// A unique identifier for this note, if available. Using this to refer to a note is
|
||||
|
|
Loading…
Add table
Reference in a new issue