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/beatmapper.cc | |
parent | c393edc920f8ee126d1bced3500b6bc1ecf86f83 (diff) |
MAJOR rewrite of the internals. New input/output 'plugin' system. Still a lot missing.
Diffstat (limited to 'src/beatmapper.cc')
-rw-r--r-- | src/beatmapper.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/beatmapper.cc b/src/beatmapper.cc index 2600499..1b25d07 100644 --- a/src/beatmapper.cc +++ b/src/beatmapper.cc @@ -26,6 +26,8 @@ */ #include "beatmapper.h" +#include <stdio.h> + #define DEF 2.0 BeatMapper::BeatMapper(Instrument *instrument) |