ed
|
4bedc679b1
|
Removed unused method
|
6 years ago |
ed
|
7add963d40
|
Add Logger::print10000thCommitMessage()
|
6 years ago |
ed
|
dcd606531a
|
Fixed a documentation typo
|
6 years ago |
ed
|
13fadfe5e3
|
Minor documentation cleanup in the DSP module
|
6 years ago |
ed
|
9275feeef2
|
Fixed an unused variable warning in the VST3 wrapper
|
6 years ago |
Tom Poole
|
eaec1c8444
|
CLion: Fixed an issue building MIDI functions on Windows
|
6 years ago |
ed
|
8a66f1f3d3
|
Don't use default input/output device names when setting up an AudioDeviceManager if no channels have been requested
|
6 years ago |
ed
|
8de98f5a82
|
Fixed a bug causing duplicate TooltipWindows to be shown when multiple plug-in windows were open
|
6 years ago |
Tom Poole
|
9f344aaa5a
|
DSP: Added an assertion to protect against invalid use of ProcessContextNonReplacing
|
6 years ago |
ed
|
1bc7fdd1ec
|
iOS: Return the device model name from SystemStats::getDeviceDescription() when running in the simulator
|
6 years ago |
ed
|
80c5f5e15e
|
Windows: Use a default sample rate if one hasn't been specified in DSoundAudioIODevice::open()
|
6 years ago |
ed
|
730fd6955f
|
macOS: Added missing OS versions to SystemStats::OperatingSystemType
|
6 years ago |
Tom Poole
|
20d480535a
|
APVTS: Improve the performance of parameter lookups
|
6 years ago |
ed
|
09ebd1d257
|
Added support for ID-based MIDI devices
|
6 years ago |
ed
|
6eab395204
|
Android: Fixed a crash when pressing the back button
|
6 years ago |
ed
|
dbd7c4d205
|
Fixed a typo in the native java README.txt
|
6 years ago |
Tom Poole
|
bbe49f6b36
|
Serialise doubles into more human friendly XML and JSON
|
6 years ago |
ed
|
77db5fde66
|
Windows: Fix a double definition warning for juce_shouldDoubleScaleNativeGLWindow() when not building any VSTs
|
6 years ago |
dimitri
|
831448fbb0
|
Blocks: Use special reset message for master blocks
|
6 years ago |
ed
|
a672353ebc
|
VST3: Added a missing case statement from getChannelType()
|
6 years ago |
Tom Poole
|
6d4549499c
|
Fixed an issue where AudioProcessorGraph would drop MIDI notes close to the playhead when started
|
6 years ago |
ed
|
09daeb3a6d
|
Remove HashMap dependency from HeavyweightLeakedObjectDetector so it can be included as early as possible
|
6 years ago |
ed
|
165654e73c
|
macOS: Fix a crash in getMainScreenHeight() when no screens are available
|
6 years ago |
ed
|
6c87ed6bed
|
Ensure that the standalone plug-in saves its state when the OS sends a quit request
|
6 years ago |
Tom Poole
|
aa361c9cf5
|
Documentation fixes
|
6 years ago |
ed
|
34ca59fd81
|
Fixed a missing argument when creating an instance of FFTWImpl
|
6 years ago |
ed
|
6722194260
|
Bump version number to 5.4.3
|
6 years ago |
ed
|
74bcfa1d83
|
Fixed a missing argument when creating an instance of FFTWImpl
|
6 years ago |
ed
|
c89194f84d
|
Fixed a documentation typo
|
6 years ago |
Tom Poole
|
60d49c2ef0
|
Tidied up some documentation
|
6 years ago |
Tom Poole
|
70395c9622
|
Improved some unit tests
|
6 years ago |
ed
|
548838e139
|
Updated the documentation AudioProcessorValueTreeState::Listener::parameterChanged() to clarify that retrieving the value of the parameter that has changed via the other AudioProcessorValueTreeState methods whilst within the callback is not guaranteed to return an up-to-date value
|
6 years ago |
Tom Poole
|
6bf6aa1761
|
MacOS/iOS: Fixed a potential memory corruption when drawing
|
6 years ago |
ed
|
af1cc0c70f
|
Minor documentation fixes
|
6 years ago |
ed
|
090aef2d70
|
Windows: Fixed file drag and drop for Windows 8
|
6 years ago |
ed
|
363d86ce6e
|
Ensure that DirectoryContentsList sends a change message when the last file in a directory is deleted
|
6 years ago |
ed
|
c9432e5897
|
Fixed an uninitialised variable in the AU wrapper
|
6 years ago |
ed
|
8635315e61
|
Windows: Fixed a bug on later versions of Windows 10 causing the on-screen keyboard to keep showing and hiding
|
6 years ago |
cesare
|
f0c1c4c6f5
|
Revert "Fix problem with milliseconds overflowing for long uptime on OSX"
This reverts commit 99afd933e0 .
|
6 years ago |
Tom Poole
|
4751e9d41a
|
Added a new templated SmoothedValue class
|
6 years ago |
ed
|
5bdd3ea8c6
|
OpenGL: Fixed an incorrect type in OpenGLShaderProgram::Uniform::set()
|
6 years ago |
cesare
|
99afd933e0
|
Fix problem with milliseconds overflowing for long uptime on OSX
|
6 years ago |
jules
|
218ddf1193
|
Avoided a wrap-around timeout error in runDispatchLoopUntil()
|
6 years ago |
ed
|
72aee7f2f9
|
Windows: Fixed a bug when dragging files on non-hiDPI systems
|
6 years ago |
ed
|
69e9270fab
|
macOS: Set default presentation options when exiting kiosk mode to fix a bug on 10.10 causing the menu bar to not be shown
|
6 years ago |
ed
|
bb5c821edc
|
BLOCKS: Remove dependent devices following device reset
|
6 years ago |
ed
|
9ddf8eece2
|
Fixed a bug where InterprocessConnection::isConnected() returned false inside the InterprocessConnection::connectionMade() callback in some cases
|
6 years ago |
ed
|
464b1f8eb2
|
Removed some superfluous juce:: namespaces from the juce_blocks_basics module
|
6 years ago |
ed
|
174934bf85
|
Fixed a bug in the StandalonePluginHolder constructor that was causing a mismatch of channel layouts
|
6 years ago |
ed
|
7cf52297ee
|
BLOCKS: Added callbacks from the topology for device added, removed and updated
|
6 years ago |