1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-25 02:04:23 +00:00
Commit graph

10027 commits

Author SHA1 Message Date
dimitri
a2a04a726a Allow notes and aftertouch messages on the master channel of MPEInstrument (see sections 3.2 and 2.5 of the MPE Spec) 2019-03-11 12:06:45 +00:00
Tom Poole
1df891ccd7 Re-saved all projects 2019-03-11 11:27:08 +00:00
Tom Poole
78aa1af18b MacOS: Removed the "update to latest version" Xcode warning 2019-03-11 11:23:19 +00:00
ed
452863e7fa macOS: Use the endpoint info when setting MidiInput/MidiOutput device name in ::openDevice() 2019-03-11 11:15:54 +00:00
ed
97922ff129 Projucer: Avoid hitting an assertion in Random::nextInt() when using the --obfuscated-string-code command-line tool with strings containing fewer than 3 sections 2019-03-11 10:28:09 +00:00
ed
55bc08f3cd Ensure that the current state is valid when calling ADSR::setParameters() after calling ADSR::noteOn() and recalculate the release rate if ADSR::noteOff() is called when not in the sustain stage 2019-03-11 10:18:37 +00:00
ed
4c58efa407 Projucer: Fixed a bug when clicking the save and open in IDE button after changing the target project folder setting 2019-03-11 10:00:14 +00:00
Tom Poole
43e623661e Fixed a typo in a comment 2019-03-11 09:45:57 +00:00
jules
d4b62d57fc Added some extra methods to ArgumentList 2019-03-11 08:17:13 +00:00
Tom Poole
cbdf5e6d21 Fixed some compiler warnings 2019-03-08 18:01:17 +00:00
Tom Poole
f2db4bfba8 VST3: Removed some inconsequential debugging messages 2019-03-08 15:57:33 +00:00
Tom Poole
ebe7aa2cc0 AAX: Fixed some compiler warnings 2019-03-08 15:38:34 +00:00
Tom Poole
b8eba72995 Re-saved all projects 2019-03-08 15:21:14 +00:00
Tom Poole
cb41fdcb9e macOS: Fixed spurious dynamic_cast type_info warnings when loading dylibs containing JUCE at runtime 2019-03-08 15:21:06 +00:00
ed
fb614b0cc9 Ensure that OpenGL VST2 plug-ins are scaled correctly in Live 10 2019-03-07 16:43:05 +00:00
ed
7d4bf8656e Add Live versions 9 and 10 to the HostType enum 2019-03-07 16:42:18 +00:00
ed
4c19b9fac5 Fixed an unused variable in the VST3 wrapper 2019-03-07 11:41:59 +00:00
ed
db23cedf94 Fixed a compilation error in the MIDI device unit tests when JUCE_MODAL_LOOPS_PERMITTED is disabled 2019-03-07 11:19:57 +00:00
ed
91ef9e2b85 Fixed some layout issues when using an AudioDeviceSelectorComponent with the "advanced" settings hidden 2019-03-07 11:07:05 +00:00
ed
e6ea529902 Projucer: Increase the height of the "Custom Xcode Flags" field 2019-03-07 09:35:22 +00:00
ed
526272c4f5 Projucer: Fixed a potential crash when reloading a GUI builder document 2019-03-07 09:24:23 +00:00
reuk
4a294eaa39 Allow moving into AsyncCallInvoker 2019-03-06 17:48:47 +00:00
ed
e14a183886 Update requested input/output channels whenever AudioDeviceManager::setAudioDeviceSetup() is called 2019-03-06 17:13:54 +00:00
ed
92350e421d Projucer: Refactor the autoupdater to set executable file permissions after updating 2019-03-06 17:08:30 +00:00
Tom Poole
201375e4a5 VST3: Allow loading non-JUCE plug-in state when JUCE_VST3_CAN_REPLACE_VST2 is set 2019-03-06 15:06:44 +00:00
ed
d39c33247e Windows: Fixed a crash in MidiInput::openDevice() 2019-03-06 12:20:49 +00:00
ed
4bedc679b1 Removed unused method 2019-03-05 17:23:34 +00:00
ed
7add963d40 Add Logger::print10000thCommitMessage() 2019-03-05 12:12:08 +00:00
ed
dcd606531a Fixed a documentation typo 2019-03-05 12:04:40 +00:00
ed
13fadfe5e3 Minor documentation cleanup in the DSP module 2019-03-05 08:59:53 +00:00
ed
9275feeef2 Fixed an unused variable warning in the VST3 wrapper 2019-03-04 14:07:12 +00:00
Tom Poole
c91f872f9a CLion: Fixed some issues loading a CMakeLists.txt generated on Windows 2019-03-04 14:06:46 +00:00
Tom Poole
eaec1c8444 CLion: Fixed an issue building MIDI functions on Windows 2019-03-04 12:09:29 +00:00
ed
8a66f1f3d3 Don't use default input/output device names when setting up an AudioDeviceManager if no channels have been requested 2019-03-01 13:57:39 +00:00
ed
8de98f5a82 Fixed a bug causing duplicate TooltipWindows to be shown when multiple plug-in windows were open 2019-03-01 12:10:49 +00:00
Tom Poole
9f344aaa5a DSP: Added an assertion to protect against invalid use of ProcessContextNonReplacing 2019-03-01 11:56:42 +00:00
ed
1bc7fdd1ec iOS: Return the device model name from SystemStats::getDeviceDescription() when running in the simulator 2019-03-01 10:54:10 +00:00
ed
80c5f5e15e Windows: Use a default sample rate if one hasn't been specified in DSoundAudioIODevice::open() 2019-03-01 10:17:29 +00:00
ed
730fd6955f macOS: Added missing OS versions to SystemStats::OperatingSystemType 2019-03-01 09:18:40 +00:00
Tom Poole
20d480535a APVTS: Improve the performance of parameter lookups 2019-02-28 16:46:58 +00:00
ed
e6cf72838b Re-saved all projects 2019-02-28 16:33:37 +00:00
ed
09ebd1d257 Added support for ID-based MIDI devices 2019-02-28 16:30:04 +00:00
ed
6eab395204 Android: Fixed a crash when pressing the back button 2019-02-28 16:27:55 +00:00
ed
dbd7c4d205 Fixed a typo in the native java README.txt 2019-02-28 16:27:55 +00:00
ed
33901385de Projucer: Always add custom launch screen storyboard files to iOS projects even when a custom xcassets folder is specified 2019-02-28 16:19:48 +00:00
ed
2fd7c587ad Projucer: Made the "Custom Launch Storyboard" setting in the iOS exporter take a path to the .storyboard file to be used relative to the project root folder and add this file as an Xcode resource directly 2019-02-28 10:53:37 +00:00
Tom Poole
bbe49f6b36 Serialise doubles into more human friendly XML and JSON 2019-02-27 17:59:24 +00:00
ed
77db5fde66 Windows: Fix a double definition warning for juce_shouldDoubleScaleNativeGLWindow() when not building any VSTs 2019-02-27 09:49:57 +00:00
dimitri
831448fbb0 Blocks: Use special reset message for master blocks 2019-02-26 12:31:00 +00:00
ed
a672353ebc VST3: Added a missing case statement from getChannelType() 2019-02-26 10:58:57 +00:00