summaryrefslogtreecommitdiff
path: root/midi.h
diff options
context:
space:
mode:
authorerdgeist <erdgeist@bauklotz.fritz.box>2018-04-16 15:36:14 +0200
committererdgeist <erdgeist@bauklotz.fritz.box>2018-04-16 15:36:14 +0200
commit8c978328b0d69216a1e60c3330c07d83c1408e12 (patch)
treed15e231961a57e0b9a84bd500bab69fcfe56e625 /midi.h
parent1b07b4d2ea8f716bef832b84bd38a2d0cdabb9b4 (diff)
Add velocity code
Diffstat (limited to 'midi.h')
-rw-r--r--midi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/midi.h b/midi.h
index 41a29fe..d2331b4 100644
--- a/midi.h
+++ b/midi.h
@@ -2,7 +2,7 @@
2 2
3int midi_init(); 3int midi_init();
4 4
5void midi_playnote( int channel, int note, int octave_offset ); 5void midi_playnote( int channel, int note, int octave_offset, int velocity );
6void midi_silencenote( int channel, int note, int octave_offset ); 6void midi_silencenote( int channel, int note, int octave_offset );
7void midi_pitchbend( int channel, int pitch ); 7void midi_pitchbend( int channel, int pitch );
8//void midi_controller_event( int saite, int value ); 8//void midi_controller_event( int saite, int value );