ed
|
bcf388b2cd
|
Increase the amount of bytes that findCentralDirectoryFileHeader() will scan when unzipping a .zip file
|
6 years ago |
Tom Poole
|
815c9ee236
|
Projucer: Fixed an error when attempting to restore non-existent projects
|
6 years ago |
ed
|
6f52fc5758
|
Reverted 876aaf4 which was causing TooltipWindows constructed with a parent component not in their parent hierarchy to not be displayed
|
6 years ago |
Tom Poole
|
3687710c58
|
AAX: Fixed potential issues with older PT control surfaces not handling large numbers of parameter steps
|
6 years ago |
ed
|
c9a7b41864
|
Made a few of the AudioIODeviceType subclasses weak referenceable to avoid dangling references
|
6 years ago |
ed
|
87281fc784
|
Marked MIDIInput and MIDIOutput as final
|
6 years ago |
ed
|
b3bcb66349
|
ASIO: Blacklist some misbehaving drivers
|
6 years ago |
Tom Poole
|
7908f0cdd0
|
Re-saved all projects
|
6 years ago |
Tom Poole
|
a7048275d7
|
Projucer: Write .xcsettings files using tabs
|
6 years ago |
ed
|
c55338b844
|
Windows: Fixed a signed/unsigned comparison warning in juce_win32_Network.cpp
|
6 years ago |
ed
|
7caab2721e
|
Windows: Fix a compile error when JUCE_DLL_BUILD=1
|
6 years ago |
ed
|
6ffc998fa4
|
iOS: Set the home indicator to auto-hide when in kiosk mode
|
6 years ago |
ed
|
497ac0bea3
|
Projucer: Prevent unnecessary ChangeListener callbacks in HeaderComponent
|
6 years ago |
ed
|
2e532329a7
|
Handle display lists without a (0, 0) root node
|
6 years ago |
ed
|
a5d546b25d
|
Windows: Use GetComputerNameEx() in SystemStats::getComputerName() to allow names longer than 15 characters
|
6 years ago |
ed
|
9afccfba10
|
Projucer: Enable "Plugin MIDI Input" and "Plugin MIDI Output" settings when generating the ArpeggiatorPlugin demo from a PIP
|
6 years ago |
ed
|
4a6e969cba
|
Linux: Removed an unused variable in the WebBrowserComponent implementation
|
6 years ago |
ed
|
d94d783862
|
Android: Add canGoBack WebView method and call reloadLastURL() if it returns false
|
6 years ago |
jules
|
cadac817c6
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
6 years ago |
ed
|
6bb7618e1e
|
ASIO: Call convertASIOString() in getLastDriverError()
|
6 years ago |
ed
|
0fbb75330b
|
Windows: Handle ERROR_INTERNET_FORCE_RETRY when opening a HTTP connection
|
6 years ago |
ed
|
ebd6a7b0bb
|
Projucer: Don't add ".storyboard" extension when adding the launch storyboard name to the plist
|
6 years ago |
ed
|
a5ad90edd4
|
Avoid hitting an assertion when calling Toolbar::showMissingItems() with JUCE_MODAL_LOOPS_PERMITTED=0
|
6 years ago |
ed
|
9c7273e8aa
|
Projucer: Made it possible to set the VST (legacy) global search path from the command line
|
6 years ago |
ed
|
257b40eddb
|
Added an optional argument to Slider::setDoubleClickReturnValue() to specify the key modifiers used to reset the value with a single-click
|
6 years ago |
ed
|
ac62622493
|
Request audio recording permissions in the SimpleFFTDemo when not running in the DemoRunner and added some more exporters to the audio demos
|
6 years ago |
ed
|
52bdaf0746
|
Re-saved all projects
|
6 years ago |
ed
|
4eeca92437
|
Projucer: Add a blank launch screen storyboard to iOS projects if no custom xcassets folder is set so that the latest iOS device resolutions are supported and add a field to the iOS exporter which allows a custom storyboard file to be used instead
|
6 years ago |
ed
|
0654b7ca57
|
APVTS: Use an interval of 0.01 for AudioParameterFloats created using the simple constructor
|
6 years ago |
ed
|
21a88423dd
|
VST3: More resizing fixes when using a fixed aspect ratio
|
6 years ago |
jules
|
26279af622
|
Made it possible to provide a user-supplied definition for JUCE_LOG_CURRENT_ASSERTION to enable custom behaviour when an assertion fails
|
6 years ago |
ed
|
5e7409ead1
|
Android: Revert commit 9bad191
|
6 years ago |
ed
|
02b7c0936d
|
Projucer: Check command-line JUCE modules path before the global path when creating PIPs from JUCE examples
|
6 years ago |
ed
|
84513eef8f
|
Added JUCE_CONSTEXPR macro to qualifying functions in Range
|
6 years ago |
ed
|
088dd14037
|
Fixed an error in the ADSR::calculateRates() method
|
6 years ago |
ed
|
fd5f8e03dd
|
VST3: Fixed some glitchy resizing in Reaper when using a fixed aspect ratio
|
6 years ago |
jules
|
12ec130cf6
|
Avoided a possible recursion in ScopedPointer::reset() if called from within the object's own destructor.
|
6 years ago |
ed
|
4d23868db7
|
Increased the OSC message buffer size in OSCReceiver
|
6 years ago |
ed
|
665f1fbedf
|
Fixed an incorrect return value from ValueWithDefault::isUsingDefault()
|
6 years ago |
ed
|
64cd94f8ae
|
VST3: Added a workaround for Windows DPI-aware Cubase 10 opening plug-in editor with double scaled bounds
|
6 years ago |
ed
|
bca872193c
|
Ensure that the correct Cubase version is reported in PluginHostType when using the host path
|
6 years ago |
jules
|
536d7ed6d2
|
Replaced some clumsy buffer handling code in the TracktionMarketplaceStatus class
|
6 years ago |
ed
|
dfcc9d758e
|
WASAPI: Re-open the audio device when waking up
|
6 years ago |
ed
|
98219bf98e
|
VST2: Fix a conversion warning in the wrapper and prevent resizing the plug-in window in resizeHostWindow() to fix some flickering when resizing
|
6 years ago |
ed
|
f38888fc59
|
VST3: Override the incoming scale factor in DPI-aware Cubase 10 to ensure that it's always correct for the display
|
6 years ago |
jules
|
19513f5725
|
Added a re-entrancy check to the plugin scanner, so that if plugins pump the message thread it'll avoid triggering nested scans
|
6 years ago |
ed
|
b29cb61e91
|
VST2: Default to main monitor scale factor in plug-in editor's constructor to get correct size when opening in Cubase 10
|
6 years ago |
ed
|
55ccb3f1d5
|
VST3: Check for non-integer scale factors when running in DPI-aware Cubase 10
|
6 years ago |
ed
|
ca9a50ea82
|
VST2: Fix scaling bug in hosts which don't support the sizeWindow call
|
6 years ago |
ed
|
d45842ead3
|
VST3: Always set top-left position and repaint editor when scale factor changes
|
6 years ago |