mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Added juce version display to plugin demo.
This commit is contained in:
parent
36c46db3e6
commit
7ae92cf1ba
1 changed files with 1 additions and 1 deletions
|
|
@ -173,5 +173,5 @@ void JuceDemoPluginAudioProcessorEditor::displayPositionInfo (const AudioPlayHea
|
||||||
else if (pos.isPlaying)
|
else if (pos.isPlaying)
|
||||||
displayText << " (playing)";
|
displayText << " (playing)";
|
||||||
|
|
||||||
infoLabel.setText (displayText, dontSendNotification);
|
infoLabel.setText ("[" + SystemStats::getJUCEVersion() + "] " + displayText, dontSendNotification);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue