forked from PAWPAW-Mirror/lib_xua
8 lines
188 B
C
8 lines
188 B
C
// Copyright (c) 2011-2018, XMOS Ltd, All rights reserved
|
|
#ifndef MIDIOUTPARSE_XH
|
|
#define MIDIOUTPARSE_XH
|
|
|
|
{unsigned, unsigned, unsigned, unsigned} midi_out_parse(unsigned event);
|
|
|
|
#endif
|