The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jules 49aa9c9db4 Added flag JUCE_STRICT_REFCOUNTEDPOINTER which is recommended to avoid accidental leaks when using ref-counted pointers. Enabled this flag in the demo projects, and used it to help tidy up some dubious smart-pointer use 6 years ago
..
AppConfig.h Added flag JUCE_STRICT_REFCOUNTEDPOINTER which is recommended to avoid accidental leaks when using ref-counted pointers. Enabled this flag in the demo projects, and used it to help tidy up some dubious smart-pointer use 6 years ago
JuceHeader.h Re-saved all projects 7 years ago
ReadMe.txt Add DemoRunner project 7 years ago
include_juce_analytics.cpp Add DemoRunner project 7 years ago
include_juce_audio_basics.cpp Add DemoRunner project 7 years ago
include_juce_audio_basics.mm Add DemoRunner project 7 years ago
include_juce_audio_devices.cpp Add DemoRunner project 7 years ago
include_juce_audio_devices.mm Add DemoRunner project 7 years ago
include_juce_audio_formats.cpp Add DemoRunner project 7 years ago
include_juce_audio_formats.mm Add DemoRunner project 7 years ago
include_juce_audio_processors.cpp Add DemoRunner project 7 years ago
include_juce_audio_processors.mm Add DemoRunner project 7 years ago
include_juce_audio_utils.cpp Add DemoRunner project 7 years ago
include_juce_audio_utils.mm Add DemoRunner project 7 years ago
include_juce_blocks_basics.cpp Add DemoRunner project 7 years ago
include_juce_box2d.cpp Add DemoRunner project 7 years ago
include_juce_core.cpp Add DemoRunner project 7 years ago
include_juce_core.mm Add DemoRunner project 7 years ago
include_juce_cryptography.cpp Add DemoRunner project 7 years ago
include_juce_cryptography.mm Add DemoRunner project 7 years ago
include_juce_data_structures.cpp Add DemoRunner project 7 years ago
include_juce_data_structures.mm Add DemoRunner project 7 years ago
include_juce_dsp.cpp Add DemoRunner project 7 years ago
include_juce_dsp.mm Add DemoRunner project 7 years ago
include_juce_events.cpp Add DemoRunner project 7 years ago
include_juce_events.mm Add DemoRunner project 7 years ago
include_juce_graphics.cpp Add DemoRunner project 7 years ago
include_juce_graphics.mm Add DemoRunner project 7 years ago
include_juce_gui_basics.cpp Add DemoRunner project 7 years ago
include_juce_gui_basics.mm Add DemoRunner project 7 years ago
include_juce_gui_extra.cpp Add DemoRunner project 7 years ago
include_juce_gui_extra.mm Add DemoRunner project 7 years ago
include_juce_opengl.cpp Add DemoRunner project 7 years ago
include_juce_opengl.mm Add DemoRunner project 7 years ago
include_juce_osc.cpp Add DemoRunner project 7 years ago
include_juce_product_unlocking.cpp Add DemoRunner project 7 years ago
include_juce_product_unlocking.mm Add DemoRunner project 7 years ago
include_juce_video.cpp Add DemoRunner project 7 years ago
include_juce_video.mm Add DemoRunner project 7 years ago

ReadMe.txt


Important Note!!
================

The purpose of this folder is to contain files that are auto-generated by the Projucer,
and ALL files in this folder will be mercilessly DELETED and completely re-written whenever
the Projucer saves your project.

Therefore, it's a bad idea to make any manual changes to the files in here, or to
put any of your own files in here if you don't want to lose them. (Of course you may choose
to add the folder's contents to your version-control system so that you can re-merge your own
modifications after the Projucer has saved its changes).