Lukasz Kozakiewicz
|
644ba82e00
|
Android: ensure that web calls are done off the main thread and fix data races.
|
7 years ago |
hogliux
|
ac5797da58
|
Android: Fixed a race condition when switching the buffer size on the Android OpenSL audio device
|
7 years ago |
jules
|
0e95d97404
|
Added a fast parameter ID lookup to the AudioUnit wrapper
|
7 years ago |
jules
|
17fb72f826
|
Tweak to the updating of the popup display value in Slider
|
7 years ago |
jules
|
997c669260
|
VST: made sure the VstSpeakerConfiguration is never created with a size smaller than the original structure definition
|
7 years ago |
jules
|
f088225bce
|
Updated projucer makefile generator to build projects with -fvisibility=hidden
|
7 years ago |
hogliux
|
bd6ca234cb
|
Added Oversampling processor to DSP module
|
7 years ago |
tpoole
|
90bbda1f19
|
DSP: Added template specialisations of the Matrix class
|
7 years ago |
tpoole
|
945b3e8a14
|
DSP: Added template specialisations of the Matrix class
|
7 years ago |
ed
|
12e99c7152
|
Allow select all key command for read-only TextEditors
|
7 years ago |
hogliux
|
88c734d28d
|
Fixed a crash when performing layout on an empty Grid using auto flow and added a few Margin convenience constructors
|
7 years ago |
jules
|
4e69133e54
|
Added method ThreadPool::moveJobToFront()
|
7 years ago |
ed
|
dc8033633c
|
Added a virtual getTabButtonFont() method to TabbedButtonBar::LookAndFeelMethods
|
7 years ago |
ed
|
ec368236f8
|
Projucer: Removed OpenDocumentManager::DocumentCloseListener from JucerDocument
|
7 years ago |
tpoole
|
d2967de994
|
Fixed some compiler errors when creating AU plug-ins with Xcode 9
|
7 years ago |
ed
|
2fa68ee8f6
|
Fixed a warning in previous commit
|
7 years ago |
ed
|
f96145682a
|
Projucer: Fixed a bug where some files would remain open after selecting the 'Window->Close All Documents' menu item
|
7 years ago |
jules
|
383c1678ce
|
Worked around a compiler warning
|
7 years ago |
tpoole
|
d59ac51067
|
Deleted the String (bool) constructor to prevent nasty type conversion edge cases
|
7 years ago |
ed
|
8b81379c46
|
Fixed a bug where PopupMenus with a border size of 0 were being immediately dismissed
|
7 years ago |
tpoole
|
041feb1688
|
Added operator<< bool to the String class
|
7 years ago |
hogliux
|
e61292fe57
|
DSP: Added hint flag to tell juce's FFT to only calculate positive frequencies when perforing real to complex transforms
|
7 years ago |
tpoole
|
8424030e50
|
Fixed a bug where floating point numbers were parsed using the system's locale
|
7 years ago |
ed
|
da6452ac0f
|
Projucer: Changed some keypresses for 'View' menu items to avoid clashes
|
7 years ago |
hogliux
|
42826ae93c
|
BLOCKS: Fixed issue preventing update of blocks version numbers after updating over API/DNA/Topology.
|
7 years ago |
tpoole
|
6383b05d7f
|
VST3: Fixed some VST3 hosting compiler errors on Windows
|
7 years ago |
tpoole
|
f7bc550f58
|
Projucer: Remember the directory of a previously created project
|
7 years ago |
ed
|
69868df248
|
Projucer: asynchronously show the '.jucer file has been modified...' alert window to avoid crash
|
7 years ago |
jules
|
a0d8137fea
|
Tidied up the DefaultHashFunctions methods, to avoid some edge-case values and avoid using abs()
|
7 years ago |
hogliux
|
a5311ff753
|
Fixed a few harmless sign conversion warnings in the dsp's SIMD code
|
7 years ago |
hogliux
|
f516b97a25
|
Fixed some warnings when using JUCE_SNAP_TO_ZERO on non x86 processors
|
7 years ago |
tpoole
|
ac75714aba
|
Doxygen: Add top-level LittleFoot functions group
|
7 years ago |
tpoole
|
372bc66c9d
|
Doxygen: Add top-level LittleFoot functions group
|
7 years ago |
tpoole
|
fcbca25c24
|
Doxygen: Remove groups from LittleFoot functions
|
7 years ago |
tpoole
|
25b1390a4a
|
Doxygen: Remove groups from LittleFoot functions
|
7 years ago |
hogliux
|
ffdc318d7f
|
iOS/Android PlugIn Standalone: Fixed an issue where midi callbacks would be added twice
|
7 years ago |
hogliux
|
b56e3890c2
|
Added AudioProcessor::updateTrackProperties callback to inform plug-ins about track colour and name changes
|
7 years ago |
tpoole
|
3616dae64c
|
Doxygen: Don't create groups for "native" directories
|
7 years ago |
tpoole
|
6ead92430e
|
Doxygen: Don't create groups for "native" directories
|
7 years ago |
tpoole
|
84c00b0c1c
|
Doxygen: Removed duplicated Doxygen configuration
|
7 years ago |
tpoole
|
7fb8e37503
|
Added support for nested classes in Doxygen groups
|
7 years ago |
tpoole
|
ee205849f0
|
Doxygen: Removed duplicated Doxygen configuration
|
7 years ago |
ed
|
e3f64eb1e3
|
Projucer: Added a missing space in the Makefile exporter
|
7 years ago |
hogliux
|
b2ae412e26
|
Android: Replaced jni type in JUCE header with generic void* to avoid compilation errors if the user does not include jni.h
|
7 years ago |
tpoole
|
75c299025a
|
Projucer: Added code to handle JucePlugin_IsMidiEffect in the new audio plug-in template
|
7 years ago |
tpoole
|
c68838cecc
|
Added support for nested classes in Doxygen groups
|
7 years ago |
hogliux
|
51311ce8f7
|
macOS: Fixed an issue where the menuIndex was shifted by one when using the native macOS menu bar
|
7 years ago |
jules
|
ac9ccc0dfd
|
Avoided unnecessarily including the grid unit test code
|
7 years ago |
hogliux
|
8892026ec7
|
Android: Fixed a bug where getCurrentRawMousePosition() would incorrectly return the mouse position local to the peer that had the last touch event
|
7 years ago |
hogliux
|
0fd1a69525
|
AU/Auv3: Added workaround for compiler issue when initialising CoreAudio's AudioChannelLayout structure using braces
|
7 years ago |