summaryrefslogtreecommitdiff
path: root/midi.h
diff options
context:
space:
mode:
authorerdgeist <erdgeist@bauklotz.fritz.box>2016-08-12 14:46:51 +0200
committererdgeist <erdgeist@bauklotz.fritz.box>2016-08-12 14:46:51 +0200
commita8be0d3d20f07d4561826b01f566ca307eb23526 (patch)
treeb2c5c6d513ae3a84aba8e4eea94ec32e46d352fa /midi.h
commit as a backup
Diffstat (limited to 'midi.h')
-rw-r--r--midi.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/midi.h b/midi.h
new file mode 100644
index 0000000..41a29fe
--- /dev/null
+++ b/midi.h
@@ -0,0 +1,9 @@
1#pragma once
2
3int midi_init();
4
5void midi_playnote( int channel, int note, int octave_offset );
6void midi_silencenote( int channel, int note, int octave_offset );
7void midi_pitchbend( int channel, int pitch );
8//void midi_controller_event( int saite, int value );
9