jules
|
aa7d7aee78
|
Tweaked AudioDeviceManager::getXRunCount() to take into account xruns from both the device and the manager's measurements
|
7 years ago |
jules
|
92e97624b1
|
ASLA: reversed the order in which input and output devices are opened, in response to reports of flaky drivers which can't handle doing the outputs first.
|
7 years ago |
jules
|
f4e3eafc78
|
Added support for floating point modulo to the javascript interpreter
|
7 years ago |
ed
|
940a68f7fe
|
Removed some debug statements
|
7 years ago |
Tom Poole
|
cbfcb53274
|
Tweaked the layout of MidiInputSelectorComponentListBox
|
7 years ago |
Lukasz Kozakiewicz
|
4597aa09c9
|
Android: by default, embed AndroidViewComponent’s native views as children rather than siblings of an underlying peer.
|
7 years ago |
Tom Poole
|
3a373cfa06
|
Increased the warning level when building DemoRunner on iOS
|
7 years ago |
hogliux
|
bb78ed2006
|
Make sure that a recent dsp compiler warnings fix is only applied to newer gcc versions
|
7 years ago |
Tom Poole
|
ac5d2e22f4
|
Added a "plug-in can do" callback to the VSTCallbackHandler interface
|
7 years ago |
Tom Poole
|
04e9b09359
|
Fixed a compiler warning
|
7 years ago |
hogliux
|
d7528138cb
|
DSP SIMD: Fixed a potential compiler error and warning on some versions of gcc and added a unit-test to test some untested comparison SIMD operations
|
7 years ago |
Tom Poole
|
b2f32a712f
|
Fixed a bug handling queued analytics events after a failed server connection attempt
|
7 years ago |
hogliux
|
0f7c867534
|
MidiKeyboadComponent: Fixed an assertion when translating the mouse position to a note velocity
|
7 years ago |
Tom Poole
|
9f85d53c66
|
Made Sliders preserve their skews when updating their range
|
7 years ago |
Tom Poole
|
6f7f264d04
|
Fixed a layout bug in MidiInputSelectorComponentListBox
|
7 years ago |
ed
|
be8395478f
|
Fixed a couple of warnings in juce_VSTPluginFormat.cpp
|
7 years ago |
jules
|
b8b6afd9ce
|
Made toggle buttons call their state change listeners when its toggle state is changed remotely by a connected Value
|
7 years ago |
jules
|
c6c709f796
|
Fixed a minor documentation typo
|
7 years ago |
jules
|
8454db395e
|
Fixed a std::unique_ptr compile error
|
7 years ago |
Tom Poole
|
036458ed0a
|
Fixed a bug migrating ScopedPointer to std::unique_ptr for Carbon based AUs
|
7 years ago |
Tom Poole
|
ab863a6dc2
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
Tom Poole
|
e6104e3fed
|
Fixed a bug parsing wav cue metadata
|
7 years ago |
ed
|
9c17e6172a
|
Ensure that MultiChoicePropertyComponent colours are visible
|
7 years ago |
hogliux
|
89ec1375f3
|
Adding missing locks in ListenerList when the underlying array of the ListenerList uses a CriticalSection
|
7 years ago |
Tom Poole
|
8ec069cabe
|
Fixed a race condition in AudioProcessorGraph
|
7 years ago |
jules
|
8e280f3454
|
Removed some erroneous casts from ReferenceCountedObjectPtr that allowed base classes to be implicitly converted to derived classes
|
7 years ago |
Tom Poole
|
c7c26fa9f0
|
Removed the OS X 10.5 and 10.6 deployment target options from the Projucer and enabled more C++11 features across all platforms
|
7 years ago |
Tom Poole
|
fd73d77484
|
Added some checks on index values in AudioProcessor
|
7 years ago |
Tom Poole
|
20ced1662e
|
Fixed some issues with plug-in parameter IDs
|
7 years ago |
Tom Poole
|
208c7923dc
|
Fixed some bugs in GenericAudioProcessorEditor
|
7 years ago |
hogliux
|
e89c4d5d4e
|
macOS/Linux/Android: Fixed an issue where reading the output of a ChildProcess could hang or return incorrect output
|
7 years ago |
hogliux
|
2f2ff9437b
|
Windows: Fixed various compiler warnings and errors when building JUCE with MSVC's latest C++ 2017 support
|
7 years ago |
jules
|
efda09a512
|
Added a parameter to File::appendText, File::replaceWithText and OutputStream::writeText to provide control over if/how line-feeds are replaced when writing text to a file
|
7 years ago |
Tom Poole
|
df6f60f2e0
|
Fixed a bug calculating the number of decimal places displayed in a slider
|
7 years ago |
hogliux
|
3af838b377
|
AAX: Fixed some warnings when building an AAX plug-in with JucePlugin_IsMidiEffect=1
|
7 years ago |
hogliux
|
125c56293f
|
Removed a return statement in a function returning void
|
7 years ago |
ed
|
45698e40b2
|
Make Viewport::DragToScrollListener more robust and able to cope with the deletion of the original mouseDown event component
|
7 years ago |
hogliux
|
6dbb975c01
|
Windows: Fixed an issue in the conversion from URL to Windows UNC file paths and vice versa
|
7 years ago |
hogliux
|
a7b5c1f77f
|
Android: Fixed an issue where getting the metrics of a string on android could crash if the string can't be represented as a UTF-16 string
|
7 years ago |
ed
|
ee087748de
|
Corrected the JUCE version number in the comment above JUCE_FORCE_LEGACY_PARAMETER_AUTOMATION_TYPE in juce_audio_plugin_client.h
|
7 years ago |
ed
|
08e87599d3
|
Removed a newline in juce_ValueTree.cpp
|
7 years ago |
Tom Poole
|
4229dc0a4f
|
Made a lot of ScopedPointer usage conform to the std::unique_ptr interface
|
7 years ago |
Noah Dayan
|
1a31c86f39
|
Bump version number to 5.3.1
|
7 years ago |
hogliux
|
71860c88e4
|
Windows: Fixed an issue where File::getLinkedTarget could return an invalid File object on Windows although the docs state that it will return the link file itself if the link cannot be resolved
|
7 years ago |
ed
|
97a4084804
|
Ensure that the expand button remains visible in MultiChoicePropertyComponent when expanding/shrinking the choice list
|
7 years ago |
ed
|
5fdfe3ceda
|
Clarified the documentation of MouseEvent::mouseWasDraggedSinceMouseDown()
|
7 years ago |
ed
|
fa63dc0fbd
|
Use isLongPressOrDrag() when creating MouseEvents in Component
|
7 years ago |
ed
|
7cf8e28fdd
|
Deprecated MouseInputSource::hasMouseMovedSignificantlySincePressed() and replaced with the more accurate isLongPressOrDrag() and hasMovedSignificantlySincePressed() methods
|
7 years ago |
jules
|
d691838765
|
Tidied up a few minor coding style discrepencies
|
7 years ago |
Lukasz Kozakiewicz
|
0b030331f1
|
Android: ensure “hide native keyboard message” is sent only after the keyboard was actually shown.
|
7 years ago |