1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
Commit graph

6591 commits

Author SHA1 Message Date
ed
31f6f9993b Fixed some conversion warnings in the Display coordinate conversion methods 2019-04-03 10:10:10 +01:00
ed
9f17e0cde8 Added some explicit template instantiations for Displays::physicalToLogical() and ::logicalToPhysical() 2019-04-03 10:00:53 +01:00
jules
60cbac6a6d Improved CPU efficiency of MessageManager::runDispatchLoopUntil() on OSX 2019-04-02 14:31:23 +01:00
ed
9fe83c18bd Fixed indentation in juce_dsp.cpp 2019-04-02 11:54:42 +01:00
ed
f3af250ff7 Tidied up unit test code layout 2019-04-02 11:54:29 +01:00
ed
bfa167a054 Uncommented out ChildProcess unit test 2019-04-02 11:54:12 +01:00
ed
e88700be6e Added missing unit test categories 2019-04-02 11:53:18 +01:00
ed
97e545cd44 Moved the Grid unit tests into juce_Grid.cpp and re-saved all projects 2019-04-02 11:52:44 +01:00
ed
ce20ab8a3b Made AudioBuffer::isClear atomic to fix a potential data race when used from multiple threads 2019-04-01 17:16:16 +01:00
ed
fb5cfcd606 Fix some data races flagged when running the AudioPlaybackDemo with Xcode's thread sanitiser enabled 2019-04-01 15:39:27 +01:00
Tom Poole
98244f1ed1 AU: Made the detection of parameters more robust when hosting AU plug-ins 2019-04-01 12:22:16 +01:00
ed
fec3b7d59e Linux: Add warnAboutOverwriting flag capability to native file chooser 2019-04-01 10:05:10 +01:00
Tom Poole
0828977e5b macOS: Added a Bluetooth MIDI pairing dialog 2019-03-29 17:05:34 +00:00
ed
aa498afce2 Call Thread::stopThread() in NamedPipeThread's destructor to fix an assertion when running the NamedPipe unit tests 2019-03-29 16:03:41 +00:00
ed
bd916b68e1 Make Random::setSeedRandomly() globalSeed atomic to fix a data race when multiple threads create a Random object 2019-03-29 16:03:41 +00:00
Tom Poole
adf74a8451 Fixed some documentation in RSAKey 2019-03-29 10:24:37 +00:00
Tom Poole
12dfd3df45 DSP: Made AudioBlock::getSubsetChannelBlock const 2019-03-28 12:54:37 +00:00
reuk
55c512d9a1 DSP: Fixed a potential dangling reference issue in ProcessContext 2019-03-28 12:52:36 +00:00
ed
7b56f43ded Fixed a potential data race in the MIDI devices unit tests 2019-03-27 15:53:51 +00:00
ed
f617bea5fa AAX: Fixed a conversion warning in JuceAAX_Processor::isInAudioSuite() 2019-03-27 15:06:07 +00:00
ed
08807df47b Allow valid socket handles of 0 in StreamingSocket and DatagramSocket, add some unit tests and some minor docs cleanup 2019-03-27 15:02:36 +00:00
ed
6567a7607f Fixed an uninitialised variable in the posix implementation of HighResolutionTimer 2019-03-26 18:26:24 +00:00
reuk
827055c2c1 DSP: Allowed AudioBlocks of const elements 2019-03-26 16:32:28 +00:00
dimitri
bdfbcff62d BLOCKS: Added a method to reset to the default program 2019-03-26 14:34:24 +00:00
Zsolt Garamvolgyi
0e58d244aa DSP: Added SIMDRegister::truncate() 2019-03-26 11:48:56 +00:00
ed
43d58f330f Revert "macOS: Don't apply backing scale factor when using the CoreGraphics renderer"
This reverts commit 90d65375df.
2019-03-26 11:42:16 +00:00
ed
b1c4d981da Fixed an iOS multitouch bug and added MouseInputSource::offscreenMousePos to replace some magic numbers 2019-03-26 11:40:58 +00:00
dimitri
b27116607f Fixed a crash in Mac Network when createConnection fails 2019-03-26 11:37:19 +00:00
Tom Poole
68277517df Added an assertion to check the default latency compensation in processBlockBypassed 2019-03-26 11:34:25 +00:00
dimitri
88e26d7a1e BLOCKS: Added documentation for Littlefoot Arrays 2019-03-26 09:19:18 +00:00
dimitri
cc67c882ec BLOCKS: Fixed a bug in Littlefoot Array assignment 2019-03-26 09:18:59 +00:00
ed
a585005dd3 Updated the ModalCallbackFunction docs to correctly reflect the Component::enterModalState() parameters 2019-03-26 09:04:24 +00:00
Tom Poole
e821dd9b8e VST3: Fixed a memory leak 2019-03-25 17:22:46 +00:00
ed
ba2575a4d3 Added a ScopedLock in ThreadPool::getNumJobs() to fix a potential data race 2019-03-25 17:15:30 +00:00
ed
290aad89f8 Fixed a potential data race in AudioThumbnail 2019-03-25 16:24:40 +00:00
reuk
e5ce2ceb97 MathsFunctions: Made numElementsInArray constexpr 2019-03-25 14:47:21 +00:00
ed
6cb244f5a1 Support comma decimal mark in Time::fromISO8601() 2019-03-25 10:07:17 +00:00
ed
c96bf71488 Removed some empty ValueTree::Listener methods that are no longer needed 2019-03-22 17:28:14 +00:00
ed
20864a2f5f Made all of the ValueTree::Listener methods no longer pure virtual 2019-03-22 17:27:55 +00:00
ed
90d65375df macOS: Don't apply backing scale factor when using the CoreGraphics renderer 2019-03-22 12:56:03 +00:00
ed
3d8acd864a Fixed some pen input source issues 2019-03-22 10:47:54 +00:00
ed
c50a50d4f2 Windows: Add a fallback for win32 MIDI devices that don't support the DRV_QUERYDEVICEINTERFACE message 2019-03-22 09:19:48 +00:00
Tom Poole
0d019acd1c Added a trailing decimal when serialising integer valued doubles 2019-03-21 17:50:11 +00:00
Tom Poole
a1dc1b1fce Fixed an issue iterating arrays of owned objects from object destructors 2019-03-20 14:33:19 +00:00
Tom Maisey
d5816ad186 Fix master channel check in MPEInstrument 2019-03-20 14:15:22 +00:00
Tom Poole
096cad36a6 AAX: Fixed a bug setting the number of parameter steps 2019-03-20 11:46:36 +00:00
ed
9715e77e0f Only call ComponentPeer::textInputRequired() from TextEditor::checkFocus() if the focus status has changed to fix the soft input keyboard constantly re-opening on Android 2019-03-19 17:48:52 +00:00
ed
291d654ece Replace isInitialByte() check with isStatusByte() in MidiDataConcatenator::processSysex() to fix truncated sysex messages 2019-03-19 14:59:09 +00:00
Tom Poole
ff1dbf5f6d Added a missing JUCE_API 2019-03-19 12:55:21 +00:00
dimitri
92d930a17e BLOCKS: Make MIDI port listener thread safe 2019-03-18 17:05:07 +00:00