mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
This commit is contained in:
parent
3b2498d74a
commit
7a67885469
2 changed files with 51 additions and 1 deletions
|
|
@ -1356,6 +1356,56 @@
|
|||
<Option target="Debug"/>
|
||||
<Option target="Release"/>
|
||||
</Unit>
|
||||
<Unit filename="..\..\..\src\juce_appframework\audio\processors\juce_AudioPlayHead.h">
|
||||
<Option compilerVar=""/>
|
||||
<Option compile="0"/>
|
||||
<Option link="0"/>
|
||||
<Option target="Debug"/>
|
||||
<Option target="Release"/>
|
||||
</Unit>
|
||||
<Unit filename="..\..\..\src\juce_appframework\audio\processors\juce_AudioProcessor.cpp">
|
||||
<Option compilerVar="CPP"/>
|
||||
<Option target="Debug"/>
|
||||
<Option target="Release"/>
|
||||
</Unit>
|
||||
<Unit filename="..\..\..\src\juce_appframework\audio\processors\juce_AudioProcessor.h">
|
||||
<Option compilerVar=""/>
|
||||
<Option compile="0"/>
|
||||
<Option link="0"/>
|
||||
<Option target="Debug"/>
|
||||
<Option target="Release"/>
|
||||
</Unit>
|
||||
<Unit filename="..\..\..\src\juce_appframework\audio\processors\juce_AudioProcessorEditor.cpp">
|
||||
<Option compilerVar="CPP"/>
|
||||
<Option target="Debug"/>
|
||||
<Option target="Release"/>
|
||||
</Unit>
|
||||
<Unit filename="..\..\..\src\juce_appframework\audio\processors\juce_AudioProcessorEditor.h">
|
||||
<Option compilerVar=""/>
|
||||
<Option compile="0"/>
|
||||
<Option link="0"/>
|
||||
<Option target="Debug"/>
|
||||
<Option target="Release"/>
|
||||
</Unit>
|
||||
<Unit filename="..\..\..\src\juce_appframework\audio\processors\juce_AudioProcessorListener.h">
|
||||
<Option compilerVar=""/>
|
||||
<Option compile="0"/>
|
||||
<Option link="0"/>
|
||||
<Option target="Debug"/>
|
||||
<Option target="Release"/>
|
||||
</Unit>
|
||||
<Unit filename="..\..\..\src\juce_appframework\audio\processors\juce_GenericAudioProcessorEditor.cpp">
|
||||
<Option compilerVar="CPP"/>
|
||||
<Option target="Debug"/>
|
||||
<Option target="Release"/>
|
||||
</Unit>
|
||||
<Unit filename="..\..\..\src\juce_appframework\audio\processors\juce_GenericAudioProcessorEditor.h">
|
||||
<Option compilerVar=""/>
|
||||
<Option compile="0"/>
|
||||
<Option link="0"/>
|
||||
<Option target="Debug"/>
|
||||
<Option target="Release"/>
|
||||
</Unit>
|
||||
<Unit filename="..\..\..\src\juce_appframework\audio\synthesisers\juce_Sampler.cpp">
|
||||
<Option compilerVar="CPP"/>
|
||||
<Option target="Debug"/>
|
||||
|
|
|
|||
|
|
@ -92,7 +92,7 @@ public:
|
|||
//==============================================================================
|
||||
bool mightContainSubItems() { return isDirectory; }
|
||||
const String getUniqueName() const { return file.getFullPathName(); }
|
||||
int getItemHeight() { return 22; }
|
||||
int getItemHeight() const { return 22; }
|
||||
|
||||
void itemOpennessChanged (bool isNowOpen)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue