hogliux
|
df1fe18048
|
Fixed missing reference in LinearSmoothedValue::applyGain
|
8 years ago |
tpoole
|
1b18a34471
|
Code formatting improvements
|
8 years ago |
tpoole
|
621fcf31d2
|
AUv3: Added support for MIDI output, host MIDI controller visibility and MPE
|
8 years ago |
hogliux
|
1089f3837c
|
Make it easier to use a static version of fftw in the dsp module
|
8 years ago |
hogliux
|
87de30bcc5
|
Fixed an issue with the bypass logic of the convolution engine
|
8 years ago |
hogliux
|
cb0fe20129
|
Fixed a missing reset implementation of the Bias processor in the DSP module
|
8 years ago |
tpoole
|
ee8be93712
|
VST2: Fixed a bug when asking the host to resize a plug-in window
|
8 years ago |
hogliux
|
04f459b22e
|
Re-saved all projects
|
8 years ago |
hogliux
|
c1ad53c14e
|
Bump version number to 5.1.0
|
8 years ago |
hogliux
|
7ca5ad001e
|
Added multichannel file io readers and writers
|
8 years ago |
hogliux
|
244a944857
|
Added the JUCE DSP module
|
8 years ago |
tpoole
|
281c2fe2af
|
Narrowed the scope where -Wundeclared-selector is ignored in the AUv3 wrapper
|
8 years ago |
jules
|
99c5843c3f
|
Worked around a situation where mouse-drag auto-repeat can create a message-queue traffic jam on windows. Also tidied up inside MouseInputSource
|
8 years ago |
tpoole
|
d2175cfe86
|
Fixed a compiler warning in ObjCHelpers
|
8 years ago |
tpoole
|
db1e79601e
|
Fixed an intermittent JSON parsing test failure
|
8 years ago |
ed
|
58fe117260
|
Added a extra check in FocusRestorer to check if the last focused Component is showing before giving it keyboard focus
|
8 years ago |
hogliux
|
98b76b54de
|
Fixed an issue in LookAndFeel v4 which would always override the combobox justification
|
8 years ago |
hogliux
|
c0f69183e7
|
VST2 & VST3: Plug-Ins will already be scaled on retina screens - don't try scaling them again
|
8 years ago |
tpoole
|
61321d2eb9
|
Button: Added a getTriggeredOnMouseDown method
|
8 years ago |
tpoole
|
9f9f815208
|
Resaved all projects
|
8 years ago |
tpoole
|
a05362d46b
|
Projucer: Xcode exporter: Updated to support Xcode 9
|
8 years ago |
tpoole
|
9649dde424
|
Resaved all projects
|
8 years ago |
hogliux
|
d3efd6e685
|
Fixed a typo in the AUv3Synth sample code
|
8 years ago |
ed
|
7582952cdf
|
Projucer: Added a method to check old exporter settings for the C++ language standard setting and to use this value as the default if it hasn't been set
|
8 years ago |
jules
|
df14b18c17
|
cleaned up a method in Array
|
8 years ago |
jules
|
c313a55f83
|
Bit of minor modernisation in CharacterFunctions
|
8 years ago |
jules
|
86deea87ce
|
Added variadic add methods to Array
|
8 years ago |
tpoole
|
ebce454514
|
Added a compatibility fix for older compilers
|
8 years ago |
tpoole
|
7e6a650e8c
|
Fixed some issues when parsing double strings
|
8 years ago |
ed
|
6bfcd820b4
|
Unit tests: Added an optional argument to the UnitTest constructor to specify a category and methods to get and run unit tests in a specified category. Updated the built-in JUCE unit tests and Demo project to use categories.
|
8 years ago |
jules
|
1044015465
|
Added an extra forced resize callback in linux VST hosting to avoid some repaint issues
|
8 years ago |
ed
|
bde34cebcb
|
Projucer: Fixed a bug where the C++ language standard project settings wasn't being recalled correctly
|
8 years ago |
hogliux
|
bfc5708521
|
VST2: Ignore scaling requests on macOS/iOS as scaling is already handled natively
|
8 years ago |
ed
|
ebb5219581
|
Fix for VS build error in last commit
|
8 years ago |
ed
|
2e81e8a0dc
|
Projucer: Made the C++ language standard option a per-project instead of per-build configuration setting. Added an option to enable GNU compiler extensions for supported exporters. Added the option to specify a minimum C++ language standard in module declarations and added a warning to the Projucer when adding a module that has a higher standard than currently set.
|
8 years ago |
tpoole
|
60b4b7cfe5
|
Fixed an ISO8601 time parsing bug
|
8 years ago |
tpoole
|
a5c404a155
|
Fixed a bug running the same unit tests successively
|
8 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
|
8 years ago |
hogliux
|
663af835f9
|
AUv3: Update preset list when updateHostDisplay is called
|
8 years ago |
Tom Waldron
|
b5e6570a10
|
Blocks/api (#18)
BLOCKS API: Added extra support for clustering, pitchbend messages and firmware update error handling
|
8 years ago |
tpoole
|
98cb1011bb
|
JUCE Demo: Increased the compiler warning level
|
8 years ago |
hogliux
|
62101b554c
|
Android: Fixed an issue where optimisation flags would be ignored by Android Studio/gradle
|
8 years ago |
hogliux
|
0d601faae5
|
Android: Add workaround for devices which falsely report supporting floating point audio
|
8 years ago |
ed
|
0e6699ce23
|
Projucer: Added options to the iOS exporter for app groups and an option to disable duplicating the resources folder for AUv3 app extensions
|
8 years ago |
tpoole
|
d6ea60b2e5
|
Flexbox: Fixed a bug in the integer rounding of component bounds
|
8 years ago |
hogliux
|
a47dfc5969
|
Fixed a harmless compiler warning on MSVC in previous commit
|
8 years ago |
jules
|
f0792827a4
|
Added Tracktion Waveform to PluginHostType
|
8 years ago |
hogliux
|
643bbdcf87
|
VST3: Added more VST3 speaker enums (and fallback for unknown speakers) to VST3 <-> JUCE speaker conversion functions
|
8 years ago |
hogliux
|
9daf7e26e6
|
AU: Fixed a typo in the AU wrapper shared code
|
8 years ago |
ed
|
5575f7c735
|
Changed the Plugin Host release build OSX deployment target to use default instead of 10.5
|
8 years ago |