jules
|
428c8a79a5
|
Version number update
|
2015-12-10 11:02:38 +00:00 |
|
jules
|
42120d0fe2
|
Added MPE (Midi Polyphonic Expression) classes
|
2015-12-10 10:57:29 +00:00 |
|
jules
|
745a1cc37c
|
Moved the LinearSmoothedValue class from being inside Reverb, turning it into a standalone class.
|
2015-12-10 10:51:21 +00:00 |
|
jules
|
afaaf00202
|
Moved ListenerList from the juce_events module into juce_core
|
2015-12-10 10:39:15 +00:00 |
|
jules
|
c334530f29
|
Added new method Array::remove that takes an element pointer.
|
2015-12-10 10:35:30 +00:00 |
|
jules
|
6faa33cfbd
|
Added new method MidiOutput::sendBlockOfMessagesNow()
|
2015-12-10 10:34:25 +00:00 |
|
jules
|
40a6372a58
|
Fixed minor warnings in some OSC code
|
2015-12-10 10:32:53 +00:00 |
|
jules
|
a14f6abbe0
|
Corrected a typo in the documentation
|
2015-12-10 09:08:42 +00:00 |
|
Timur Doumler
|
6986010bb7
|
Whitespace.
|
2015-12-09 15:43:24 +00:00 |
|
jules
|
e1ff30d8bf
|
Specialised a recent OSX window resizing change to only apply on 10.11 or later, due to problems on older OS versions.
|
2015-12-09 10:41:35 +00:00 |
|
jules
|
51165c0f6b
|
Added enum SystemStats::MacOSX_10_11
|
2015-12-09 09:52:30 +00:00 |
|
jules
|
99ebba4e4c
|
Workarounds to avoid clashes with stupid 3rd-party headers that rely on defining a macro called "check"
|
2015-12-07 19:31:05 +00:00 |
|
jules
|
41c2e8ea26
|
Minor documentation correction in File.
|
2015-12-07 14:21:02 +00:00 |
|
jules
|
34ce7f7019
|
Added a projucer workaround to VST3 code.
|
2015-12-07 12:52:41 +00:00 |
|
Timur Doumler
|
b9bfc8c322
|
OSCReceiver: fixed a warning when compiling with Visual Studio for 32-bit.
|
2015-12-07 12:31:03 +00:00 |
|
Timur Doumler
|
39bba51d65
|
OSCSender and OSCReceiver demo apps: added iOS and Android Studio builds, and re-saved projects.
|
2015-12-04 13:39:02 +01:00 |
|
Joshua Gerrard
|
854e8af44a
|
Documentation: changed insertText to insertTextAtCaret
|
2015-12-03 13:54:03 +00:00 |
|
jules
|
c06db136bd
|
Added a few noexcepts to some GL functions
|
2015-12-01 17:25:14 +00:00 |
|
jules
|
26ff85ae94
|
Demo app: Lowered the frame rate of the welcome screen to save power if people leave it running
|
2015-12-01 16:35:00 +00:00 |
|
jules
|
8ab8bd733e
|
Optimisation to the last commit to avoid extra repainting when dragging windows
|
2015-12-01 16:01:06 +00:00 |
|
jules
|
d63fe244b3
|
Workaround for new OSX 10.11 behaviour that caused repaint problems when setting window bounds frequently
|
2015-12-01 15:48:38 +00:00 |
|
jules
|
99de06cf2c
|
Javascript parser: Fixed the fact that Math.PI and E were methods instead of properties
|
2015-12-01 15:11:22 +00:00 |
|
jules
|
95d9cba7fc
|
VST plugins: Removed old but flawed workaround for detecting offline mode
|
2015-12-01 14:42:49 +00:00 |
|
jules
|
31381c6864
|
Stripped out some defunct OSX 10.4 fallback code
|
2015-12-01 12:48:01 +00:00 |
|
jules
|
23395691b1
|
Added a method AudioDeviceSelectorComponent::getMidiInputSelectorListBox()
|
2015-12-01 10:00:11 +00:00 |
|
Joshua Gerrard
|
7793b03587
|
Fixed memory leak in DirectWrite on Windows 10
|
2015-11-30 17:49:36 +00:00 |
|
jules
|
128fdbb3f0
|
Demo: Added whirlpool to the crypto demo page
|
2015-11-30 17:31:35 +00:00 |
|
jules
|
064e45bc85
|
Projucer: Added a workaround for build errors caused by a Clang bug when building audio plugin projects
|
2015-11-30 11:47:04 +00:00 |
|
jules
|
24d974a7cd
|
Avoided older versions of iOS grumbling about a call to get force-touch value.
|
2015-11-30 08:53:46 +00:00 |
|
jules
|
be3dbd5b3e
|
Made ImageButton take into account the state of Component::setIgnoresMouseClicks
|
2015-11-30 08:50:21 +00:00 |
|
jules
|
7cc522b7e5
|
Minor tidying up in some win32 code.
|
2015-11-25 15:23:07 +00:00 |
|
jules
|
eb99390413
|
TextLayout: made the fallback layout algorithm make use of AttributedString::getLineSpacing()
|
2015-11-25 09:58:16 +00:00 |
|
jules
|
5507ad4df7
|
Documentation: minor typo fix
|
2015-11-25 09:36:09 +00:00 |
|
jules
|
d833ab5e33
|
TextLayout: added support for using the AttributedString::getLineSpacing value in DirectWrite
|
2015-11-24 17:53:11 +00:00 |
|
jules
|
6fcde1eccc
|
VST3: some tweaks to fix window resizing in Reaper on OSX
|
2015-11-24 15:25:18 +00:00 |
|
jules
|
f17994269c
|
Plugins: added an assertion to catch people who are using the old parameter methods but who have forgotten to implement a getParameterText method.
|
2015-11-24 12:59:45 +00:00 |
|
jules
|
5a43ea52e7
|
AudioProcessorGraph: now calls its superclass in response to setNonRealtime
|
2015-11-24 11:40:16 +00:00 |
|
jules
|
9f7eb07ce5
|
OpenGL: changed image invalidation to allow non-GL threads that draw into images to correctly invalidate the GPU-cached version
|
2015-11-24 11:31:26 +00:00 |
|
Joshua Gerrard
|
9b96b551f2
|
Modified Win32 version of File::getLinkedTarget to dynamically load symbols for XP and MinGW compatibility.
|
2015-11-24 11:24:05 +00:00 |
|
jules
|
f618963530
|
Introjucer: Simplified VST include path generation. Resaved projects.
|
2015-11-24 10:46:46 +00:00 |
|
jules
|
3d93d30499
|
Introjucer: better whitespace trimming of generated java files
|
2015-11-24 10:39:56 +00:00 |
|
jules
|
884b5e051d
|
Resaved some example project files.
|
2015-11-24 10:30:15 +00:00 |
|
Timur Doumler
|
669292e2fe
|
OSCSender demo app: minor refactoring to make code simpler.
|
2015-11-24 10:09:15 +00:00 |
|
jules
|
4d3fc5a3d9
|
Added a couple of missing 'override' keywords
|
2015-11-23 17:29:05 +00:00 |
|
jules
|
eed5aa641d
|
Minor cleanups in some DirectWrite code.
|
2015-11-23 17:08:38 +00:00 |
|
Joshua Gerrard
|
210fe4a5d6
|
Fixed warnings on MinGW
|
2015-11-23 12:58:23 +00:00 |
|
Joshua Gerrard
|
e220f35250
|
Fixed compilation errors on MinGW
|
2015-11-23 12:35:05 +00:00 |
|
jules
|
781bef41ab
|
Added some defences in win32 against null LPARAM arguments
|
2015-11-23 11:13:57 +00:00 |
|
jules
|
cc8063813a
|
Minor spelling fix.
|
2015-11-23 11:08:38 +00:00 |
|
Timur Doumler
|
6f7f97607d
|
OSCReceiver demo app: removed superfluous member variable from MainComponent.
|
2015-11-17 18:00:43 +00:00 |
|