mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +00:00
This commit is contained in:
parent
805d3fedaa
commit
a9e726681c
63 changed files with 13985 additions and 5525 deletions
|
|
@ -6,12 +6,19 @@
|
|||
==============================================================================
|
||||
Changelist for version 1.46
|
||||
|
||||
- new class: AudioProcessorGraph: This allows AudioProcessors to be efficiently wired together and run as a graph. I've converted the plugin host demo to now use this instead of its own graph rendering code.
|
||||
- new class: AudioProcessorPlayer: This allows an audio i/o device to stream through an AudioProcessor (or an AudioProcessorGraph).
|
||||
- AudioProcessor now has a few more pure virtual methods that you'll need to implement: acceptsMidi(), producesMidi() and getName()
|
||||
- moved all the audio plugin hosting classes into the main juce tree
|
||||
- Mac: the project now requires at least XCode V2.5
|
||||
- new class: ScopedTryLock
|
||||
- added AudioUnit support to the audio hosting code
|
||||
- any top-level components will now have their parentSizeChanged() method called when the screen res is changed (not on linux yet though..)
|
||||
- jucer: added support for ImageButtons
|
||||
- audio devices - a few tweaks to the various audio drivers to try to make the best possible guess at the input and output latencies that they introduce
|
||||
- updated to include the latest version of Flac (1.2.1)
|
||||
- added a parameter to DragAndDropTarget::isInterestedInDragSource(). This ma
|
||||
- changed the parameters to AudioIODeviceCallback::audioDeviceAboutToStart(), so that it now just supplies a pointer to the device. If you need to, you can still find out the sample rate and block size by asking the device for them.
|
||||
|
||||
==============================================================================
|
||||
Changelist for version 1.45
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue