Timur Doumler
|
92c219fda5
|
OSC: fixed bug where, if one OSCBundle contains multiple OSCBundles, the second nested bundle was not read correctly and an exception was thrown as a result.
|
9 years ago |
Timur Doumler
|
3945f1d29b
|
OSC: added unit tests for round-trip correctness (receiver to sender).
|
9 years ago |
hogliux
|
8313ba7a23
|
Added a workaround for DSP Quattro
|
9 years ago |
hogliux
|
d91b07ccc3
|
Changed depcrecated use of old dragOperationStarted/Ended to be an error instead of a warning
|
9 years ago |
hogliux
|
b5fb095696
|
Fixed a few VS2008 build errors
|
9 years ago |
tpoole
|
267cfb8966
|
Fixed scoping of a conditional
|
9 years ago |
tpoole
|
2ec8fb49d7
|
Fixed error restoring VST3 state in FL Studio
|
9 years ago |
tpoole
|
acf554a895
|
Fixed erroneous assertion when saving VST3 states
|
9 years ago |
Timur Doumler
|
40dfba17db
|
MPESynthesiser: Added interface to set tracking mode for pressure/pitchbend/timbre.
|
9 years ago |
jules
|
80778a8b65
|
Fixed a couple of compiler warnings in the LittleFoot runner class
|
9 years ago |
ed
|
7bd5c05216
|
Fixed touch event bug on Windows where touches weren't being received when a modal dialog was open.
|
9 years ago |
hogliux
|
0df1e0b5a9
|
Added sourceDetails parameter to dragOperationStarted and dragOperationEnded
|
9 years ago |
tpoole
|
2f00cb1b75
|
Tidied up ListenerList tests
|
9 years ago |
tpoole
|
12256536a3
|
Fixed bug when setting AudioProcessorValueTreeState values before listeners are registered
|
9 years ago |
hogliux
|
6340e541f0
|
Fixed a bug where StreamingSocket::isLocal would only return true if it was connected to 127.0.0.1
|
9 years ago |
ed
|
1e2cb6f6f7
|
Changed documentation for OutputStream::setNewLineString() to remove mention of non-existent writeNewLine() method
|
9 years ago |
ed
|
b517884862
|
Fixed MSCV2015 compiler warning in VST3 wrapper
|
9 years ago |
hogliux
|
284bc706c9
|
Added a workaround for WaveLab invisible editor bug
|
9 years ago |
ed
|
2f5b8e5f9f
|
Changed File::compareFilenames() method to use String::compareNatural() and added argument to String::compareNatural() for case sensitivity
|
9 years ago |
hogliux
|
27dd79468c
|
Added missing const qualifier to AudioDeviceManager::getAudioDeviceSetup
|
9 years ago |
hogliux
|
da5805fb48
|
Fixed a race condition in iOS DownloadTask implementation
|
9 years ago |
tpoole
|
119640f55f
|
Fixed positioning of VST3 windows in Reaper
|
9 years ago |
hogliux
|
c0987f2b32
|
Fixed a false positive in ASAN in a recent bug fix commit to OSXTypeface
|
9 years ago |
hogliux
|
57fdbd439f
|
Fixed a potential access after free bug when creating typefaces from user data os macOS
|
9 years ago |
ed
|
60b5f72384
|
Fixed a bug in Windows where clicking outside an application after opening a PopupMenu would sometimes result in mouseDrag events when re-entering the application with the mouse not held down
|
9 years ago |
jules
|
7467195ffa
|
Minor tidying-up
|
9 years ago |
hogliux
|
436f047821
|
Fixed a bug where the maximum number of channels in VST2 was limited to 8 channels
|
9 years ago |
jules
|
990b7b3b09
|
Fix for openGL components when global scale factors are applied
|
9 years ago |
hogliux
|
8154ccc4e5
|
Added a fix for a potential wrap-around bug in BufferingAudioSource
|
9 years ago |
hogliux
|
61fd2a339d
|
Fixed a MSVC 2015 warning in mp3 audio decoder
|
9 years ago |
hogliux
|
00c0671c6b
|
Added sub-menu support to ComboBoxes
|
9 years ago |
hogliux
|
8a93ddc818
|
Fixed a typo in recent studio one parameter workaround
|
9 years ago |
hogliux
|
ee373af944
|
Added AlertWindow LookAndFeel methods to offer more control on button widths
|
9 years ago |
hogliux
|
388251b1e2
|
Made message queue throttling more precise by using Time::getMillisecondCounter
|
9 years ago |
hogliux
|
eba80c3258
|
Tweaked buffering audio source so it can more easily be used in a realtime and non-realtime setting
|
9 years ago |
hogliux
|
e49022bfba
|
Added JUCE_USE_STUDIO_ONE_COMPATIBLE_PARAMETERS option to workaround a Studio One bug
|
9 years ago |
hogliux
|
9a7ee9fdbb
|
Added support for iOS custom delegates - use at your own risk
|
9 years ago |
tpoole
|
f93b174d93
|
Fixed error in variable name
|
9 years ago |
hogliux
|
37f348123b
|
Potentially fixed an issue with the message thread being flooded by repaint events
|
9 years ago |
tpoole
|
cff1793d89
|
Exposed some functions when building JUCE as a DLL
|
9 years ago |
hogliux
|
caa65e8ff1
|
Add new URL::downloadToFile method
|
9 years ago |
tpoole
|
fd86a73407
|
Fixed DLL compilation of juce_tracktion_marketplace
|
9 years ago |
hogliux
|
63a71ff20d
|
Fixed a bug where the VST3 plug-in wrapper would not respect the legacy layout field when disabling/enabling buses
|
9 years ago |
hogliux
|
1c2d1479b4
|
Added LookAndFeel getAlertWindowButtonWidth method to override the width of alert buttons
|
9 years ago |
tpoole
|
b82773baae
|
Fixed older MacOS compatibility for ListenerList tests
|
9 years ago |
hogliux
|
6fb0aa4527
|
Added a StringArray constructor to var
|
9 years ago |
tpoole
|
d438fa59e8
|
Fixed issues with AudioProcessorValueTreeState parameter synchronization
|
9 years ago |
hogliux
|
5a2ebefa00
|
Fixed a bug where the bundle exit function would be called before the VST3 factory is released
|
9 years ago |
hogliux
|
c3ea4f8efe
|
Fixed a warning in MSVC 2013 in JUCE's URL class
|
9 years ago |
hogliux
|
3f72a03f30
|
Fixed whitespace in last commit
|
9 years ago |