1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-22 01:34:21 +00:00

Added MidiMessage::textMetaEvent method.

This commit is contained in:
jules 2014-02-19 20:37:15 +00:00
parent b0933193bf
commit 7786943593
4 changed files with 46 additions and 52 deletions

View file

@ -28,7 +28,7 @@ ThreadWithProgressWindow::ThreadWithProgressWindow (const String& title,
const int cancellingTimeOutMs,
const String& cancelButtonText,
Component* componentToCentreAround)
: Thread ("Juce Progress Window"),
: Thread ("ThreadWithProgressWindow"),
progress (0.0),
timeOutMsWhenCancelling (cancellingTimeOutMs),
wasCancelledByUser (false)