hogliux
|
0159102e10
|
Fix ResamplingQuality documentation
|
9 years ago |
hogliux
|
b936786f80
|
Remove the recently added shouldReleaseFocusOnMainMenuBarAccess flag and replace with something less intrusive
|
9 years ago |
hogliux
|
ec9c033cdf
|
Add exclusive flag to MemoryMappedFile
|
9 years ago |
hogliux
|
89d938dd3a
|
Make sure to not remove a native component twice
Fixes #88
|
9 years ago |
hogliux
|
99186e5166
|
Call removeFromDesktop when an external host tries to remove a juce component from a window (Fixes #88)
|
9 years ago |
ed
|
1631daca26
|
whitespace
|
9 years ago |
ed
|
9062ad9ec1
|
Windows 10 update touch events bug fix
|
9 years ago |
jules
|
bc17cb90a8
|
Changed UndoManager so that if a transaction is aborted with undoCurrentTransactionOnly(), then any previously-saved future redo states are restored.
|
9 years ago |
hogliux
|
aa150395f4
|
Automatically connect midi input devices on mobile in standalone filter apps
|
9 years ago |
jules
|
5ba1723512
|
Removed the juce_tracktion_marketplace module's dependency on juce_data_structures
|
9 years ago |
jules
|
3d1b2d66a3
|
Added a cast to some VST code to avoid a C++14 warning
|
9 years ago |
jules
|
1a1897b43b
|
Made the OSX HTTP stream respond to the return value of the open-stream callback function
|
9 years ago |
ed
|
675f5943a1
|
fixed silly typo
|
9 years ago |
ed
|
f0a00bfe4d
|
AlertWindow::show() only sets window to always on top if there are other always on top windows
|
9 years ago |
jules
|
49b9619176
|
Added a cast to avoid a warning in Array
|
9 years ago |
ed
|
bc77b00700
|
MIDI network session enabled for iOS simulator
|
9 years ago |
hogliux
|
17a07a0057
|
Add a flag to release the focus of a component when the user accesses the main menu bar on mac
|
9 years ago |
ed
|
7a9c22eafe
|
AlertWindow::show() method sets AlertWindow to be always on top so it isn't hidden by other components
|
9 years ago |
jules
|
a744cd3acc
|
Added a bool handler for JUCE_LIVE_CONSTANT
|
9 years ago |
hogliux
|
c21716499c
|
Add low quality mode for juce CameraDevice
|
9 years ago |
hogliux
|
26b6f01ce3
|
Replace all "zeros" with "nullptr" in code documentation when referring to a pointer value
|
9 years ago |
hogliux
|
bf582f6c5b
|
Fix errors and warnings on mingw-w64
|
9 years ago |
hogliux
|
1e41898bbc
|
Fix a memory leak in linux ALSA code for MidiInput/MidiOutput
|
9 years ago |
hogliux
|
1053dc5755
|
Allow having zero programs in VST
|
9 years ago |
hogliux
|
4cf3c02998
|
Send parameter changes to processor when received via the EditController
|
9 years ago |
hogliux
|
3d1dc4ab0b
|
Fix bug where previously applied context transformation was not respected in subsequent fill
|
9 years ago |
hogliux
|
e6ad9b52da
|
Add option to not re-allocate memory when making a copy of an AudioBuffer
|
9 years ago |
hogliux
|
b50f941d26
|
First connect controller and component and then load the state in VST3
|
9 years ago |
hogliux
|
a258295481
|
Don't repeatedly set the wantsFocus flag if it hasn't changed
|
9 years ago |
hogliux
|
962cfc7aff
|
Clarify what happens when maxNumChars is zero in the TextPropertyComponent constructor
|
9 years ago |
Timur Doumler
|
9100d1c89e
|
Synthesiser and MPESynthesiser: added an additional parameter to setMinimumRenderingSubdivisionSize to allow for both the legacy behaviour (setting the strict minimum on subdivision size) and the current behaviour (first sample will always be sample-accurate, but then the first subdivision may be < minimum).
|
9 years ago |
hogliux
|
72878309f8
|
Fix AUv3 OS X version compiler error message
|
9 years ago |
luigisambuy
|
f5398fcab2
|
Added additional dontScrollToShowThisRange parameter to selectRangeOfRows in ListBox
|
9 years ago |
hogliux
|
1696c23fb9
|
Add support for hosting staticly linked VSTs
|
9 years ago |
hogliux
|
88736e34dc
|
Make splash screens fullscreen on mobile platforms
|
9 years ago |
hogliux
|
65e1b6008c
|
Add missing overrides in FileTreeComponent
|
9 years ago |
hogliux
|
4b6458438f
|
Fix small typo
|
9 years ago |
hogliux
|
56d5f7bab0
|
Don't update the rendering graph if the graph is not prepared
|
9 years ago |
hogliux
|
8b1374d4b7
|
Don't call processBlock on a AudioProcessorGraph's node if it is suspended
|
9 years ago |
hogliux
|
035f865099
|
Fix steppy scrolling if the content component of a viewport was transformed
|
9 years ago |
hogliux
|
142ce5eb84
|
Fix a typo in the previous commit
|
9 years ago |
hogliux
|
69cd509e4c
|
Add missing getNumSteps override to AudioProcessorValueTree parameters
|
9 years ago |
hogliux
|
88803f6378
|
Don't call methods that require modal loops in Standalone filter windows
|
9 years ago |
hogliux
|
e5f306e1d1
|
Fix bad property id when registering AU event listener
|
9 years ago |
hogliux
|
ca62e560f3
|
Revert support for hosting your own VST bundles on iOS
|
9 years ago |
jules
|
a8a7fa28e2
|
Added a missing newline in the juce_tracktion_marketplace keygen
|
9 years ago |
jules
|
49989308b7
|
Added expiry time support to the juce_tracktion_marketplace module
|
9 years ago |
jules
|
9e6988acaa
|
For drag-and-drop on win32, prioritised file-drag mode over text-drag mode if both are available
|
9 years ago |
jules
|
97e058bbd2
|
Added a couple of proportional Rectangle methods
|
9 years ago |
hogliux
|
d4933111db
|
Only reopen stdout, stderr, stdin if they haven't already been opened by a redirect
And fix a warning along the way
|
9 years ago |