James Hurst
|
f4eec3d80a
|
Use ignoreCase in StringPairArray::containsKey
|
6 years ago |
ed
|
c3df4ac8a4
|
macOS: Fixed a couple of potential data races flagged by tsan in the native networking code
|
6 years ago |
ed
|
f3bbe90250
|
Projucer: Check for libc++ version instead of macOS SDK version when working around a live-build error
|
6 years ago |
Tom Poole
|
92c30e780d
|
Allowed linear-drag rotary sliders to rollover
|
6 years ago |
ed
|
fcbdf0629f
|
BLOCKS: Use unique identifier to find MIDI ports and fix some connection issues
|
6 years ago |
Tom Poole
|
f77bbcd3fb
|
Added an explicit integer interval to the AudioParameterChoice and AudioParameterInt classes
|
6 years ago |
Tom Poole
|
c0af62f188
|
Windows: Removed some inverse hyperbolic compatibility functions
|
6 years ago |
ed
|
97265bbd4f
|
Recalculate the release rate of the ADSR envelope if it was modified in ADSR::noteOff()
|
6 years ago |
Tom Poole
|
3c0ccda6a5
|
macOS: Cleaned up old 10.6 support ifdefs
|
6 years ago |
ed
|
43f71daa95
|
Projucer: Added a workaround for errors in the live-build engine from the system headers included with the macOS 10.14 SDK
|
6 years ago |
Tom Poole
|
beb1ab8d64
|
Fixed a bug handling errors when detecting hosted AU parameters
|
6 years ago |
Tom Maisey
|
9d1f6abe49
|
Avoided some allocations in StringRef/Identifier/String comparisons
|
6 years ago |
ed
|
251ec6daa8
|
iOS: Made it clear that the "Audio Background Capability" setting must be enabled for MidiInput/Output::createNewDevice() to succeed
|
6 years ago |
ed
|
497a1b3fb7
|
Added juce_UnitTestCategories.h to replace raw strings used for test categories
|
6 years ago |
ed
|
c9fe0afd0f
|
Removed MIDI devices unit tests
|
6 years ago |
ed
|
4fa131f5a7
|
Delete the current audio device when no inputs or outputs are specified in AudioDeviceManager::setAudioDeviceSetup() and ensure that the AudioDeviceSelectorComponent displays this correctly
|
6 years ago |
ed
|
31f6f9993b
|
Fixed some conversion warnings in the Display coordinate conversion methods
|
6 years ago |
ed
|
9f17e0cde8
|
Added some explicit template instantiations for Displays::physicalToLogical() and ::logicalToPhysical()
|
6 years ago |
jules
|
60cbac6a6d
|
Improved CPU efficiency of MessageManager::runDispatchLoopUntil() on OSX
|
6 years ago |
ed
|
9fe83c18bd
|
Fixed indentation in juce_dsp.cpp
|
6 years ago |
ed
|
f3af250ff7
|
Tidied up unit test code layout
|
6 years ago |
ed
|
bfa167a054
|
Uncommented out ChildProcess unit test
|
6 years ago |
ed
|
e88700be6e
|
Added missing unit test categories
|
6 years ago |
ed
|
97e545cd44
|
Moved the Grid unit tests into juce_Grid.cpp and re-saved all projects
|
6 years ago |
ed
|
ce20ab8a3b
|
Made AudioBuffer::isClear atomic to fix a potential data race when used from multiple threads
|
6 years ago |
ed
|
fb5cfcd606
|
Fix some data races flagged when running the AudioPlaybackDemo with Xcode's thread sanitiser enabled
|
6 years ago |
Tom Poole
|
98244f1ed1
|
AU: Made the detection of parameters more robust when hosting AU plug-ins
|
6 years ago |
ed
|
fec3b7d59e
|
Linux: Add warnAboutOverwriting flag capability to native file chooser
|
6 years ago |
Tom Poole
|
0828977e5b
|
macOS: Added a Bluetooth MIDI pairing dialog
|
6 years ago |
ed
|
aa498afce2
|
Call Thread::stopThread() in NamedPipeThread's destructor to fix an assertion when running the NamedPipe unit tests
|
6 years ago |
ed
|
bd916b68e1
|
Make Random::setSeedRandomly() globalSeed atomic to fix a data race when multiple threads create a Random object
|
6 years ago |
Tom Poole
|
adf74a8451
|
Fixed some documentation in RSAKey
|
6 years ago |
Tom Poole
|
12dfd3df45
|
DSP: Made AudioBlock::getSubsetChannelBlock const
|
7 years ago |
reuk
|
55c512d9a1
|
DSP: Fixed a potential dangling reference issue in ProcessContext
|
7 years ago |
ed
|
7b56f43ded
|
Fixed a potential data race in the MIDI devices unit tests
|
7 years ago |
ed
|
f617bea5fa
|
AAX: Fixed a conversion warning in JuceAAX_Processor::isInAudioSuite()
|
7 years ago |
ed
|
08807df47b
|
Allow valid socket handles of 0 in StreamingSocket and DatagramSocket, add some unit tests and some minor docs cleanup
|
7 years ago |
ed
|
6567a7607f
|
Fixed an uninitialised variable in the posix implementation of HighResolutionTimer
|
7 years ago |
reuk
|
827055c2c1
|
DSP: Allowed AudioBlocks of const elements
|
7 years ago |
dimitri
|
bdfbcff62d
|
BLOCKS: Added a method to reset to the default program
|
7 years ago |
Zsolt Garamvolgyi
|
0e58d244aa
|
DSP: Added SIMDRegister::truncate()
|
7 years ago |
ed
|
43d58f330f
|
Revert "macOS: Don't apply backing scale factor when using the CoreGraphics renderer"
This reverts commit 90d65375df.
|
7 years ago |
ed
|
b1c4d981da
|
Fixed an iOS multitouch bug and added MouseInputSource::offscreenMousePos to replace some magic numbers
|
7 years ago |
dimitri
|
b27116607f
|
Fixed a crash in Mac Network when createConnection fails
|
7 years ago |
Tom Poole
|
68277517df
|
Added an assertion to check the default latency compensation in processBlockBypassed
|
7 years ago |
dimitri
|
88e26d7a1e
|
BLOCKS: Added documentation for Littlefoot Arrays
|
7 years ago |
dimitri
|
cc67c882ec
|
BLOCKS: Fixed a bug in Littlefoot Array assignment
|
7 years ago |
ed
|
a585005dd3
|
Updated the ModalCallbackFunction docs to correctly reflect the Component::enterModalState() parameters
|
7 years ago |
Tom Poole
|
e821dd9b8e
|
VST3: Fixed a memory leak
|
7 years ago |
ed
|
ba2575a4d3
|
Added a ScopedLock in ThreadPool::getNumJobs() to fix a potential data race
|
7 years ago |