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 |
hogliux
|
d4e0ba0e4d
|
Android: Fixed an issue where the AlertWindow's callback would never be called if AlertWindows were dismissed by clicking outside the alert's window on Android
|
7 years ago |
hogliux
|
665b0a3e3a
|
VST3: Fixed the calculation of timeInSeconds AudioPlayHead information
|
7 years ago |
jules
|
64e76146d9
|
Avoided a compiler error when using xcode with very old standard libraries
|
7 years ago |
hogliux
|
3ba8c1f864
|
iOS AUv3: Removed too strict API limitations to open URLs in AUv3s as iOS seems to allow this
|
7 years ago |
hogliux
|
cc6a417a1d
|
DSP: Removed left-over VS post-build commands from DSP module plugin demo sample
|
7 years ago |
hogliux
|
f1d6298206
|
DSP: Fixed multiple issues with the DSP Oversampling class and updated DSP module plug-in demo code accordingly
|
7 years ago |
hogliux
|
7a34790388
|
DSP: Made trimming of the convolution impulse response optional
|
7 years ago |
tpoole
|
0a7e9ff119
|
Whitespace
|
7 years ago |
jules
|
1cc371cae9
|
Fix for an AudioBuffer move operator bug
|
7 years ago |
jules
|
7c6f3d40b6
|
Tidied up some method calls involving HeapBlock
|
7 years ago |
jules
|
637367959c
|
Whitespace
|
7 years ago |
jules
|
32fe9e81ce
|
Removed the need for the window to be focused for the slider's hover popup to work
|
7 years ago |
jules
|
95e02b1b26
|
A bit of minor tidying up in TableHeaderComponent
|
7 years ago |
jules
|
80f76bfe0a
|
Added a std::hash function for juce::String to make it more compatible with std containers
|
7 years ago |
jules
|
9ac2fae469
|
Made TooltipWindow::getTipFor() a public virtual method
|
7 years ago |
jules
|
e30178418c
|
Modernised some code in TableListBox
|
7 years ago |
jules
|
baa5907668
|
Added some setter methods to SynthesiserVoice
|
7 years ago |
Lukasz Kozakiewicz
|
f65500ec7b
|
InAppPurchases: fix linker error on iOS when product unlocking module is included by IAP capability is turned off.
|
7 years ago |
jules
|
65ba032545
|
Tweaked the wording of some comments in AudioPlayHead
|
7 years ago |