ReC98/th05/op/piano.h

7 lines
197 B
C

// Initializes note rendering and draws blank pianos for all monitored PMD
// channels.
void piano_setup_and_put_initial(void);
// Renders the currently played PMD notes.
void piano_render(void);