hogliux
191b91503a
VST2: Added warnings if the plug-in version number cannot be displayed by Cubase's version encoding
7 years ago
hogliux
671f3eaf94
Implement Process::hide for mobile platforms
7 years ago
jules
31c99d3680
Cleaned up some missing std:: namespaces for maths functions, and updated some old documentation for AudioProcessor
7 years ago
jules
ff99aec1ab
Converted some old uses of non-C++ maths functions to their std equivalents
7 years ago
ed
15e40d48ba
Whitespace
7 years ago
ed
3b61f577bf
Removed unused JUCE_COMPILER_SUPPORTS_THREAD_LOCAL flag
7 years ago
jules
1884e0142a
Corrected a small bug in TextEditor when clicking to the right of the last line to place the cursor.
7 years ago
jules
a2020f0177
Removed a defunct unit test
7 years ago
jules
2fcb8fa71b
Added some prototype function definitions to avoid compiler warnings for people who enable the "missing prototype" flag
7 years ago
jules
93a22599d1
Tweaked the rate at which EdgeTable grows its internal storage, to improve performance rendering large and complex paths
7 years ago
jules
be3e9161be
Fixed a typo in the previous commit
7 years ago
jules
970eda679e
Added 'final' keyword to a lot of classes from which you really shouldn't be inheriting!
7 years ago
hogliux
6e23c4806b
MPE: Change MPESynthesizer::voicesLock member from private to protected so that sub-classes can lock the voicedLock
7 years ago
ed
bd68a6e947
Re-added "override" to the C++ tokeniser keywords
7 years ago
hogliux
d95edfd770
VST3: First add Midi controller changes and then add other midi events to ensure that all-notes off events occur before any note-on event with the same sampleOffset
7 years ago
ed
1406de4de3
Add some missing semicolons
7 years ago
ed
1722471d2c
Added some more keywords to the C++ tokeniser
7 years ago
tpoole
aa338866fb
Minor documentation fixes
7 years ago
tpoole
b0866b6a5f
Fixed a bug when selecting AudioParameterChoice values in native DAW parameter views
7 years ago
ed
aaeff48f2f
Added "override" to the C++ tokeniser keywords
7 years ago
tpoole
7d2f59909e
Minor documentation fixes
7 years ago
jules
e8af67182d
Added method Viewport::recreateScrollbars()
7 years ago
tpoole
e85d3aaf1f
Renamed XCode to Xcode in multiple places
7 years ago
tpoole
598b791964
Fixed a bug when selecting AudioParameterChoice values in native DAW parameter views
7 years ago
ed
93ed8ed0fc
Fixed a typo in the StringRef documentation
7 years ago
ed
5d8d37eb87
Added support for multi-touch drag and drop
7 years ago
jules
59fa229538
Whitespace
7 years ago
jules
3d7c777238
Some light modernisation of a bunch of old code
7 years ago
ed
1cb2d8143e
Fixed an assertion when enabling the popup display with a two-value slider and disabled the popup display when using an IncDec slider
7 years ago
hogliux
2b01c39aae
VST2 hosting: Swapped confusing build/bugfix variable names in recent commit
7 years ago
jules
28dfa55088
Fix to the VST2/3 compatibility code to handle a Studio One issue
7 years ago
hogliux
1b0fb11667
Fixed a compiler warning in the previous commit
7 years ago
hogliux
c38282778d
VST2: Ensured that the VST2 version number is encoded correctly for display in Cubase and when hosting VST2 plug-ins in JUCE
7 years ago
jules
abe86765ce
Workaround for a VS2013 compile error
7 years ago
hogliux
f59a5dfc7f
Fixed an issue where ScopedNoDenormals would do nothing on all platforms and added arm implementation
7 years ago
jules
5eb8f9c2c2
Normalised all the copy/move/assignment constructors for the dsp module IIR and FIR filter classes. These now do NOT reset the filter when they get copied, and they expect that the user-supplied process state class is copyable
7 years ago
jules
eca20d1e4a
Added some missing copy and move constructors in the ReferenceCountedObject classes
7 years ago
jules
82648926c6
Whitespace
7 years ago
jules
82073da570
Made the dsp::Filter copy constructor reset the state. Also added a couple of missing move constructors to that class
7 years ago
hogliux
e0b0920819
macOS: Fixed an issue where the CustomCallback of a menu item would not be called if the menu item belongs to a native macOS menu
7 years ago
hogliux
6ae99f4343
macOS: Fixed a memory leak of native mac menu items
7 years ago
jules
37a92aec63
Fixed an edge-case error in the LaGrange and Catmull-Rom interpolators when the ratio changes to exactly 1.0
7 years ago
ed
0a85ae91de
Removed an unused variable from LookAndFeel_V4::positionDocumentWindowButtons()
7 years ago
ed
53cd6c014c
Fixed a bug where DocumentWindow buttons were being drawn too large
7 years ago
jules
980361e54b
Tidied up some old compiler workarounds
7 years ago
jules
c42719c2eb
Some internal modernisation in windowing classes
7 years ago
Lukasz Kozakiewicz
9527e077b1
Android: bailout in ComponentPeerView’s callbacks if underlying host is deleted.
Previously we saw a crash in onTouchEvent due to host being 0 while the callback was called. Just as a precaution we add this check to other callbacks too.
7 years ago
jules
434b0e7c9b
Got rid of a long-defunct alias "BitArray". If your code still uses this name, you can just replace or alias it to BigInteger, which is what the class was renamed to.
7 years ago
hogliux
bc247f0d27
Added optional parameter to specify the size and position of the MIDI bluetooth selector
7 years ago
jules
1aaa598a5f
Added JUCE_DECLARE_WEAK_REFERENCEABLE macro to make it easier to creat weak-referenceable classes
7 years ago