mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Fixes for new types...
This commit is contained in:
parent
3d5115b325
commit
c6d9012d55
13 changed files with 59 additions and 52 deletions
|
|
@ -41,7 +41,7 @@
|
|||
#include "midifile.h" /* SMF library header */
|
||||
#include "midifile.c" /* SMF library code */
|
||||
|
||||
#include "sys/asoundlib.h"
|
||||
#include "../include/asoundlib.h"
|
||||
|
||||
//#define DEST_QUEUE_NUMBER 0
|
||||
#define DEST_QUEUE_NUMBER 7
|
||||
|
|
@ -55,7 +55,7 @@
|
|||
//#define USE_REALTIME
|
||||
|
||||
FILE *F;
|
||||
void* seq_handle = NULL;
|
||||
snd_seq_t *seq_handle = NULL;
|
||||
int ppq = 96;
|
||||
|
||||
double local_secs = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue