mirror of
https://codeberg.org/armin/wavetable.git
synced 2026-09-01 05:50:46 +02:00
Disable code
This commit is contained in:
parent
0ad10966c4
commit
49ef84e93a
1 changed files with 4 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
#include <JuceHeader.h>
|
#include <JuceHeader.h>
|
||||||
#include "PluginProcessor.h"
|
#include "PluginProcessor.h"
|
||||||
|
|
||||||
|
#if 0
|
||||||
|
|
||||||
static void profile (juce::PropertiesFile& settings)
|
static void profile (juce::PropertiesFile& settings)
|
||||||
{
|
{
|
||||||
WavetableAudioProcessor proc;
|
WavetableAudioProcessor proc;
|
||||||
|
|
@ -67,3 +69,5 @@ juce::JUCEApplicationBase* juce_CreateApplication()
|
||||||
return true;
|
return true;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue