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 |
Rachel Susser
|
f43e8bd61b
|
Blocks: Moved isControlBlock() from BlockImplementation to Block
|
6 years ago |
ed
|
159eee8e6f
|
Projucer: Initialise company name value before bundle ID to ensure that the default bundle ID is set correctly
|
6 years ago |
jules
|
5979288706
|
Added some macros for asserting when functions are called in an unsafe manner outside the message thread.
|
6 years ago |
Tom Poole
|
482d87e2db
|
Fixed a compiler warning
|
6 years ago |
jules
|
7d124ca74d
|
Converted some legacy OSX network code to use atomics to avoid an asan warning
|
6 years ago |
jules
|
03a118d380
|
Projucer: Removed a long-dormant PPC setting!
|
6 years ago |
ed
|
076b09c7a3
|
Projucer: Ensure that project setting defaults reflect the company name that has been set
|
6 years ago |
ed
|
192830dc97
|
Projucer: Fixed an issue where saving a project could fail silently without showing an alert window
|
6 years ago |
ed
|
90765fa52a
|
Projucer: Re-scan module paths immediately on start up
|
6 years ago |
jules
|
e07782ff38
|
Tweaked ValueTree::toXmlString() to make it return a bare document without the XML header
|
6 years ago |
reuk
|
1f63493031
|
Allowed an AudioProcessorValueTreeState to manage RangedAudioParameter subclasses
|
6 years ago |
jules
|
768139a298
|
Added some free functions to help make XML parsing less verbose: parseXML()
|
6 years ago |
ed
|
97c100b9c1
|
Windows: Added a workaround for non-DPI aware windows having an incorrect scale factor when using the OpenGL renderer
|
6 years ago |