10705 Commits (cda97c65932524ab66ad9382fdb6c04edab7098c)
 

Author SHA1 Message Date
  ed 479371eb8d Projucer: Fix generating JUCE example PIPs with useLocalCopy = 0 6 years ago
  Tom Poole adf74a8451 Fixed some documentation in RSAKey 6 years ago
  Tom Poole 12dfd3df45 DSP: Made AudioBlock::getSubsetChannelBlock const 6 years ago
  reuk 55c512d9a1 DSP: Fixed a potential dangling reference issue in ProcessContext 6 years ago
  ed 7b56f43ded Fixed a potential data race in the MIDI devices unit tests 6 years ago
  ed f617bea5fa AAX: Fixed a conversion warning in JuceAAX_Processor::isInAudioSuite() 6 years ago
  ed 08807df47b Allow valid socket handles of 0 in StreamingSocket and DatagramSocket, add some unit tests and some minor docs cleanup 6 years ago
  ed 0bc37d210e Fixed a compile error in the DSPModulePluginDemo example 6 years ago
  ed 6567a7607f Fixed an uninitialised variable in the posix implementation of HighResolutionTimer 6 years ago
  reuk 827055c2c1 DSP: Allowed AudioBlocks of const elements 6 years ago
  dimitri bdfbcff62d BLOCKS: Added a method to reset to the default program 6 years ago
  Zsolt Garamvolgyi 0e58d244aa DSP: Added SIMDRegister::truncate() 6 years ago
  ed 43d58f330f Revert "macOS: Don't apply backing scale factor when using the CoreGraphics renderer" 6 years ago
  ed b1c4d981da Fixed an iOS multitouch bug and added MouseInputSource::offscreenMousePos to replace some magic numbers 6 years ago
  dimitri b27116607f Fixed a crash in Mac Network when createConnection fails 6 years ago
  Tom Poole 68277517df Added an assertion to check the default latency compensation in processBlockBypassed 6 years ago
  dimitri 88e26d7a1e BLOCKS: Added documentation for Littlefoot Arrays 6 years ago
  dimitri cc67c882ec BLOCKS: Fixed a bug in Littlefoot Array assignment 6 years ago
  ed a585005dd3 Updated the ModalCallbackFunction docs to correctly reflect the Component::enterModalState() parameters 6 years ago
  Tom Poole e821dd9b8e VST3: Fixed a memory leak 6 years ago
  ed ba2575a4d3 Added a ScopedLock in ThreadPool::getNumJobs() to fix a potential data race 6 years ago
  ed 290aad89f8 Fixed a potential data race in AudioThumbnail 6 years ago
  reuk e5ce2ceb97 MathsFunctions: Made numElementsInArray constexpr 6 years ago
  ed a8ff4ea180 Projucer: Send warning message in Project::removeDefunctExporters() to stdout when running from the command-line 6 years ago
  ed 6cb244f5a1 Support comma decimal mark in Time::fromISO8601() 6 years ago
  ed c96bf71488 Removed some empty ValueTree::Listener methods that are no longer needed 6 years ago
  ed 20864a2f5f Made all of the ValueTree::Listener methods no longer pure virtual 6 years ago
  ed 4dad6ee028 Projucer: Add a project setting to specify a shell script that will be run after saving 6 years ago
  ed 90d65375df macOS: Don't apply backing scale factor when using the CoreGraphics renderer 6 years ago
  ed 3d8acd864a Fixed some pen input source issues 6 years ago
  ed c50a50d4f2 Windows: Add a fallback for win32 MIDI devices that don't support the DRV_QUERYDEVICEINTERFACE message 6 years ago
  Tom Poole ce6339f332 Added a trailing decimal when serialising integer valued doubles 6 years ago
  Tom Poole 0d019acd1c Added a trailing decimal when serialising integer valued doubles 6 years ago
  Tom Poole dc16992968 AAX: Fixed a bug setting the number of parameter steps 6 years ago
  Tom Poole 1774052b61 MacOS: Removed the "update to latest version" Xcode warning 6 years ago
  Tom Poole d475b17a81 Fixed some compiler warnings 6 years ago
  Tom Poole d4aed754c0 AAX: Fixed some compiler warnings 6 years ago
  ed cc2a7094e8 Fixed an unused variable warning in the VST3 wrapper 6 years ago
  Tom Poole d11ef30e09 CLion: Fixed some issues loading a CMakeLists.txt generated on Windows 6 years ago
  Tom Poole 4700dd9773 Serialise doubles into more human friendly XML and JSON 6 years ago
  Tom Poole 2ef4ea53cf APVTS: Improve the performance of parameter lookups 6 years ago
  Tom Poole a1dc1b1fce Fixed an issue iterating arrays of owned objects from object destructors 6 years ago
  Tom Maisey d5816ad186 Fix master channel check in MPEInstrument 6 years ago
  Tom Poole 096cad36a6 AAX: Fixed a bug setting the number of parameter steps 6 years ago
  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 6 years ago
  ed 291d654ece Replace isInitialByte() check with isStatusByte() in MidiDataConcatenator::processSysex() to fix truncated sysex messages 6 years ago
  Tom Poole ff1dbf5f6d Added a missing JUCE_API 6 years ago
  dimitri 92d930a17e BLOCKS: Make MIDI port listener thread safe 6 years ago
  ed eedca6109c Add a fallback in Displays::findDisplays() on Linux to make sure that there is always a main display 6 years ago
  ed 150d9ea6b1 VST: Ensure that reported bounds are consistent on all platforms 6 years ago