comparison 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
comparison
equal deleted inserted replaced
240:e8961a95b3d6 241:a99de38af73f
1004 if (!rate) return; 1004 if (!rate) return;
1005 1005
1006 Note n(m_examplePlaybackFrame, 1006 Note n(m_examplePlaybackFrame,
1007 midiPitch, 1007 midiPitch,
1008 rate / 2, // half a second 1008 rate / 2, // half a second
1009 0, 1009 64,
1010 ""); 1010 "");
1011 1011
1012 NoteModel *newNoteModel = 0; 1012 NoteModel *newNoteModel = 0;
1013 1013
1014 if (!m_exampleNotes) { 1014 if (!m_exampleNotes) {