13 Commits (f04f16e60b18b4a1ccedff9f0810368ef7029b74)

Author SHA1 Message Date
  jules f04f16e60b Compile fix for the plugin host in MSVC 12 years ago
  jules d36df96acc Minor clean-ups in plugin host demo. 12 years ago
  jules ddc1524742 Updated headers in demo project files. 12 years ago
  jules 246cb94bb0 AudioPluginFormatManager is no longer a singleton. Singletons are bad: don't do it, kids. 13 years ago
  jules abf8f59df4 Fix for OSX VST host windowing order problem. 13 years ago
  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.. 13 years ago
  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. 14 years ago
  Julian Storer fb58d0c380 Tidied up some warnings and documentation. 14 years ago
  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. 14 years ago
  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. 14 years ago
  Julian Storer 60e3ff8f5a Android development and modal loop elimination. 14 years ago
  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. 14 years ago
  Julian Storer 0768b3bb12 Changed the audio plugin host projects to be Jucer-generated. 15 years ago
  jules 2fee27c757 Updated the text of the copyright/license blurb at the top of each source file. 15 years ago
  jules 47cf2369e5 16 years ago
  jules c70ca3f387 17 years ago
  jules 346c3de206 17 years ago
  jules e1ddaf72d5 17 years ago
  jules a9e726681c 17 years ago
  jules 8229d215a6 Added the AudioProcessor and related classes to the source tree. 17 years ago
  jules dd0a75dc23 18 years ago
  jules 1e5a9ad56e 18 years ago
  jules 15dfdff5f8 (automatic tidy-up of whitespace) 18 years ago
  jules 3780f988f8 18 years ago
  jules 94cfda5062 18 years ago