diff audioio/AudioCallbackPlaySource.cpp @ 241:a99de38af73f integration_library

Set m_pluginBlockSize = 1024 instead of 2048, block size which does not work on OSX 10.5.8
author mathieub <mathieu.barthet@eecs.qmul.ac.uk>
date Tue, 23 Aug 2011 14:43:54 +0100
parents 1fcee2a1c03e
children 0136555495ae
line wrap: on
line diff
--- a/audioio/AudioCallbackPlaySource.cpp	Tue Aug 23 12:03:55 2011 +0100
+++ b/audioio/AudioCallbackPlaySource.cpp	Tue Aug 23 14:43:54 2011 +0100
@@ -1006,7 +1006,7 @@
     Note n(m_examplePlaybackFrame,
            midiPitch,
            rate / 2, // half a second
-           0,
+           64,
            "");
 
     NoteModel *newNoteModel = 0;