1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-20 01:14:20 +00:00
Commit graph

10102 commits

Author SHA1 Message Date
XmasRights
86386300d9 Fixed unused parameter error in BluetoothMIDISelector overlay 2016-12-15 15:02:38 +00:00
XmasRights
4b881b0765 Added an exit callback to BluetoothMidiDevicePairingDialogue::open() 2016-12-15 14:33:41 +00:00
jules
4d02823f97 BLOCKS API: Added a few littlefoot function definitions to the list (not yet supported in hardware!) 2016-12-14 14:32:58 +00:00
tpoole
13549989fd Added C++11 functions to Doxygen 2016-12-14 12:40:13 +00:00
tpoole
21aad5e20c Fixed IO channels when selecting <<none>> as OS X audio device 2016-12-14 10:22:25 +00:00
tpoole
2e84129479 Updated the juce_audio_basics, juce_audio_devices, juce_blocks_basics, juce_core and juce_events modules to a new ISC license 2016-12-14 10:07:26 +00:00
hogliux
e91d0f900a Fixed a bug where the URL's DownloadTask would not indicate an error if the downloaded file is incomplete 2016-12-12 17:22:15 +00:00
hogliux
fdeea46c8e Fixed a bug where a downloaded file may have been incomplete when accessed just after downloading 2016-12-12 16:46:51 +00:00
hogliux
8869fce59e Fixed minor documentation typo in a recent PropertiesFile commit 2016-12-12 09:19:38 +00:00
hogliux
806d99d777 Added an option to have a properties file suffix be appended to the full application name (instead of replacing it) 2016-12-09 17:13:35 +00:00
jules
05888a09fa BLOCKS API: Added some functionality (not yet supported in public firmware!) 2016-12-09 12:07:59 +00:00
ed
e75128a878 Added a second createMemoryMappedReader method to AudioFormat and its derived classes that creates a MemoryMappedAudioFormatReader from a FileInputStream 2016-12-09 11:49:57 +00:00
hogliux
1c4b687401 Fixed a bug where the high resolution timer could hang when stopped from another thread 2016-12-08 17:44:24 +00:00
tpoole
3fa62bcaf7 Fixed some misnamed Doxygen parameters 2016-12-08 11:05:11 +00:00
tpoole
9f1254a015 Removed JucePlugin_{Max,Min}NumInputChannels from the VST wrapper 2016-12-08 10:37:43 +00:00
tpoole
2f06fdf66c Updated the standalone BLOCKS SDK build 2016-12-07 16:19:28 +00:00
ed
38a47d4387 Added a call to getToggleState() in ShapeButton::paintButton() to take into account toggle state when setting button colour 2016-12-07 12:07:58 +00:00
ed
9a130f2810 Set avoidReallocating argument of AudioBuffer::makeCopyOf() to true in some audio class methods to avoid unnecessary reallocations in double-float buffer conversion 2016-12-07 10:10:20 +00:00
ed
2952b52f88 Renamed instances of FileHelpers to MacFileHelpers in iOS implementation in juce_mac_Files.mm 2016-12-06 17:21:31 +00:00
ed
fb08261013 Fixed VS2013 warning in File::NaturalFileComparator struct 2016-12-06 14:28:38 +00:00
jules
3516e45b44 Fixed a typo in littlefoot function argument passing 2016-12-06 10:30:33 +00:00
jules
4d48dfed9d Removed a defunct comment 2016-12-06 09:11:29 +00:00
tpoole
e8a80efa5f Added Bitwig Studio to PluginHostType 2016-12-05 15:08:05 +00:00
ed
a0ed11ebee Made File::NaturalFileComparator::compareElements() method const 2016-12-05 14:09:07 +00:00
ed
cd752ed6af MidiFile::writeTo() method now returns false if unsuccessful 2016-12-05 12:56:34 +00:00
hogliux
f6727f204b Added label parameter to all AudioParameter constructors 2016-12-05 12:07:44 +00:00
ed
36f561a8e5 Changed FileHelpers namespace to MacFileHelpers in juce_mac_Files.mm to be consistent with other native code 2016-12-05 12:06:04 +00:00
ed
e93eee0eb1 Added NaturalFileComparator struct to File. Reverted File::compareFilenames method to old behaviour. 2016-12-05 12:03:44 +00:00
jules
1ecc6867cb Changed order of parameters in FlexItem::Margin constructor to match web standard ordering 2016-12-05 09:55:57 +00:00
hogliux
bd9697b687 Fixed a compiler error on older gcc versions 2016-12-05 09:49:18 +00:00
hogliux
a816a44686 Disabled Ableton Live's plug-in auto-suspend if the plug-in reports an infinite tail-time 2016-12-04 12:31:23 +00:00
jules
8e768fc083 Added method littlefoot::Runner::isProgramValid() 2016-12-02 16:24:53 +00:00
ed
d6fc589b6d Reverted File::compareFilenames() method to not compare filenames naturally and added an optional argument to use a natural comparison 2016-12-02 16:18:15 +00:00
ed
fa7768ae2e Fixed Projucer live-build error with LittleFoot compiler 2016-12-02 15:55:05 +00:00
jules
c545b58f03 Added another constructor to FlexItem::Margin 2016-12-02 14:26:24 +00:00
ed
17600a2902 Added copy constructor and copy assignment operator to MidiFile 2016-12-02 12:45:52 +00:00
tpoole
8e7ed3ae7d Fixed MacOS 10.12 deprecations 2016-12-02 11:37:52 +00:00
ed
18c896f45b Changed Line::getPointAlongLineProportionally method to work properly with integers 2016-12-02 11:27:04 +00:00
hogliux
910cab77a1 Added a WaveLab workaround by adding tmp buffers when WaveLab lies about the number of channels we are getting 2016-12-02 10:49:40 +00:00
hogliux
b86e1331ac Fixed a bug where the AU/AUv3 wrapper would create a spurious input bus when no inputs where specified in the Projucer's legacy channel configuration field 2016-12-01 10:47:52 +00:00
tpoole
a3ef455696 Ignored deprecation warnings in the OS X VST3 SDK 2016-12-01 10:03:05 +00:00
jules
0f01433773 Fixed an uninitialised variable in OnlineUnlockStatus 2016-12-01 09:29:47 +00:00
hogliux
0ee2398eb5 Fixed compile error in recent commit on VS2015 2016-12-01 07:51:15 +00:00
Timur Doumler
92c219fda5 OSC: fixed bug where, if one OSCBundle contains multiple OSCBundles, the second nested bundle was not read correctly and an exception was thrown as a result. 2016-11-30 17:12:42 +00:00
Timur Doumler
3945f1d29b OSC: added unit tests for round-trip correctness (receiver to sender). 2016-11-30 17:12:10 +00:00
hogliux
8313ba7a23 Added a workaround for DSP Quattro 2016-11-30 13:54:07 +00:00
hogliux
d91b07ccc3 Changed depcrecated use of old dragOperationStarted/Ended to be an error instead of a warning 2016-11-30 12:51:52 +00:00
hogliux
b5fb095696 Fixed a few VS2008 build errors 2016-11-30 11:43:47 +00:00
tpoole
267cfb8966 Fixed scoping of a conditional 2016-11-30 11:03:55 +00:00
tpoole
2ec8fb49d7 Fixed error restoring VST3 state in FL Studio 2016-11-29 19:26:50 +00:00