tpoole
|
3cd4a9d917
|
Made the demo host compatible with OS X 10.6
|
7 years ago |
hogliux
|
39ce151636
|
Plugin Host: Fixed a potential crash when creating a new document
|
7 years ago |
jules
|
4e5f005421
|
Added a method Component::getChildren() to allow them to be iterated with a range-based for loop, and used this in appropriate places around the codebase
|
7 years ago |
jules
|
38ba6e9884
|
Added a better shutdown procedure for the plugin host demo
|
8 years ago |
jules
|
ebe5916c49
|
Misc code cleanups
|
8 years ago |
hogliux
|
a6b8ad0c75
|
Audio Plugin Host: Double-clicking on Audio/Midi Input/Output Node now opens the audio settings window
|
8 years ago |
jules
|
c6da067ac3
|
Scraped a layer of crusty old code from some audio plugin host files
|
8 years ago |
hogliux
|
f735a28708
|
Plugin Host: fixed background colour of channel configuration window
|
8 years ago |
jules
|
377a73a122
|
Tweaked the audio hosting demo to prevent multiple instances of the built-in filters being added
|
8 years ago |
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |
hogliux
|
ef2c63e4e3
|
Added a new LookAndFeel (V4) and re-skinned the JUCE Demo and examples. Improved the JUCE Demo on mobile devices.
|
8 years ago |
tpoole
|
00673ec3bc
|
Fixed some MacOS compiler warnings in the JUCE demo host
|
8 years ago |
hogliux
|
de723216b5
|
Fixed an issue where the bus enabled radio button in the audio demo host would not update properly
|
8 years ago |
tpoole
|
e33abbc6fe
|
Replaced Projucer-generated header guards with #pragma once and updated the examples
|
8 years ago |
hogliux
|
83a4f74b1f
|
Added support saving/restoring plugin bus layouts in the audio host demo
|
8 years ago |
tpoole
|
af0791552a
|
Fixed Linux message thread assertion in AudioProcessorValueTreeState
|
8 years ago |
hogliux
|
4fa0516f40
|
Revised multibus API and added support for multibus hosting
|
8 years ago |
jules
|
9fa0d49be7
|
Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc.
|
8 years ago |
hogliux
|
913a868d8d
|
Fixed a crash on exit error in the plug-in host on windows/linux
|
8 years ago |
hogliux
|
59cc979cfe
|
Deallocate all nodes in the graph before calling JUCEApplication::quit in the audio demo host
Some NI plug-ins really don't like it if you call [NSApp stop] while they are still loaded.
Fixes #89
|
8 years ago |
hogliux
|
b936786f80
|
Remove the recently added shouldReleaseFocusOnMainMenuBarAccess flag and replace with something less intrusive
|
8 years ago |
jules
|
8343f3468c
|
Found a few missing 'override' specifiers
|
9 years ago |
Timur Doumler
|
70949aa0c6
|
Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects.
|
9 years ago |
jules
|
db152f618b
|
Added a workaround to the host demo app to avoid subtle event-loop problems with certain plugins on OSX.
|
9 years ago |
jules
|
5835bbc363
|
Avoided a warning in the plugin host build
|
9 years ago |
jules
|
674c833c84
|
Added method MouseEvent::mouseWasDraggedSinceMouseDown()
|
9 years ago |
jules
|
d406cacc5f
|
Avoided some deprecation warnings when building hosts on Windows
|
9 years ago |
jules
|
edec7b34b2
|
Replaced some uses of AffineTransform::identity with a default-constructed object
|
9 years ago |
hogliux
|
4fef661ada
|
Added multi-bus support for audio plug-in clients
|
9 years ago |
jules
|
02492b36b9
|
Lots of small whitespace tweaks.
|
9 years ago |
jules
|
9d29fd4c9d
|
Avoided a few pedantic warnings in the plugin host demo
|
9 years ago |
jules
|
0eac373893
|
Sorted out a few pedantic warnings thrown up in the audio host demo
|
9 years ago |
jules
|
c562cfc3cc
|
Converted AudioSampleBuffer into a templated class that can use either float or double types. Used this to implement 64-bit audio plugin support in VST and AU
|
9 years ago |
jules
|
6f880b1364
|
Refactored the plugin host demo command line code to work with paths containing escapes
|
9 years ago |
jules
|
4a951f2136
|
Added some new window-handling features to the plugin host demo.
|
9 years ago |
hogliux
|
c7b8e77031
|
Update copyright notice
|
9 years ago |
Felix Faire
|
b01383e8d0
|
Restructured folder and Updated Readme
|
10 years ago |