vel send

sends note velocities,no gate,no bullshit.for controllers that feel like receiving them.
Author: robert schirmer
License: BSD
Github: rbrt/midi/out/vel send.axo

Inlets

int32 startnote

int32 v0

Outlets

None

Parameters

int32 startnote

Attributes

combo device

spinner channel

Declaration
uint8_t prev0;
uint8_t startnote;
Control Rate
startnote = param_startnote + inlet_startnote;

if (inlet_v0 != prev0) {
  MidiSend3((midi_device_t)attr_device, MIDI_NOTE_ON + (attr_channel - 1),
            startnote, inlet_v0);
  prev0 = inlet_v0;
}

Privacy

© 2024 Zrna Research