diff options
author | deva <deva> | 2011-03-01 19:19:02 +0000 |
---|---|---|
committer | deva <deva> | 2011-03-01 19:19:02 +0000 |
commit | e190d38057892b69246391841b234a368bc2b4ad (patch) | |
tree | 34f946bc1c3b86997d4cd45e63c433ef07b36486 /src/midiplayer.cc | |
parent | c393edc920f8ee126d1bced3500b6bc1ecf86f83 (diff) |
MAJOR rewrite of the internals. New input/output 'plugin' system. Still a lot missing.
Diffstat (limited to 'src/midiplayer.cc')
-rw-r--r-- | src/midiplayer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/midiplayer.cc b/src/midiplayer.cc index b55b225..9864d1c 100644 --- a/src/midiplayer.cc +++ b/src/midiplayer.cc @@ -108,7 +108,7 @@ static int inst[] = { 35, 36, 38, 46, 41, 43, 45, 47, 49, 57, 51 }; static int inst[] = { 51, 49, 57 }; #endif -#if 1 // Toms +#if 0 // Toms #define NUM_INST 4 static int inst[] = { 41, 43, 45, 47 }; #endif |