Tom Poole
|
6f2f9afb06
|
LinearSmoothedValue: Changed the new interface
|
7 years ago |
jules
|
1dee28660e
|
Added and updated some methods in the ArgumentList classes
|
7 years ago |
reuk
|
b8278cec0e
|
LinearSmoothedValue: Added some helpful member functions and deprecated setValue
|
7 years ago |
jules
|
097525ba5b
|
Improved the layout of ConsoleApplication::printHelp() when there are long items
|
7 years ago |
Ivan COHEN
|
b8bee51651
|
DSP: Fixed some FIFO and memory allocation issues in convolutions
|
7 years ago |
Ivan COHEN
|
595b31f561
|
Solved an issue with dsp::FilterDesign low-pass Kaiser's method
|
7 years ago |
Tom Poole
|
77feb173b0
|
DSP: Improved some variable names and documentation
|
7 years ago |
Tom Poole
|
10fc12da84
|
Fixed a typo
|
7 years ago |
Tom Poole
|
79e2da2204
|
iOS: Fixed an audio channel issue
|
7 years ago |
Tom Poole
|
a042d60283
|
Fixed compatibility with VS2013
|
7 years ago |
ed
|
d7a62f5f07
|
Windows: Added a #define missing from some versions of the Windows 10 SDK
|
7 years ago |
jules
|
c3245bef0f
|
Added a new AudioFormatReader::read method and refactored the internals a bit
|
7 years ago |
ed
|
9d6b393aa9
|
Fixed a bug in AudioChannelSet::getChannelTypeFromAbbreviation() for non-typed ChannelTypes
|
7 years ago |
ed
|
083078034a
|
Fixed a typo in the StandalonePluginHolder constructor
|
7 years ago |
ed
|
9762e29007
|
Deleted some var constructors that take a const ReferenceCountedObject* and were resolving to the wrong type
|
7 years ago |
ed
|
8f25833649
|
AAX: Disable multiple output buses when running in AudioSuite and added a PluginHostType::isInAAXAudioSuite() method to allow plug-ins to query whether they are running in AudioSuite
|
7 years ago |
Tom Poole
|
6f6451b7d2
|
Restored compatibility with older versions of Xcode
|
7 years ago |
Tom Poole
|
168188665e
|
Added a couple of missing JUCE_API macros
|
7 years ago |
Tom Poole
|
306e7e4360
|
Fixed a few more places where doubles were not serialised to full accuracy
|
7 years ago |
Tom Poole
|
bd07014dcc
|
MacOS: Escaped " in the command line passed to anotherInstanceStarted
|
7 years ago |
Tom Poole
|
865eabd434
|
Fixed a bug writing doubles to XML and JSON
|
7 years ago |
Tom Poole
|
66691fc602
|
Fixed a bug parsing long double strings
|
7 years ago |
ed
|
3913269620
|
Revert commit 49359df and e5204ba to ensure that ValueWithDefault objects can be set to non-default empty strings
|
7 years ago |
jules
|
8fb3508913
|
Tidied up a comment in AbstractFIFO
|
7 years ago |
ed
|
62958a79ea
|
Whitespace
|
7 years ago |
ed
|
a096b4f707
|
Added an assertion to XmlElement::removeChildElement() to check that childToRemove is actually a child of the XmlElement
|
7 years ago |
Tom Poole
|
e3ebe5aed1
|
Bump version number to 5.4.2
|
7 years ago |
Tom Poole
|
066ec6c18b
|
Whitespace
|
7 years ago |
ed
|
24de5cf3c2
|
Added a missing case for wrapperType_Unity in AudioProcessor::getWrapperTypeDescription()
|
7 years ago |
Tom Poole
|
03db8d15c6
|
Fixed a bug in DropShadow::drawForRectangle
|
7 years ago |
ed
|
839ca11746
|
Made a couple of MidiFile methods const
|
7 years ago |
ed
|
4cef02477d
|
Windows: Fixed a bug when using DragAndDropContainer in a plug-in after closing and re-opening
|
7 years ago |
Tom Poole
|
7d13b82a10
|
Fixed a bug attempting to open an audio device with zero channels
|
7 years ago |
ed
|
52b86a0e0b
|
AU: Scale editor window when calling AudioProcessorEditor::setScaleFactor()
|
7 years ago |
Tom Poole
|
9b8644fed6
|
VST3: Fixed a bug receiving channel pressure messages
|
7 years ago |
Tom Poole
|
be83a08c3b
|
Added an assertion to check the OpenGL swap interval on MacOS
|
7 years ago |
jules
|
06a2654a74
|
Moved some AbstractFifo declarations to avoid a compiler warning
|
7 years ago |
ed
|
a234721110
|
Added various clang-tidy modernize-* fixes
|
7 years ago |
ed
|
360be3400d
|
Added an "app" subfolder to all of the native/java directories and updated modules/juce_core/native/java/README.txt
|
7 years ago |
ed
|
d6300966df
|
Fixed an error calculating numSamples in the AudioBlock constructor taking a start sample index
|
7 years ago |
ed
|
0ab5e696fe
|
Reduce the list row height in AudioDeviceSelectorComponent when the item height is reduced
|
7 years ago |
ed
|
1a0e681c41
|
macOS: Set isRecording flag when recording camera capture to a file
|
7 years ago |
Tom Poole
|
f6aa82af27
|
VST3: Added compatibility with more speaker arrangements
|
7 years ago |
ed
|
3661d928c1
|
Added a URL::DownloadTask::getTargetLocation() method so the target file can be retrieved in the DownloadTask::Listener callbacks
|
7 years ago |
ed
|
ce33b4aea1
|
Projucer: Add a setting to configure the number of MIDI inputs and outputs for VST plug-ins
|
7 years ago |
ed
|
7134bd0f1b
|
VST: Add juce_shouldDoubleScaleNativeGLWindow() method to ensure that OpenGL plug-ins running in hiDPI Cubase 10 on Windows are correctly scaled
|
7 years ago |
ed
|
87cf4d2553
|
OpenGL: Replace ComponentPeer::ScaleFactorListener with a Timer that checks the native scale factor on Windows to correctly scale plug-ins
|
7 years ago |
ed
|
ada0a052f8
|
VST3: Always resize host window in onSize() when running in hiDPI Cubase 10 on Windows
|
7 years ago |
ed
|
853ec552f1
|
OpenGL: Use width and height when calculating transform
|
7 years ago |
ed
|
5189b4bbd9
|
BLOCKS: Remove dependency on juce_gui_basics
|
7 years ago |