ed
|
0ed474e412
|
Fixed a potential crash when reading MIDI files with incorrect track length chunks
|
6 years ago |
jules
|
b6c111645a
|
Refactored some AudioProcessor addParam methods to make sure the parameters always have a valid index set
|
6 years ago |
jules
|
63e31a9fea
|
Fixed a mistake that made AudioPluginFormat::createPluginInstanceAsync() do its callback synchronously, and also made it survive a situation where the format object is deleted before the callback
|
6 years ago |
Tom Poole
|
01935e3338
|
DSP: Guarded a rogue FMA instruction in the AVX native ops
|
6 years ago |
Tom Poole
|
dab2c9be79
|
Added GitLab CI config
|
6 years ago |
Tom Poole
|
c2a8e0d242
|
Re-saved some projects with new warning flags
|
6 years ago |
Tom Poole
|
1fd9c2f282
|
Projucer: Added an "add recommended warning flags" checkbox to the exporters
|
6 years ago |
Tom Poole
|
d4b7cceb32
|
Fixed more compiler warnings
|
6 years ago |
Tom Poole
|
a0b0a3e7bd
|
Projucer: Fixed an issue setting the fallback Android SDK path on Linux
|
6 years ago |
Tom Poole
|
f8b039c132
|
Fixed another compiler warning
|
6 years ago |
Tom Poole
|
230588cbf9
|
Fixed a compiler warning
|
6 years ago |
jules
|
098827cc5e
|
Workaround for an order-of-deletion problem in the GenericAudioProcessorEditor when parameter lists change
|
6 years ago |
ed
|
f58fe19815
|
Projucer: Fixed an error when setting the macOS SDK to the current version
|
6 years ago |
ed
|
88fecd196e
|
Fixed a typo
|
6 years ago |
jules
|
9d120bf481
|
Modified PluginListComponent so that if all paths to scan are deleted, it reverts to the default set of paths for the given format (otherwise there was no way to make it reset to default)
|
6 years ago |
Tom Poole
|
fd855f851e
|
Fixed a const access issue in OwnedArray
|
6 years ago |
ed
|
b2a4aaa338
|
Updated some deprecated AudioDeviceManager methods in the AudioPluginHost
|
6 years ago |
ed
|
1ea463f989
|
Linux: Fixed some crashes when getting X properties in LinuxComponentPeer
|
6 years ago |
Tom Poole
|
a92b231677
|
Projucer: Fixed an error in the PIP generator
|
6 years ago |
Tom Poole
|
8f84192c9b
|
Fixed some more Android compiler warnings
|
6 years ago |
Tom Poole
|
b22db01968
|
Fixed an iOS compiler warning
|
6 years ago |
Tom Poole
|
bdb3b5ab40
|
Whitespace
|
6 years ago |
Tom Poole
|
061ea2e072
|
Resolved a Windows/Android touchID incompatibility
|
6 years ago |
Tom Poole
|
670f77f80c
|
Fixed some Android compiler warnings
|
6 years ago |
Tom Poole
|
645a538001
|
Re-saved all projects
|
6 years ago |
Tom Poole
|
a4bd6cbc66
|
Fixed some more Linux compiler warnings
|
6 years ago |
jules
|
6b82c964cd
|
Refactored AudioPluginFormat::createPluginInstance to use lambdas for the callback
|
6 years ago |
Tom Poole
|
8b5bc69582
|
Fixed some more Linux compiler warnings
|
6 years ago |
ed
|
67e6bc65a9
|
Windows: Fixed a crash when calling DragAndDropContainer::performExternalDragDropOfFiles()
|
6 years ago |
ed
|
cb7e325d51
|
Fixed some variable shadowing warnings
|
6 years ago |
ed
|
919338130a
|
Fixed a potential deadlock in MPESynthesiser::turnOffAllVoices()
|
6 years ago |
Tom Poole
|
16dd26649a
|
Fixed some GCC compiler warnings and removed deprecated functions
|
6 years ago |
ed
|
ddd4e84b9e
|
VST3: Use Windows scale factor when running in FL Studio to avoid resizing glitches when custom scale factor is set
|
6 years ago |
ed
|
e45b1d9924
|
Updated the VS exporter of example projects to VS2019
|
6 years ago |
ed
|
16d0697216
|
Projucer: Escape quotes in plug-in shared code linker flag
|
6 years ago |
ed
|
c94448937b
|
MPE: Made the MPEInstrument::Listener methods virtual with empty implementations instead of pure virtual
|
6 years ago |
ed
|
d275f3f7b1
|
Projucer: Fixed a crash in the live-build engine ComponentClassList
|
6 years ago |
ed
|
7317e37270
|
Fixed some missing Button connected flags in L&F_V4
|
6 years ago |
ed
|
57ad812f2d
|
Projucer: Updated the auto-generated image code following the latest std::unique_ptr changes
|
6 years ago |
Lukasz Kozakiewicz
|
b4617412c2
|
Projucer: add project level repositories section to Android exporter.
|
6 years ago |
ed
|
b745ed9bd9
|
Fixed a potential crash in KnownPluginList::removeType()
|
6 years ago |
reuk
|
c1a7557ac6
|
Fixed a RefCountedArray const correctness issue
|
6 years ago |
Tom Poole
|
19e717a7cc
|
Windows: Removed A: and B: special cases from File::isOnHardDisk
|
6 years ago |
ed
|
8aa1573eaa
|
Projucer: Removed some unused settings from the Android exporter
|
6 years ago |
Tom Poole
|
764782e142
|
Re-saved all projects
|
6 years ago |
ed
|
dd9802e265
|
ADSR: Set the envelope value to 1 when calling noteOn() with an attack rate of 0
|
6 years ago |
ed
|
7ffcd5e5f4
|
Recalculate the release rate of the ADSR envelope if it was modified in ADSR::noteOff()
|
6 years ago |
Tom Poole
|
02177b34c0
|
Projucer: Fixed the default value of JUCE_CATCH_UNHANDLED_EXCEPTIONS
|
6 years ago |
Tom Poole
|
c8325a25c9
|
Removed some erroneous callbacks in the JUCESplashScreen component
|
6 years ago |
jules
|
15567c7150
|
Changed the constructor of GenericAudioProcessorEditor to take a reference rather than a pointer, to match all the other AudioProcessorEditor classes. Also tweaked its implementation to resize its components horizontally to fit the width of the parent window
|
6 years ago |