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.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							 | 
							- #pragma once
 - 
 - #ifndef JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED
 - #define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1
 - #endif
 - 
 - #ifndef JUCE_DONT_DECLARE_PROJECTINFO
 - #define JUCE_DONT_DECLARE_PROJECTINFO 1
 - #endif
 - 
 - #include <juce_audio_basics/juce_audio_basics.h>
 - #include <juce_audio_devices/juce_audio_devices.h>
 - #include <juce_blocks_basics/juce_blocks_basics.h>
 - #include <juce_core/juce_core.h>
 - #include <juce_events/juce_events.h>
 
 
  |