- Timestamp:
- 02/25/2018 04:45:59 PM (7 years ago)
- Branches:
- master
- Children:
- 5e2fc8b
- Parents:
- 2cd18e3
- Location:
- emu
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
emu/all.h
r2cd18e3 r25c3737 20 20 #include <stdint.h> 21 21 #include <stdio.h> 22 #include <stdlib.h> 22 23 #include <string.h> 23 24 #include <unistd.h> -
emu/mid.c
r2cd18e3 r25c3737 195 195 196 196 inf("using MIDI port %u (%s)", mid_port, name); 197 free((char *)name); 197 198 198 199 rtmidi_in_set_callback(mid_in, callback, mid_in->data);
Note:
See TracChangeset
for help on using the changeset viewer.