171 Commits (30c9e939d14f18573ba2b51a776f5259e1a6b756)

Author SHA1 Message Date
  Julian Storer 87a7086e2b Tidied up some compiler warnings in the plugin wrapper code. 15 years ago
  Julian Storer 40b96bf64b Fix for Linux repaint bug. Fix for mac recursive toFront() call. Improved Array efficiency. Changed file logging location on Mac. Added a platform flag for RTAS on win32. 15 years ago
  Julian Storer e73a0fb874 Added Value support to Labels and ComboBoxes. Altered all the PropertyComponent classes so that as well as being used as abstract base classes, they can now also be instantiated directly as controllers for a Value. This allows property panels to be built to control a set of Value objects without writing any custom classes. 15 years ago
  Julian Storer 55306275b1 Minor fixes to avoid compiler warnings 15 years ago
  Julian Storer e61e8f6775 Changed some 'int's to 'size_t's, to improve 64-bit compatibility. Also changed jmin and jmax to use templates, so they can take any type. These changes might mean that you'll need to add some more explicit casts to get your existing code to compile, but this is actually a good thing - it brought to light a few dodgy implicit casts in my code, and may do the same in yours. Also added a function roundToInt(), which replaces roundDoubleToInt() and roundFloatToInt(), but takes any size of floating point number (I've left the old roundDoubleToInt() and roundFloatToInt() functions there for convenience, but will probably remove them in the future). 15 years ago
  Julian Storer 3ddbc82f9f Fixed a typo in VST wrapper class. 15 years ago
  Julian Storer 98380f4744 New class: Value, which provides a way to share variants and listen for changes to them. Adapted Slider to use Value objects for its position, and changed the widgets demo to show how they can be easily tied together. Updated the VST speaker arrangement code. 15 years ago
  Julian Storer 45befc9ed2 Small fix to ValueTree 15 years ago
  Julian Storer 59a2506864 Minor code clean-ups 15 years ago
  Julian Storer 4ed1d791e5 New class HeapBlock, which provides a safe and object-oriented way to allocate heap space. I've used HeapBlocks to replace almost all uses of malloc/free throughout the codebase. 15 years ago
  Julian Storer 80753f4c03 Lots of minor changes to prevent warnings. Small fixes to Path, AudioThumbnail, ValueTree, OutputStreams. Tweaks to convert Drawables to/from ValueTrees. New method to write XML to a stream. 15 years ago
  Julian Storer 3e77725594 Cleaned up some namespace issues, and tweaked the plugin host demo to avoid namespace clashes with juce plugins 15 years ago
  Julian Storer 32d36148a0 Fix silly typo in last check-in and updated the Jucer to produce code that works with the new graphics methods. 15 years ago
  Julian Storer 317af16782 Added some plugin host type detection code. 15 years ago
  Julian Storer 95fcc168d8 More graphics updates, including fixes for CoreGraphics on PPC macs. Fix for keypress recursion in AU plugins, and fix for tabs in the CodeEditorComponent 15 years ago
  Julian Storer dfc5fd54db Fix for setting up RTAS parameters and mac messaging 15 years ago
  Julian Storer 037b4250e8 Fixed a window offset problem in RTAS. Tidied up a few compiler warnings. 15 years ago
  Julian Storer 707c58186b Fixes to GlyphArrangement. Made the mac put quotes around filenames containing spaces before they are passed to anotherInstanceStarted() 15 years ago
  Julian Storer df584f9cea Added a new AU config flag for plugins, to let you choose the obj-C classname that some hosts seem to be stupidly displaying to the user. Also added a couple of minor fixes and new documentation. 15 years ago
  Julian Storer 15a5c53bc0 Fix for an AU crash when running in 10.4. Added a PlatformUtilities method to get the version of OSX that's running. Added a workaround for a 10.4 OS bug when drawing gradients. Added some macros to allow CD burning and reading to be enabled independantly. 15 years ago
  Julian Storer d3ff5d9c4b Fixed a problem with RTAS plugin window position in certain dual-monitor setups 15 years ago
  Julian Storer facb48b04c tweak to RTAS shutdown for PT8; added tooltips for the TableListBox; started adding some iphone audio code (not yet usable) 15 years ago
  Julian Storer 7e56a7514c Fix for AU bundle paths; added column width access to TableHeaderComponent, made FileBasedDocument do extra checking about file overwriting 15 years ago
  Julian Storer 0280c57ff0 fix for a mac file bug introduced in the last check-in.. 15 years ago
  Julian Storer e1a5995965 Minor whitespace tidying-up 15 years ago
  Julian Storer f72563d6c7 Fixes for viewports, flac seeking, plugin hosting of carbon UIs, and activeX control embedding. 15 years ago
  Julian Storer deeb652939 fixed a seek bug in the flac reader; added a JucePlugin_TailLengthSeconds setting for plugins; made the colour class limit the HSV values that are passed into it 16 years ago
  Julian Storer 1573cad95a added an xcode post-build script to the plugin demo to automatically copy the plugin to the various plugin folders 16 years ago
  Julian Storer 0c8d177ac9 Updated some help information, and changed the audio plugin plist bundle type to work better in all hosts. 16 years ago
  Julian Storer 48bacabcff Changes to improve AU, VST and RTAS key forwarding on the Mac 16 years ago
  Julian Storer 5cbd3c2f4c fixed a VST crash caused by closing Nuendo with a window open; updated win32 memory detection calls 16 years ago
  Julian Storer 2ddc7d0806 Tidied up the mac demo plugin project, hopefully making it less prone to build problems for non-RTAS users 16 years ago
  Julian Storer a90a65343c whitespace tidying-up 16 years ago
  Julian Storer 6f20d00e69 fix for the VST plugin window position being slightly wrong in Cubase 16 years ago
  Julian Storer d8eaebab83 fixed the juce demo plugin plist macro expansion tags 16 years ago
  Julian Storer 7b254201fa small fix for AU window position when resized in cocoa hosts. 16 years ago
  Julian Storer ddf22bd416 removed fixed channel limit from CoreAudio, and improved channel name detection; updated juce demo plugin project to cope with XCode 3.2; fixed a mac shutdown problem 16 years ago
  Julian Storer 955043fb48 Minor whitespace tidy-up 16 years ago
  jules c41ae8188d Changed drawables to correctly render semi-transparently; added accessors for properties of some brush classes. 16 years ago
  jules a38d1a05e2 More mac plugin fixes for Reaper, Logic, Live. 16 years ago
  jules 9ffd554aa3 Made the AU wrapper more robust against crashes when the UI and plugin are deleted in the wrong order. 16 years ago
  jules 61f0d6903e minor whitespace clean-up 16 years ago
  jules f5a3fb0fb3 removed a memory leak in mac messaging; tweaked mac VSTs to avoid a shutdown bug in Reaper; added a clear() method to DynamicObject. 16 years ago
  jules 2fee27c757 Updated the text of the copyright/license blurb at the top of each source file. 16 years ago
  jules 335bdf6f1f minor tidying up 16 years ago
  jules d8ac79c574 Tidied up some mac project files and config settings, and tweaked the main readme file. 16 years ago
  jules fb5224ed74 Minor whitespace clean-ups 16 years ago
  jules 646732530c Tidying up and removing some compiler warnings on the mac. 16 years ago
  jules ddc16536a3 Changed the Linux native code files to use the same amalgamation file structure as the mac and windows ones do; made a small adjustment to the amalgamator, and removed some redundancy from the amalgamated files (if you are amalgamating code yourself, please build a new copy of the amalgamator, as the old one won't work correctly on this new code); fixed a few minor build warnings in linux 16 years ago
  jules 4544b32be7 fixed a small leak in AudioUnits 16 years ago