ed
|
6d39f01793
|
Bump version number to 5.4.1
|
2018-11-12 11:26:11 +00:00 |
|
Tom Poole
|
82f16e82ec
|
Windows: Fixed a VST2 compilation error in VS2013
|
2018-11-12 10:09:16 +00:00 |
|
Tom Poole
|
aa40ea1eb8
|
Fixed a live build error compiling the numeric header
|
2018-11-10 15:16:50 +00:00 |
|
ed
|
3ccbd29b39
|
Fixed some uninitialised ValueWithDefault pointers in the ChoicePropertyComponents
|
2018-11-10 13:57:03 +00:00 |
|
Tom Poole
|
32aa676f01
|
Projucer: Fixed a Windows live build error in the video module
|
2018-11-10 11:38:32 +00:00 |
|
ed
|
7f08842864
|
Unity: Only display normalised range for default parameter sliders and expose choice parameters
|
2018-11-09 14:56:11 +00:00 |
|
Tom Poole
|
f0a4b67915
|
Android: Fixed some compiler warnings
|
2018-11-09 14:04:46 +00:00 |
|
ed
|
4b92a04e27
|
Fixed a couple of narrowing cast bugs in AudioFormatReaders
|
2018-11-09 11:39:45 +00:00 |
|
Tom Poole
|
55ebd17dfc
|
Fixed a bug in the Oversampling class
|
2018-11-09 10:24:15 +00:00 |
|
ed
|
070a459db0
|
MPE: Made MPESynthesiserVoice::noteOnTime public
|
2018-11-09 09:55:50 +00:00 |
|
ed
|
4363e8cd0d
|
Unity: Use setValueNotifyingHost() when parameters are changed in the Unity editor to ensure that parameter listeners are called
|
2018-11-09 09:46:23 +00:00 |
|
Tom Poole
|
06f8accd9c
|
Fixed compatibility with Xcode 8.2.1
|
2018-11-09 09:19:34 +00:00 |
|
ed
|
67c112dd6d
|
Unity: Fix a crash that could occur when using plug-in preferred channel configurations
|
2018-11-08 16:32:33 +00:00 |
|
ed
|
cda5c144f4
|
Unity: Ensure that the MessageManager is always initialised before new plug-in instances are created
|
2018-11-08 12:23:12 +00:00 |
|
Tom Poole
|
4380b0e4a2
|
Fixed some VS2015 compiler errors
|
2018-11-08 10:52:24 +00:00 |
|
cesare
|
73ac883b2f
|
Tidied up Oboe asserts, made logging clearer and removed some redundant code
|
2018-11-07 17:04:58 +00:00 |
|
tommaisey
|
82019acae7
|
BLOCKS: Allow factory reset commands
|
2018-11-07 16:58:39 +00:00 |
|
ed
|
0b8fcc7a15
|
Bump version number to 5.4.0
|
2018-11-06 12:50:21 +00:00 |
|
Tom Poole
|
866ef9c0d9
|
A minor documentation update
|
2018-11-06 12:05:53 +00:00 |
|
jules
|
1ab38ab874
|
Added a compile error if you try to enable both Oboe and openSL
|
2018-11-06 11:58:11 +00:00 |
|
cesare
|
b434434d07
|
Fix Oboe assertions on Android
|
2018-11-06 11:28:48 +00:00 |
|
Tom Poole
|
ff4e54b32d
|
Clarified some comments regarding the removal of the embedded VST2 SDK
|
2018-11-06 09:22:22 +00:00 |
|
Tom Poole
|
5a94a8d584
|
Minor formatting
|
2018-11-05 10:43:29 +00:00 |
|
Lukasz Kozakiewicz
|
21c2612dea
|
Android: add putFloat to bundle and rename JavaBundle to AndroidBundle.
|
2018-11-05 11:30:09 +01:00 |
|
jules
|
e19c673b4e
|
Whitespace
|
2018-11-05 10:05:06 +00:00 |
|
Lukasz Kozakiewicz
|
2718ce96f0
|
Updates to support the latest Oboe (c5c3cc17f78974bf005bf33a2de1a093ac55cc07).
|
2018-11-05 10:03:05 +00:00 |
|
Tom Poole
|
d83360a771
|
Windows: Updated the WinRT MIDI interface
|
2018-11-02 14:34:05 +00:00 |
|
Tom Poole
|
4137ee1b7d
|
DSP: Fixed a couple of issues with the Oversampling class
|
2018-11-02 12:32:48 +00:00 |
|
ed
|
aae372d68c
|
Fixed a typo in the docs for JUCEApplicationBase::moreThanOneInstanceAllowed() and clarified on which platforms ::anotherInstanceStarted() will be called
|
2018-11-01 09:46:20 +00:00 |
|
ed
|
29b673a283
|
Unity: Fixed a compile warning in the plugin wrapper on Linux
|
2018-10-31 14:29:45 +00:00 |
|
Daniel Walz
|
49ef70cc0d
|
BLOCKS: Fix for PhysicalTopologySource appearing locked incorrectly
|
2018-10-31 10:16:42 +00:00 |
|
ed
|
b3a1d56eba
|
Windows: Fixed a build error when JUCE_WIN_PER_MONITOR_DPI_AWARE=0
|
2018-10-30 14:14:45 +00:00 |
|
jules
|
9054620d67
|
Updated some Oboe calls that had changed name
|
2018-10-30 11:19:04 +00:00 |
|
Tom Poole
|
61e2e80581
|
APVTS: Fixed a bug setting the SliderAttachment text for unchanged default values
|
2018-10-30 11:00:45 +00:00 |
|
ed
|
9b4ba780ed
|
Fixed a potential out-of-bounds array access in the CoreAudio internals
|
2018-10-29 16:51:10 +00:00 |
|
ed
|
0b71fdb9a8
|
Added support for lower sample rates to audio devices
|
2018-10-29 15:12:58 +00:00 |
|
Dimitri Sudell
|
926e1fe38f
|
Littlefoot: Added support for (global) arrays
|
2018-10-29 15:05:13 +00:00 |
|
Tom Poole
|
3c121b8538
|
MacOS: Fixed a crash hiding an NSView in Vienna Ensemble Pro
|
2018-10-29 09:52:28 +00:00 |
|
ed
|
c43e62a16a
|
Whitespace
|
2018-10-26 14:21:17 +01:00 |
|
cesare
|
be56122e7e
|
Linux: Fix problem with ALSA midi name in console applications
|
2018-10-26 12:25:49 +01:00 |
|
ed
|
32e6528508
|
MPE: Set the note-on time of MPESynthesiserVoice correctly
|
2018-10-26 09:51:36 +01:00 |
|
Tom Poole
|
98def04379
|
WinRT: Added a dedicated ComPtr class
|
2018-10-25 16:12:45 +01:00 |
|
ed
|
5c4329e0fc
|
Ensure that setting a plug-in to be non-resizable using AudioProcessorEditor::setResizable() does not overwrite custom bounds constrainers
|
2018-10-25 14:14:28 +01:00 |
|
Tom Poole
|
4094bcc45a
|
Fixed some Doxygen parsing errors
|
2018-10-25 10:18:20 +01:00 |
|
ed
|
acd3c0b8ee
|
Fixed some Objective-C id -> auto* conversion warnings
|
2018-10-24 16:20:45 +01:00 |
|
ed
|
59e70ad82c
|
VST3: Removed some ancient native host window resizing code from the plug-in wrapper
|
2018-10-24 14:47:57 +01:00 |
|
ed
|
e8a31171fe
|
VST3: Fixed a resizing bug on macOS FL Studio
|
2018-10-24 12:47:04 +01:00 |
|
ed
|
aec716c36e
|
VST3: Fixed an incorrect VST2 SDK include path
|
2018-10-24 11:54:08 +01:00 |
|
ed
|
87a89e71e8
|
Fixed a crash that could occur due to ValueWithDefault::onChange calling a deleted PropertyComponent object
|
2018-10-24 11:15:16 +01:00 |
|
jules
|
86b4fd72a0
|
Added support for extremely high sample rates to audio devices
|
2018-10-24 10:33:14 +01:00 |
|