diff options
Diffstat (limited to 'test/engine.cc')
-rw-r--r-- | test/engine.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/engine.cc b/test/engine.cc index 69d2a37..4c49a6c 100644 --- a/test/engine.cc +++ b/test/engine.cc @@ -43,6 +43,7 @@ public: AudioOutputEngine *oe = NULL; AudioInputEngine *ie = NULL; DrumGizmo dg(oe, ie); + dg.setFrameSize(100); // Switch kits emmidiately with giving the loader time to work: for(int i = 0; i < 100; i++) { |