Tom Poole
|
ac5d2e22f4
|
Added a "plug-in can do" callback to the VSTCallbackHandler interface
|
7 years ago |
Tom Poole
|
04e9b09359
|
Fixed a compiler warning
|
7 years ago |
Tom Poole
|
884f03aaa3
|
Added a missing plug-in capability when creating the AudioPluginDemo project
|
7 years ago |
hogliux
|
d7528138cb
|
DSP SIMD: Fixed a potential compiler error and warning on some versions of gcc and added a unit-test to test some untested comparison SIMD operations
|
7 years ago |
Tom Poole
|
b2f32a712f
|
Fixed a bug handling queued analytics events after a failed server connection attempt
|
7 years ago |
ed
|
040a3168f3
|
Projucer: Fix formatting in previous commit
|
7 years ago |
hogliux
|
0f7c867534
|
MidiKeyboadComponent: Fixed an assertion when translating the mouse position to a note velocity
|
7 years ago |
ed
|
12b90421b4
|
Projucer: Set extra plugin formats and characteristics of PIP examples
|
7 years ago |
Tom Poole
|
9f85d53c66
|
Made Sliders preserve their skews when updating their range
|
7 years ago |
Tom Poole
|
6f7f264d04
|
Fixed a layout bug in MidiInputSelectorComponentListBox
|
7 years ago |
ed
|
be8395478f
|
Fixed a couple of warnings in juce_VSTPluginFormat.cpp
|
7 years ago |
jules
|
b8b6afd9ce
|
Made toggle buttons call their state change listeners when its toggle state is changed remotely by a connected Value
|
7 years ago |
jules
|
c6c709f796
|
Fixed a minor documentation typo
|
7 years ago |
jules
|
8454db395e
|
Fixed a std::unique_ptr compile error
|
7 years ago |
Tom Poole
|
036458ed0a
|
Fixed a bug migrating ScopedPointer to std::unique_ptr for Carbon based AUs
|
7 years ago |
Tom Poole
|
ab863a6dc2
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
7 years ago |
Tom Poole
|
e6104e3fed
|
Fixed a bug parsing wav cue metadata
|
7 years ago |
ed
|
1060e3a0c2
|
Projucer: Use widget colour id for MultiChoicePropertyComponent button text
|
7 years ago |
ed
|
9c17e6172a
|
Ensure that MultiChoicePropertyComponent colours are visible
|
7 years ago |
hogliux
|
89ec1375f3
|
Adding missing locks in ListenerList when the underlying array of the ListenerList uses a CriticalSection
|
7 years ago |
Tom Poole
|
8ec069cabe
|
Fixed a race condition in AudioProcessorGraph
|
7 years ago |
jules
|
8e280f3454
|
Removed some erroneous casts from ReferenceCountedObjectPtr that allowed base classes to be implicitly converted to derived classes
|
7 years ago |
Tom Poole
|
c7c26fa9f0
|
Removed the OS X 10.5 and 10.6 deployment target options from the Projucer and enabled more C++11 features across all platforms
|
7 years ago |
Tom Poole
|
45bfb9d095
|
Fixed some text formatting
|
7 years ago |
Tom Poole
|
fd73d77484
|
Added some checks on index values in AudioProcessor
|
7 years ago |
Tom Poole
|
20ced1662e
|
Fixed some issues with plug-in parameter IDs
|
7 years ago |
Tom Poole
|
208c7923dc
|
Fixed some bugs in GenericAudioProcessorEditor
|
7 years ago |
hogliux
|
e89c4d5d4e
|
macOS/Linux/Android: Fixed an issue where reading the output of a ChildProcess could hang or return incorrect output
|
7 years ago |
ed
|
4a73a9a6f0
|
Projucer: When writing the VST3 category string prioritise "Fx" > "Instrument" > everything else. Added missing "Dynamics" category
|
7 years ago |
ed
|
6dbcfbf6e5
|
Projucer: Write AppConfig.h file once and ensure that it is only rewritten if it has actually changed
|
7 years ago |
ed
|
f47d8d2425
|
Re-saved all projects
|
7 years ago |
ed
|
3e75fce282
|
Projucer: Removed noexcept specifier from BinaryData methods for VS2013 compatibility
|
7 years ago |
hogliux
|
2f2ff9437b
|
Windows: Fixed various compiler warnings and errors when building JUCE with MSVC's latest C++ 2017 support
|
7 years ago |
jules
|
f1a8e8f610
|
Fix to the MDIDemo
|
7 years ago |
jules
|
8faeecec28
|
Fixed a bug in the Projucer where the --lf command line option wouldn't work
|
7 years ago |
jules
|
efda09a512
|
Added a parameter to File::appendText, File::replaceWithText and OutputStream::writeText to provide control over if/how line-feeds are replaced when writing text to a file
|
7 years ago |
ed
|
8297249558
|
Re-save DemoRunner project
|
7 years ago |
ed
|
1e66355617
|
Projucer: Explicitly set the project ID if it isn't already set
|
7 years ago |
ed
|
d5d2938126
|
Projucer: Allow relative paths in the "Extra Frameworks" field of the Xcode exporter
|
7 years ago |
Tom Poole
|
05d5b3b611
|
Re-saved all projects
|
7 years ago |
Tom Poole
|
92ff4e285c
|
Updated the Xcode exporter upgrade warnings
|
7 years ago |
ed
|
8f86e68190
|
Projucer: Allow ComponentEditor to edit all cpp file extensions
|
7 years ago |
ed
|
193a47c10b
|
Projucer: Only write plugin characteristics file once
|
7 years ago |
Tom Poole
|
df6f60f2e0
|
Fixed a bug calculating the number of decimal places displayed in a slider
|
7 years ago |
hogliux
|
3af838b377
|
AAX: Fixed some warnings when building an AAX plug-in with JucePlugin_IsMidiEffect=1
|
7 years ago |
hogliux
|
125c56293f
|
Removed a return statement in a function returning void
|
7 years ago |
ed
|
317793258f
|
Projucer: Don't link to external libraries or compile resources file when building the shared code target in VS
|
7 years ago |
ed
|
45698e40b2
|
Make Viewport::DragToScrollListener more robust and able to cope with the deletion of the original mouseDown event component
|
7 years ago |
hogliux
|
6dbb975c01
|
Windows: Fixed an issue in the conversion from URL to Windows UNC file paths and vice versa
|
7 years ago |
ed
|
4493b71fd9
|
Projucer: Remove old plugin format identifier from audio plugin wizard and add standalone to default plugin formats
|
7 years ago |