Projucer Changelog

What's new in Projucer 4.2.1

Apr 30, 2016
  • New class CachedValue, for providing easy and efficient access to ValueTree properties
  • Miscellaneous fixes and improvements

New in Projucer 4.2 (Apr 30, 2016)

  • Added support for AudioUnit v3 on OS X and iOS
  • Simplified the JUCE module format. Removed the json module definition files, and made it easier to manually add modules to projects. The format is fully described in the document juce/modules/JUCE Module Format.txt
  • iOS project support: added custom resource folders, custom xcassets, app capabilities, and screen orientation settings.
  • Deleted the Introjucer.. But don't panic! All of its functionality is now supplied by a more open-source version of the Projucer. By refactoring the closed-source LLVM compilation code into a DLL, we've been able to unify the Introjucer and Projucer into a single open-source project. This will allow everyone to compile the Projucer's IDE themselves, and having just one app instead of two will make things a lot less confusing!

New in Projucer 4.1 (Apr 30, 2016)

  • Added multi-bus support for audio plug-in clients
  • Added support for MIDI effect plug-ins (AU and AAX).
  • Added new example: Network Graphics Demo

New in Projucer 4.0.3 (Apr 30, 2016)

  • Added MPE (Multidimensional Polyphonic Expression) classes
  • Added full support for generating and parsing Midi RPN/NRPN messages
  • Made the LinearSmoothedValue class public
  • Miscellaneous fixes and minor improvements

New in Projucer 4.0.2 (Apr 30, 2016)

  • Miscellaneous fixes and house-keeping

New in Projucer 4.0.1 (Apr 30, 2016)

  • Initial release of the Projucer
  • Full OSC support
  • Android Studio exporting from the Introjucer
  • Android-M pro-audio low-latency i/o support
  • Bluetooth MIDI device support on iOS and Android
  • AudioSampleBuffer refactored into a templated class AudioBuffer, to allow 32 or 64 bit float support
  • Audio plugin and hosting now supports 64-bit data
  • Support for force-touch and pen pressure on iOS and Windows
  • Added easy sound-file playing methods to AudioDeviceManager
  • Many updates to Introjucer
  • Many new tutorials and examples