ed
|
e3635ec2f8
|
Projucer: Re-scan invalid JUCE module paths to ensure AvailableModuleList is updated
|
6 years ago |
ed
|
b758d83415
|
Projucer: Removed an unused method and fixed a potential crash when refreshing module tree items
|
6 years ago |
Tom Poole
|
4094bcc45a
|
Fixed some Doxygen parsing errors
|
6 years ago |
ed
|
a58b3ff38b
|
Projucer: Added a "Reset to Defaults" button to the global paths window
|
6 years ago |
ed
|
acd3c0b8ee
|
Fixed some Objective-C id -> auto* conversion warnings
|
6 years ago |
ed
|
59e70ad82c
|
VST3: Removed some ancient native host window resizing code from the plug-in wrapper
|
6 years ago |
ed
|
e8a31171fe
|
VST3: Fixed a resizing bug on macOS FL Studio
|
6 years ago |
ed
|
aec716c36e
|
VST3: Fixed an incorrect VST2 SDK include path
|
6 years ago |
ed
|
8667ffc059
|
Projucer: Ensure that ValueWithDefault objects outlive the PropertyComponents which reference them
|
6 years ago |
ed
|
87a89e71e8
|
Fixed a crash that could occur due to ValueWithDefault::onChange calling a deleted PropertyComponent object
|
6 years ago |
jules
|
86b4fd72a0
|
Added support for extremely high sample rates to audio devices
|
6 years ago |
jules
|
2666842fa5
|
Used the shared posix networking code for Android where the target SDK supports it
|
6 years ago |
Tom Poole
|
a3566b8c1e
|
Removed the embedded VST2 SDK
|
6 years ago |
jules
|
a54535bc31
|
Made openSL select a default sample rate when 0 is passed in
|
6 years ago |
jules
|
a2fcd9b4c1
|
Added android broadcast address support
|
6 years ago |
jules
|
048cfd6a3c
|
Handled some uncaught error cases in android openSL
|
6 years ago |
jules
|
cfc85445b5
|
Minor tidying up
|
6 years ago |
ed
|
0f103ac7e7
|
Projucer: Ensure that per-exporter SDK paths are backwards compatible
|
6 years ago |
ed
|
c407d528b1
|
Projucer: Fixed a bug where per-exporter SDK paths would not be saved/recalled correctly
|
6 years ago |
ed
|
f57237df83
|
Projucer: Fixed another unreachable code warning
|
6 years ago |
ed
|
aa99b2f0ae
|
Projucer: Fixed an unreachable code warning
|
6 years ago |
ed
|
1a25a0615c
|
Projucer: Removed some unused methods from ProjucerApplication and refactored the DemoRunner scanning code to cache previously found files
|
6 years ago |
ed
|
c4eb15eb21
|
Projucer: Refactored the global paths window and project exporters to use the new FilePathPropertyComponent
|
6 years ago |
ed
|
3f2f2f65a4
|
Projucer: Removed DependencyPathPropertyComponent and replaced it with an updated FilePathPropertyComponent that supports ValueWithDefault
|
6 years ago |
ed
|
dbe40552a7
|
Projucer: Fixed a bug where the "use global path" option would not be respected for new projects
|
6 years ago |
Tom Poole
|
2a5e20a10a
|
Tidied up some WinRT code
|
6 years ago |
ed
|
c3e7c47252
|
Make sure that the velocity value set in MidiKeyboardComponent::setVelocity() is used when sending notes
|
6 years ago |
jules
|
d9c0f9f082
|
Updated a deprecated OSX symbol
|
6 years ago |
ed
|
d3fe2515ad
|
Removed a stray DBG statement
|
6 years ago |
ed
|
efacc67a15
|
Projucer: Fixed a bug when parsing multi-line JUCE header metadata
|
6 years ago |
dimitriroli
|
d69771403e
|
Blocks: lazy load LEDRow to avoid blocks being cleared at the wrong time
|
6 years ago |
jules
|
255a66a1b8
|
Rmoved a constexpr qualifier for compiler compatibility
|
6 years ago |
Tom Poole
|
419e5a3aa2
|
Suppressed some warnings in the Windows headers
|
6 years ago |
Tom Poole
|
42c8c2e26d
|
Fixed some dangling listeners in the BLOCKS demos
|
6 years ago |
jules
|
fc4449b212
|
Avoided a dangling pointer in the projucer
|
6 years ago |
jules
|
723b18a149
|
Updated projects
|
6 years ago |
ed
|
653d94c7a0
|
Projucer: Pulled out the module and PIP header parsing methods into a single method
|
6 years ago |
jules
|
5354c33fc3
|
Added some classes NetworkServiceDiscovery::Advertiser and NetworkServiceDiscovery::AvailableServiceList to implement a simple protocol for discovering and connecting devices on the LAN
|
6 years ago |
reuk
|
79dfa35aa5
|
APVTS: Fixed the default parameter value after construction
|
6 years ago |
Tom Poole
|
823350fe30
|
Included the HeavyweightLeakedObjectDetector header a little earlier so that more JUCE classes can make use of it when necessary
|
6 years ago |
jules
|
3721dc63d5
|
Fixed a typo in the last commit
|
6 years ago |
jules
|
f9a5bf1729
|
More use of atomics to avoid asan warnings
|
6 years ago |
ed
|
dab49b3f58
|
Projucer: Made UI application templates fullscreen on mobile devices
|
6 years ago |
ed
|
92ab11e31c
|
Re-saved all projects
|
6 years ago |
ed
|
4e54953f01
|
Unity: Initialise JUCE GUI earlier to avoid hitting some assertions
|
6 years ago |
jules
|
aaad33ce57
|
Fixed a couple of asan memory access warnings
|
6 years ago |
jules
|
8166b0018d
|
Reverted the change to ValueTree::toXmlString(), as omitting the XML header could break existing code (will address this differently in a future commit)
|
6 years ago |
ed
|
a17d3e2bab
|
Projucer: Fixed a typo and made property name capitalisation consistent in the Android exporter
|
6 years ago |
jules
|
bc027b5237
|
Tidied up some spelling and comments
|
6 years ago |
ed
|
e00d990737
|
Projucer: Added a missing check for Unity plug-in when adding the plug-in binary copy step option in the Xcode exporter
|
6 years ago |