jules
|
31c99d3680
|
Cleaned up some missing std:: namespaces for maths functions, and updated some old documentation for AudioProcessor
|
2017-10-10 09:01:35 +01:00 |
|
jules
|
ff99aec1ab
|
Converted some old uses of non-C++ maths functions to their std equivalents
|
2017-10-09 17:45:44 +01:00 |
|
ed
|
15e40d48ba
|
Whitespace
|
2017-10-09 17:27:58 +01:00 |
|
ed
|
3b61f577bf
|
Removed unused JUCE_COMPILER_SUPPORTS_THREAD_LOCAL flag
|
2017-10-09 17:24:45 +01:00 |
|
jules
|
1884e0142a
|
Corrected a small bug in TextEditor when clicking to the right of the last line to place the cursor.
|
2017-10-09 16:31:30 +01:00 |
|
ed
|
38a4baa9dd
|
Projucer: Added some missing marketing icons to the iOS exporter
|
2017-10-09 16:10:51 +01:00 |
|
jules
|
a2020f0177
|
Removed a defunct unit test
|
2017-10-09 15:44:40 +01:00 |
|
jules
|
2fcb8fa71b
|
Added some prototype function definitions to avoid compiler warnings for people who enable the "missing prototype" flag
|
2017-10-09 15:39:22 +01:00 |
|
jules
|
93a22599d1
|
Tweaked the rate at which EdgeTable grows its internal storage, to improve performance rendering large and complex paths
|
2017-10-09 14:53:56 +01:00 |
|
jules
|
be3e9161be
|
Fixed a typo in the previous commit
|
2017-10-09 12:53:25 +01:00 |
|
jules
|
970eda679e
|
Added 'final' keyword to a lot of classes from which you really shouldn't be inheriting!
|
2017-10-09 12:38:06 +01:00 |
|
hogliux
|
6e23c4806b
|
MPE: Change MPESynthesizer::voicesLock member from private to protected so that sub-classes can lock the voicedLock
|
2017-10-09 10:57:47 +01:00 |
|
ed
|
0eb89d650a
|
Improved the colour scheme of the code editor demo
|
2017-10-09 10:30:11 +01:00 |
|
tpoole
|
ee9f9119c7
|
Projucer: Fixed a typo in the AppConfig comments
|
2017-10-09 09:31:08 +01:00 |
|
jules
|
5dff69047a
|
Removed a stray log file
|
2017-10-09 09:25:45 +01:00 |
|
ed
|
bd68a6e947
|
Re-added "override" to the C++ tokeniser keywords
|
2017-10-09 08:56:33 +01:00 |
|
tpoole
|
39a6e9ea31
|
Fixed a path parsing issue in the Code::Blocks Linux exporter
|
2017-10-08 08:47:58 +01:00 |
|
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
|
2017-10-07 14:03:23 +01:00 |
|
ed
|
1406de4de3
|
Add some missing semicolons
|
2017-10-06 15:51:03 +01:00 |
|
ed
|
1722471d2c
|
Added some more keywords to the C++ tokeniser
|
2017-10-06 15:48:24 +01:00 |
|
tpoole
|
2da16705cf
|
Updated the Doxygen generating script to remove the juce namespace
|
2017-10-06 14:54:03 +01:00 |
|
ed
|
aaeff48f2f
|
Added "override" to the C++ tokeniser keywords
|
2017-10-06 12:54:47 +01:00 |
|
tpoole
|
7d2f59909e
|
Minor documentation fixes
|
2017-10-06 12:33:55 +01:00 |
|
jules
|
e8af67182d
|
Added method Viewport::recreateScrollbars()
|
2017-10-06 11:54:55 +01:00 |
|
tpoole
|
e85d3aaf1f
|
Renamed XCode to Xcode in multiple places
|
2017-10-06 09:54:32 +01:00 |
|
tpoole
|
598b791964
|
Fixed a bug when selecting AudioParameterChoice values in native DAW parameter views
|
2017-10-05 17:20:37 +01:00 |
|
ed
|
5bfe78dce6
|
Projucer: Fixed a potential crash when the live-build component list is changed
|
2017-10-05 09:59:21 +01:00 |
|
ed
|
93ed8ed0fc
|
Fixed a typo in the StringRef documentation
|
2017-10-05 08:45:02 +01:00 |
|
ed
|
5d8d37eb87
|
Added support for multi-touch drag and drop
|
2017-10-04 15:52:31 +01:00 |
|
jules
|
59fa229538
|
Whitespace
|
2017-10-04 12:55:58 +01:00 |
|
jules
|
3d7c777238
|
Some light modernisation of a bunch of old code
|
2017-10-04 12:47:43 +01:00 |
|
ed
|
bffc53b336
|
Projucer: Added a company copyright field to the project settings
|
2017-10-04 11:18:20 +01:00 |
|
ed
|
758351a28f
|
Projucer: Added a device family option to the iOS exporter
|
2017-10-04 10:55:45 +01:00 |
|
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
|
2017-10-04 09:31:37 +01:00 |
|
hogliux
|
2b01c39aae
|
VST2 hosting: Swapped confusing build/bugfix variable names in recent commit
|
2017-10-03 16:36:06 +01:00 |
|
jules
|
28dfa55088
|
Fix to the VST2/3 compatibility code to handle a Studio One issue
|
2017-10-03 15:04:51 +01:00 |
|
hogliux
|
1b0fb11667
|
Fixed a compiler warning in the previous commit
|
2017-10-03 11:48:51 +01:00 |
|
hogliux
|
c38282778d
|
VST2: Ensured that the VST2 version number is encoded correctly for display in Cubase and when hosting VST2 plug-ins in JUCE
|
2017-10-03 11:02:32 +01:00 |
|
jules
|
abe86765ce
|
Workaround for a VS2013 compile error
|
2017-10-03 09:15:25 +01:00 |
|
hogliux
|
f59a5dfc7f
|
Fixed an issue where ScopedNoDenormals would do nothing on all platforms and added arm implementation
|
2017-10-02 18:23:51 +01:00 |
|
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
|
2017-10-02 14:59:54 +01:00 |
|
jules
|
eca20d1e4a
|
Added some missing copy and move constructors in the ReferenceCountedObject classes
|
2017-10-02 14:53:54 +01:00 |
|
jules
|
82648926c6
|
Whitespace
|
2017-10-02 10:03:00 +01:00 |
|
jules
|
82073da570
|
Made the dsp::Filter copy constructor reset the state. Also added a couple of missing move constructors to that class
|
2017-10-02 09:23:17 +01:00 |
|
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
|
2017-09-29 18:14:02 +01:00 |
|
hogliux
|
6ae99f4343
|
macOS: Fixed a memory leak of native mac menu items
|
2017-09-29 18:13:24 +01:00 |
|
ed
|
c956b984c6
|
Projucer: Added a "Header search paths" field to the project settings page that will be used for all exporters
|
2017-09-29 16:53:28 +01:00 |
|
jules
|
37a92aec63
|
Fixed an edge-case error in the LaGrange and Catmull-Rom interpolators when the ratio changes to exactly 1.0
|
2017-09-29 16:28:40 +01:00 |
|
ed
|
0a85ae91de
|
Removed an unused variable from LookAndFeel_V4::positionDocumentWindowButtons()
|
2017-09-29 16:14:31 +01:00 |
|
ed
|
53cd6c014c
|
Fixed a bug where DocumentWindow buttons were being drawn too large
|
2017-09-29 16:06:59 +01:00 |
|