blob: 092c18aeb40fca8b17770c2af6a54cd8b8370e9f (
plain)
1
2
3
4
5
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);
|