Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 369 Bytes

readmidi.h

File metadata and controls

13 lines (8 loc) · 369 Bytes
 
Oct 21, 1999
Oct 21, 1999
1
/*
Oct 18, 2017
Oct 18, 2017
2
Oct 21, 1999
Oct 21, 1999
3
4
5
6
TiMidity -- Experimental MIDI to WAVE converter
Copyright (C) 1995 Tuukka Toivonen <toivonen@clinet.fi>
This program is free software; you can redistribute it and/or modify
Dec 31, 2011
Dec 31, 2011
7
it under the terms of the Perl Artistic License, available in COPYING.
Oct 21, 1999
Oct 21, 1999
8
Oct 18, 2017
Oct 18, 2017
9
10
11
readmidi.h
*/
Aug 21, 2004
Aug 21, 2004
12
Oct 18, 2017
Oct 18, 2017
13
extern MidiEvent *read_midi_file(MidiSong *song, Sint32 *count, Sint32 *sp);