Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
rapid-mix
RAPID-MIX_API
Commits
01fd24af
Commit
01fd24af
authored
Oct 05, 2017
by
Michael Zbyszyński
Browse files
minor changes to JUCE example
parent
9ce1096e
Changes
2
Hide whitespace changes
Inline
Side-by-side
examples/JUCE/regression_synth/Source/MainComponent.cpp
100755 → 100644
View file @
01fd24af
...
...
@@ -122,7 +122,7 @@ public:
header
.
setColour
(
TextButton
::
buttonColourId
,
Colours
::
wheat
);
header
.
setColour
(
TextButton
::
textColourOffId
,
Colours
::
white
);
header
.
setEnabled
(
false
);
header
.
setButtonText
(
"R
apid
API Example"
);
header
.
setButtonText
(
"R
APID-MIX
API Example"
);
addAndMakeVisible
(
header
);
sidebar
.
setColour
(
TextButton
::
buttonColourId
,
Colours
::
white
);
...
...
examples/JUCE/regression_synth/regression_synth.jucer
View file @
01fd24af
...
...
@@ -149,6 +149,28 @@
<MODULEPATH
id=
"juce_audio_basics"
path=
"../JUCE/modules"
/>
</MODULEPATHS>
</XCODE_MAC>
<LINUX_MAKE
targetFolder=
"Builds/LinuxMakefile"
>
<CONFIGURATIONS>
<CONFIGURATION
name=
"Debug"
isDebug=
"1"
optimisation=
"1"
targetName=
"regression_synth"
/>
<CONFIGURATION
name=
"Release"
isDebug=
"0"
optimisation=
"3"
targetName=
"regression_synth"
/>
</CONFIGURATIONS>
<MODULEPATHS>
<MODULEPATH
id=
"juce_video"
path=
"../JUCE/modules"
/>
<MODULEPATH
id=
"juce_opengl"
path=
"../JUCE/modules"
/>
<MODULEPATH
id=
"juce_gui_extra"
path=
"../JUCE/modules"
/>
<MODULEPATH
id=
"juce_gui_basics"
path=
"../JUCE/modules"
/>
<MODULEPATH
id=
"juce_graphics"
path=
"../JUCE/modules"
/>
<MODULEPATH
id=
"juce_events"
path=
"../JUCE/modules"
/>
<MODULEPATH
id=
"juce_data_structures"
path=
"../JUCE/modules"
/>
<MODULEPATH
id=
"juce_cryptography"
path=
"../JUCE/modules"
/>
<MODULEPATH
id=
"juce_core"
path=
"../JUCE/modules"
/>
<MODULEPATH
id=
"juce_audio_utils"
path=
"../JUCE/modules"
/>
<MODULEPATH
id=
"juce_audio_processors"
path=
"../JUCE/modules"
/>
<MODULEPATH
id=
"juce_audio_formats"
path=
"../JUCE/modules"
/>
<MODULEPATH
id=
"juce_audio_devices"
path=
"../JUCE/modules"
/>
<MODULEPATH
id=
"juce_audio_basics"
path=
"../JUCE/modules"
/>
</MODULEPATHS>
</LINUX_MAKE>
</EXPORTFORMATS>
<MODULES>
<MODULE
id=
"juce_audio_basics"
showAllCode=
"1"
useLocalCopy=
"0"
useGlobalPath=
"1"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment