|
Defines |
| #define | __USE_GNU |
Functions |
| | SEQ_DEFINEBUF (1024) |
| void | seqbuf_dump () |
| void | my_quit () |
| int | seq_init () |
| void | seq_close () |
| void | set_program (int channel, int pgm) |
| void | start_note (int channel, int note, int vel) |
| void | stop_note (int channel, int note, int vel) |
| void | set_control (int channel, int ctrl, int value) |
| void | set_pitchbend (int channel, int bend) |
| void | set_key_pressure (int channel, int note, int vel) |
| void | set_chn_pressure (int channel, int vel) |
| void | stop_all () |
| int | get_dtime (unsigned char *data, int *pos) |
| int | do_track_event (unsigned char *data, int *pos) |
| void | send_ipc (char *message) |
| void | kill_ipc () |
| int | do_ipc (int qid, struct msgbuf *buf, int flags) |
| void | play_hmi (void *arg) |
| void | digi_play_midi_song (char *filename, char *melodic_bank, char *drum_bank, int loop) |
| void | digi_set_midi_volume (int mvolume) |
Variables |
| int | drumflag = 1<<9 |
| int | seqfd |
| int | synth_dev |
| int | program [16] |
| int | stop |
| double | volume = 1 |
| int | rephmi |
| int | ipc_queue_id = -1 |
| msgbuf * | snd |
| SDL_Thread * | player_thread = NULL |
| Voice_info * | voices |
| unsigned char * | data = NULL |
| char | digi_last_midi_song [16] = "" |
| synth_info | card_info |