diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2023-09-04 03:01:13 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2023-09-05 23:39:23 +0300 |
commit | 4fd919c5493d7e5100ed0ed944048c6ef8b59f50 (patch) | |
tree | 7457876aff69ddea14598bf68ed38822020cd879 /midi.h | |
parent | 03ca9c8010702337a06c8b0ca9ca1e90c301d47e (diff) | |
download | applause2-4fd919c5493d7e5100ed0ed944048c6ef8b59f50.tar.gz |
MIDI stuff has been moved into midi.lua
* common definitions are now in midi.h
Diffstat (limited to 'midi.h')
-rw-r--r-- | midi.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +/* This header is included from C and LuaJIT. */ + +// FIXME: Perhaps a struct would be easier to handle? +typedef uint32_t applause_midi_sample; + +applause_midi_sample applause_pull_midi_sample(void); |