jules
|
bb5bbf32a9
|
Added options to PluginListComponent and PluginDirectoryScanner to allow scanning of a specific set of files
|
7 years ago |
jules
|
f71df8704a
|
Added an AudioBlock::multiply() overload for LinearSmoothedValue
|
7 years ago |
Noah Dayan
|
315fb7cdc7
|
Added documentation to enums in the Blocks module
|
7 years ago |
jules
|
77e94d905b
|
BLOCKS API: avoided empty block versions overwriting previously valid ones
|
7 years ago |
Tom Poole
|
1c037e07be
|
CLion: Fixed a hardcoded cmake executable name
|
7 years ago |
Tom Poole
|
8c0f0815f0
|
iOS: Added memory warning callbacks
|
7 years ago |
Tom Poole
|
57a75bc990
|
MacOS: Fixed an intermittent crash when closing a window from kiosk mode
|
7 years ago |
ed
|
16c942fd54
|
Recall some button states in DSP module plugin demo
|
7 years ago |
ed
|
771025cccf
|
Projucer: Increased the character limit of some TextPropertyComponents in the project settings
|
7 years ago |
ed
|
6dcc41c9a8
|
Fixed a bug in AlertWindow layouts when using LookAndFeel_V4
|
7 years ago |
Noah Dayan
|
365507d7fd
|
Fixed typo in juce_SIMDRegister.h
|
7 years ago |
Tom Poole
|
224d0a9325
|
Fixed a bug setting the number of decimal places in a String
|
7 years ago |
Tom Poole
|
50ff2c5bc3
|
AAX: Removed an unused variable
|
7 years ago |
Noah Dayan
|
6fd3e9cd2f
|
Add documentation to juce_MPENote.h
|
7 years ago |
Noah Dayan
|
98f1998477
|
Fix enum documentation in juce_MPEInstrument.h
|
7 years ago |
Noah Dayan
|
3656cbd4cf
|
Fix documentation error in juce_MPEInstrument.h
|
7 years ago |
Noah Dayan
|
4ce06a1f77
|
Fixed typo in juce_MPESynthesiser.h
|
7 years ago |
jules
|
b56e7560a7
|
Added some missing logic to flexbox
|
7 years ago |
Noah Dayan
|
e1abac681d
|
Fixed typos in juce_SIMDRegister.h
|
7 years ago |
ed
|
61ba218a75
|
Some code cleanup in the MPE classes
|
7 years ago |
ed
|
c715b069b5
|
OpenGL: Revert commits 515f484 and 0a15be7 and calculate scale factor using relative bounds instead
|
7 years ago |
ed
|
d668adb81b
|
Projucer: Code cleanup
|
7 years ago |
ed
|
1f405d6cd5
|
Projucer: Some reshuffling in the exporters tree to allow build configurations to be deleted with the backspace key
|
7 years ago |
ed
|
cd24d14000
|
Projucer: Fixed a missing argument in the simple content component template
|
7 years ago |
ed
|
8924eda7b7
|
Projucer: Fix for toggle button not showing in the "Application Usage Data" window
|
7 years ago |
Tom Poole
|
4c44d96fdf
|
Added an initialiser list based ValueTree constructor
|
7 years ago |
Noah Dayan
|
e690350df3
|
Use lambda callbacks instead of listeners with Slider, Button, Label, ComboBox and TextEditor classes
|
7 years ago |
ed
|
6d8d90e9d8
|
Fixed a typo
|
7 years ago |
ed
|
ce253595f2
|
Projucer: Added some options to the SVG path converter to toggle stroke/fill and closing sub-paths
|
7 years ago |
Tom Poole
|
b434b320a1
|
Fixed an intermittent test failure
|
7 years ago |
ed
|
3f2678b38e
|
Projucer: Some code cleanup in Project.h/.cpp
|
7 years ago |
ed
|
780902b492
|
Projucer: Fixed a bug where preprocessor definitions weren't being parsed initially and fixed a typo
|
7 years ago |
Noah Dayan
|
bed0f02e54
|
Projucer: Cleaned up templates and added options for header and cpp file creation
|
7 years ago |
Tom Poole
|
c46cb12c46
|
Fixed a bug with some ifdeffed VST3 code in the AudioProcessor definition
|
7 years ago |
Tom Poole
|
f503ca2701
|
Fixed a bug in the InterAppAudioEffect demo
|
7 years ago |
Tom Poole
|
1b2e21d867
|
Fixed a bug with some ifdeffed VST3 code in the AudioProcessor definition
|
7 years ago |
ed
|
c0c709f10b
|
Projucer: More code cleanup
|
7 years ago |
Noah Dayan
|
77c3d790a5
|
Added helper objects to Label and Slider to allow lambda callbacks
|
7 years ago |
jules
|
5ca8427840
|
Minor fix for VS2017 in the MPETest project
|
7 years ago |
ed
|
2d43125a95
|
Projucer: Cleaned up the exporter code
|
7 years ago |
Tom Poole
|
646aebb77e
|
Linux: Fixed a MIDI port read/write mixup
|
7 years ago |
Noah Dayan
|
1c21f34e21
|
Fix typo in juce_Button.h
|
7 years ago |
Tom Poole
|
aed439ab4f
|
Linux: Fixed a leaking XWindowSystem
|
7 years ago |
jules
|
415f0e4c90
|
Added an alternative version of File::findChildFiles that returns the results array rather than it being an out-parameter. In almost all cases using this new version will make your code smaller and cleaner, as you can see from all the changes in this commit!
|
7 years ago |
ed
|
7912349b55
|
Projucer: Cache preprocessor defs to reduce save time
|
7 years ago |
jules
|
7d24b39f18
|
Cranked up the Clang warning level in the projucer, and fixed a few minor warnings
|
7 years ago |
Tom Poole
|
4746337ecc
|
Fixed a bug in the InterAppAudioEffect demo
|
7 years ago |
jules
|
13cbb960f4
|
Fixed a warning on Android
|
7 years ago |
jules
|
e2688eec0a
|
Added methods AbstractFifo::read() and AbstractFifo::write() which return a scope-based object to make it easy to hold, release and iterate blocks of items.
|
7 years ago |
Tom Poole
|
dfa94c8425
|
Added some documentation to the AudioProcessorValueTreeState class
|
7 years ago |