jules
|
901913a0da
|
Added new method FlexItem::withAlignSelf()
|
9 years ago |
hogliux
|
f85bbb2a61
|
Fixed an issue where resizing a VST2 plug-in on a HiDPI monitor on linux would recursively decrease the editor size
|
9 years ago |
jules
|
53ae78f1bb
|
Fix for javascript parseInt of strings that start with a zero but contain non-numeric chars
|
9 years ago |
jules
|
688110f0a3
|
Fixed a littlefoot interpreter bug involving 32-bit integer literals
|
9 years ago |
XmasRights
|
86386300d9
|
Fixed unused parameter error in BluetoothMIDISelector overlay
|
9 years ago |
XmasRights
|
4b881b0765
|
Added an exit callback to BluetoothMidiDevicePairingDialogue::open()
|
9 years ago |
jules
|
4d02823f97
|
BLOCKS API: Added a few littlefoot function definitions to the list (not yet supported in hardware!)
|
9 years ago |
tpoole
|
13549989fd
|
Added C++11 functions to Doxygen
|
9 years ago |
tpoole
|
21aad5e20c
|
Fixed IO channels when selecting <<none>> as OS X audio device
|
9 years ago |
tpoole
|
2e84129479
|
Updated the juce_audio_basics, juce_audio_devices, juce_blocks_basics, juce_core and juce_events modules to a new ISC license
|
9 years ago |
hogliux
|
e91d0f900a
|
Fixed a bug where the URL's DownloadTask would not indicate an error if the downloaded file is incomplete
|
9 years ago |
hogliux
|
fdeea46c8e
|
Fixed a bug where a downloaded file may have been incomplete when accessed just after downloading
|
9 years ago |
hogliux
|
8869fce59e
|
Fixed minor documentation typo in a recent PropertiesFile commit
|
9 years ago |
hogliux
|
806d99d777
|
Added an option to have a properties file suffix be appended to the full application name (instead of replacing it)
|
9 years ago |
jules
|
05888a09fa
|
BLOCKS API: Added some functionality (not yet supported in public firmware!)
|
9 years ago |
ed
|
e75128a878
|
Added a second createMemoryMappedReader method to AudioFormat and its derived classes that creates a MemoryMappedAudioFormatReader from a FileInputStream
|
9 years ago |
hogliux
|
1c4b687401
|
Fixed a bug where the high resolution timer could hang when stopped from another thread
|
9 years ago |
tpoole
|
3fa62bcaf7
|
Fixed some misnamed Doxygen parameters
|
9 years ago |
tpoole
|
9f1254a015
|
Removed JucePlugin_{Max,Min}NumInputChannels from the VST wrapper
|
9 years ago |
tpoole
|
2f06fdf66c
|
Updated the standalone BLOCKS SDK build
|
9 years ago |
ed
|
38a47d4387
|
Added a call to getToggleState() in ShapeButton::paintButton() to take into account toggle state when setting button colour
|
9 years ago |
ed
|
9a130f2810
|
Set avoidReallocating argument of AudioBuffer::makeCopyOf() to true in some audio class methods to avoid unnecessary reallocations in double-float buffer conversion
|
9 years ago |
ed
|
2952b52f88
|
Renamed instances of FileHelpers to MacFileHelpers in iOS implementation in juce_mac_Files.mm
|
9 years ago |
ed
|
fb08261013
|
Fixed VS2013 warning in File::NaturalFileComparator struct
|
9 years ago |
jules
|
3516e45b44
|
Fixed a typo in littlefoot function argument passing
|
9 years ago |
jules
|
4d48dfed9d
|
Removed a defunct comment
|
9 years ago |
tpoole
|
e8a80efa5f
|
Added Bitwig Studio to PluginHostType
|
9 years ago |
ed
|
a0ed11ebee
|
Made File::NaturalFileComparator::compareElements() method const
|
9 years ago |
ed
|
cd752ed6af
|
MidiFile::writeTo() method now returns false if unsuccessful
|
9 years ago |
hogliux
|
f6727f204b
|
Added label parameter to all AudioParameter constructors
|
9 years ago |
ed
|
36f561a8e5
|
Changed FileHelpers namespace to MacFileHelpers in juce_mac_Files.mm to be consistent with other native code
|
9 years ago |
ed
|
e93eee0eb1
|
Added NaturalFileComparator struct to File. Reverted File::compareFilenames method to old behaviour.
|
9 years ago |
jules
|
1ecc6867cb
|
Changed order of parameters in FlexItem::Margin constructor to match web standard ordering
|
9 years ago |
hogliux
|
bd9697b687
|
Fixed a compiler error on older gcc versions
|
9 years ago |
hogliux
|
a816a44686
|
Disabled Ableton Live's plug-in auto-suspend if the plug-in reports an infinite tail-time
|
9 years ago |
jules
|
8e768fc083
|
Added method littlefoot::Runner::isProgramValid()
|
9 years ago |
ed
|
d6fc589b6d
|
Reverted File::compareFilenames() method to not compare filenames naturally and added an optional argument to use a natural comparison
|
9 years ago |
ed
|
fa7768ae2e
|
Fixed Projucer live-build error with LittleFoot compiler
|
9 years ago |
jules
|
c545b58f03
|
Added another constructor to FlexItem::Margin
|
9 years ago |
ed
|
17600a2902
|
Added copy constructor and copy assignment operator to MidiFile
|
9 years ago |
tpoole
|
8e7ed3ae7d
|
Fixed MacOS 10.12 deprecations
|
9 years ago |
ed
|
18c896f45b
|
Changed Line::getPointAlongLineProportionally method to work properly with integers
|
9 years ago |
hogliux
|
910cab77a1
|
Added a WaveLab workaround by adding tmp buffers when WaveLab lies about the number of channels we are getting
|
9 years ago |
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
|
9 years ago |
tpoole
|
a3ef455696
|
Ignored deprecation warnings in the OS X VST3 SDK
|
9 years ago |
jules
|
0f01433773
|
Fixed an uninitialised variable in OnlineUnlockStatus
|
9 years ago |
hogliux
|
0ee2398eb5
|
Fixed compile error in recent commit on VS2015
|
9 years ago |
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.
|
9 years ago |
Timur Doumler
|
3945f1d29b
|
OSC: added unit tests for round-trip correctness (receiver to sender).
|
9 years ago |
hogliux
|
8313ba7a23
|
Added a workaround for DSP Quattro
|
9 years ago |