Files
lmms/plugins/vst_base
Tobias Doerffel 4b8ddcc14f VstPlugin: flush temporary data exchange file
VstPlugin creates a temporary file for exchanging data chunks of VST
plugins with the remote process. After calling QFile::write(...) data
has not neccessarily been written due to QFile's internal write buffer.
Therefore explicitely call QFile::flush() so all data is guaranteed
to be written.

Fixes problems with plugins which save small data chunks.
2009-10-29 23:12:27 +01:00
..
2009-08-24 17:59:28 +02:00
2009-08-24 17:59:28 +02:00
2009-08-24 17:59:28 +02:00
2009-08-24 17:59:28 +02:00