Changeset a4b089c for ext/midi/midi_file.c
- Timestamp:
- Mar 29, 2005, 6:13:54 PM (20 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- 1f40359
- Parents:
- 65ebf30
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ext/midi/midi_file.c
r65ebf30 ra4b089c 147 147 int aubio_midi_file_read_mthd(aubio_midi_file_t* mf) 148 148 { 149 char mthd[15];149 signed char mthd[15]; 150 150 if (aubio_midi_file_read(mf, mthd, 14) != AUBIO_OK) { 151 151 return AUBIO_FAIL;
Note: See TracChangeset
for help on using the changeset viewer.