jules
00eacaf42e
Added some new window types to the plugin host demo
2013-11-14 16:20:42 +00:00
jules
42aa27900b
Moved most of the functionality from JUCEApplication into JUCEApplicationBase, so that it can be used without needing juce_gui_basics to be present.
2013-09-07 09:43:45 +01:00
jules
f04f16e60b
Compile fix for the plugin host in MSVC
2013-06-25 09:05:39 +01:00
jules
d36df96acc
Minor clean-ups in plugin host demo.
2013-06-23 20:09:36 +01:00
jules
ddc1524742
Updated headers in demo project files.
2013-06-13 14:06:55 +01:00
jules
246cb94bb0
AudioPluginFormatManager is no longer a singleton. Singletons are bad: don't do it, kids.
2012-07-12 12:37:37 +01:00
jules
abf8f59df4
Fix for OSX VST host windowing order problem.
2012-04-16 13:58:29 +01:00
Julian Storer
b70e0a28d2
First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum..
2011-08-12 10:04:52 +01:00
Julian Storer
2100e68adc
Fixed VST hosting compile error. Stopped the ApplicationProperties class being a singleton - instead, just create and use an instance of it in your apps.
2011-07-09 13:18:55 +01:00
Julian Storer
fb58d0c380
Tidied up some warnings and documentation.
2011-06-23 23:17:37 +01:00
Julian Storer
74469aaa83
Refactored the PropertiesFile construction, introducing a PropertiesFile::Options structure to hold all the settings that previously were just passed as parameters. Also added a mandatory option for setting the OSX preferences path to be used - see the PropertiesFile::Options::osxLibrarySubFolder value for details.
...
Also on OSX, changed the location used for interprocess lock files to /var/tmp - this may affect applications which try to share locks with older builds of the same app.
2011-06-15 16:16:33 +01:00
Julian Storer
3fe85fd17a
Fix for mono files in QuicktimeAudioFormat. Avoided some floating-point comparison warnings. Added some iOS options in the new jucer plist. Fix for audio host startup. Changes to allow backslashes in unix filenames.
2011-02-17 10:22:36 +00:00
Julian Storer
60e3ff8f5a
Android development and modal loop elimination.
2011-02-16 11:29:13 +00:00
Julian Storer
c16f6f17a9
The Component class no longer derives from MessageListener - this was adding a lot of overhead to each component construction/destruction, and was rarely providing any benefit. You can add it as a base class yourself if you need it. Component::isValidComponent() has now been removed - it was never 100% reliable and its job can be done better using Component::SafePointer to watch for deletions. Also minor fixes to AudioDeviceManager and Midi sysex parsing.
2010-11-01 17:51:09 +00:00
Julian Storer
0768b3bb12
Changed the audio plugin host projects to be Jucer-generated.
2010-02-13 17:13:37 +00:00