tpoole
|
0ae8aa812c
|
Bump version number to 5.1.2
|
7 years ago |
jules
|
f4d1969753
|
Fixed a few documentation typos
|
7 years ago |
jules
|
4f204f405d
|
Added a method var::hasProperty()
|
7 years ago |
hogliux
|
2729625efb
|
Improved the confusing nomenclature of some of the SIMDRegister typedefs
|
7 years ago |
ed
|
320c3476c4
|
Added some more documentation to ProgressBar
|
7 years ago |
hogliux
|
7bb95a8334
|
Android: Ensure that jni headers are included if JUCE_CORE_INCLUDE_JNI_HELPERS is set but JUCE_CORE_INCLUDE_NATIVE_HEADERS isn't
|
7 years ago |
hogliux
|
8e9edeff8b
|
Ensured that the "textWhenNothingSelected" takes the label font of label's lookandfeel into account
|
7 years ago |
ed
|
2fed2af669
|
Updated the documentation in ProgressBar to reflect the circular, spinning ProgressBar that was added in LookAndFeel_V4
|
7 years ago |
ed
|
149201d951
|
Display current progress in LookAndFeel_V4 linear ProgressBar
|
7 years ago |
hogliux
|
4bb58c7d51
|
VST3: respect the editor's constrainer when resizing
|
7 years ago |
hogliux
|
1291f1a06b
|
Reverted commit 8483aa4 as the same functionality already existed in JUCE with ModalCallbackFunction. Improved the documentation in NativeMessageBox to mention that class.
|
7 years ago |
hogliux
|
8b3ab7c152
|
Windows: Remove deprecated direct show macro from JUCE demo
|
7 years ago |
hogliux
|
74c7633aab
|
DSP: snapToZero is now a public method of the IIR and StateVariable filters so that they can be called manually after sample by sample processing
|
7 years ago |
tpoole
|
bab3ce9759
|
AU and AUv3: Enabled JucePlugin_AUHighResolutionParameters by default and combined this breaking change with 4dcce50
|
7 years ago |
hogliux
|
ed8270fcda
|
Fixed an extra semicolon in the previous commit
|
7 years ago |
hogliux
|
8483aa4aea
|
Added a new method NativeMessageBox::showMessageBox which asynchronously opens a native dialog box and calls a C++ lambda when dismissed
|
7 years ago |
hogliux
|
e2c8e30d72
|
Added a ScopedNoDenormal class to temporarily disable denormals
|
7 years ago |
ed
|
71d10e750a
|
Fixed a bug where PopupMenus were being dismissed when opening a submenu using touch input
|
7 years ago |
tpoole
|
2eaca0526d
|
Added another fix to 4dcce50 to support AudioProcessor based parameter selection
|
7 years ago |
hogliux
|
28eda21b89
|
VST2: Fixed live-resize issue in Bitwig
|
7 years ago |
ed
|
9f4648f856
|
Fixed some issues when using a touchscreen to interact with PopupMenus
|
7 years ago |
hogliux
|
c5323d2209
|
iOS: Fixed an ambiguous reference to AudioBuffer when compiling the AudioUnitPluginFormat host code for iOS
|
7 years ago |
tpoole
|
cbdf17a6fb
|
Increased the size of the standalone filter settings window
|
7 years ago |
tpoole
|
31e05ad014
|
Fixed a bug in the demo plug-in slider class
|
7 years ago |
ed
|
f97f46730f
|
BLOCKS: Removed some unimplemented functions
|
7 years ago |
tpoole
|
a234313120
|
Fixed Digital Performer host detection on MacOS
|
7 years ago |
ed
|
78f34fe51f
|
AU: Fixed an error when targeting 32-bit architectures
|
7 years ago |
tpoole
|
3cd4a9d917
|
Made the demo host compatible with OS X 10.6
|
7 years ago |
tpoole
|
8f54c73686
|
Fixed a double inclusion of the Carbon headers
|
7 years ago |
tpoole
|
849f9e8f4a
|
Removed a duplicate module configuration parameter
|
7 years ago |
ed
|
94e8a43a95
|
AU: Replaced std::unordered_map with HashMap for parameter lookup
|
7 years ago |
hogliux
|
0a2fabb2e1
|
VST3: Fixed a harmless MSVC warning in previous commit
|
7 years ago |
hogliux
|
a426feb6c2
|
VST3: checkBusFormatsAreNotDiscrete should return true when buses are disabled
|
7 years ago |
tpoole
|
2f329cec87
|
Added the microphone permission to the iOS demo plug-in
|
7 years ago |
tpoole
|
6d369ac0d6
|
Fixed a double header inclusion bug
|
7 years ago |
tpoole
|
743c9d55e7
|
AU: Implemented GetParameterValueStrings for discrete parameters
|
7 years ago |
Lukasz Kozakiewicz
|
f4bfa6bec5
|
Android: fix a crash in painting when size of the array to allocate is 0.
|
7 years ago |
jules
|
c81c33404d
|
BLOCKS: Added support for tri-state button controls in littlefoot
|
7 years ago |
tpoole
|
0c3faf4b58
|
Added an OS X 10.6 compatibility fix
|
7 years ago |
jules
|
eda613c6db
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
7 years ago |
tpoole
|
b58a0f4be7
|
Fixed some VS2013 compiler errors
|
7 years ago |
tpoole
|
f346de10c3
|
Fixed 4dcce50 to support AudioProcessor based parameter selection
|
7 years ago |
hogliux
|
05624e8354
|
AU: Disable CoreAnimation resizing transitions for AU plug-in windows
|
7 years ago |
ed
|
5900e076f9
|
Added some missing HTML colours
|
7 years ago |
hogliux
|
56e6d69364
|
VST3: Fix plug-in resize issue in Bitwig studio
|
7 years ago |
tpoole
|
142bebbb92
|
A small documentation fix
|
7 years ago |
tpoole
|
8aca5604eb
|
Fixed a VS2013 compiler error
|
7 years ago |
tpoole
|
4dcce5083c
|
Added an option to declare plug-in parameters as either continuous or discrete, irrespective of their number of steps
|
7 years ago |
hogliux
|
11d031f9f0
|
DSP: Added missing snapToZero in the StateVariableFilter
|
7 years ago |
hogliux
|
ede622c1ef
|
Re-saved all projects
|
7 years ago |