Timur Doumler
|
97ffb5ad93
|
Got rid of some more Visual Studio compiler warnings.
|
10 years ago |
Timur Doumler
|
5815416834
|
Avoided some Visual Studio 2010 warnings due to qualified enums (not allowed in pre-C++11).
|
10 years ago |
Timur Doumler
|
10cb636373
|
Avoided warning in Visual Studio (shadowing variables) by renaming private member variable AudioProcessor::sampleRate to currentSampleRate.
|
10 years ago |
jules
|
4237db4a31
|
Silenced some deprecation warnings in OSX10.11
|
10 years ago |
jules
|
d0cb3d222a
|
Updated to iOS8 alert windows to avoid deprecation warnings
|
10 years ago |
jules
|
ceb1b405f0
|
Removed an iOS deprecated function in setKioskComponent()
|
10 years ago |
jules
|
8a9322456f
|
Replaced the now-deprecated iOS audio code with a new AVSession-based version.
|
10 years ago |
Timur Doumler
|
c845a49268
|
Avoided a compiler warning in Xcode.
|
10 years ago |
jules
|
aec16864fc
|
Fixed a minor conversion warning
|
10 years ago |
Timur Doumler
|
22e968b205
|
Added a Listener class to MPEZoneLayout.
|
10 years ago |
jules
|
1240d4d6b3
|
Added new method AudioProcessor::supportsMPE(), and implemented this in AU and VST2
|
10 years ago |
jules
|
36a8380e4c
|
Fix for case-insensitive comparison of extended UTF8 unicode chars, and some refactoring of CharacterFunctions.
|
10 years ago |
jules
|
135a1b65de
|
Fixed a typo in the last commit
|
10 years ago |
jules
|
622add3dc9
|
Made the PopupMenu keep a weak reference to its LookAndFeel, so that it'll avoid crashing in situations where the L+F is deleted while the menu is still on-screen.
|
10 years ago |
jules
|
3bc38d1e3b
|
AudioUnit hosting: added code to handle plugin latency changes
|
10 years ago |
jules
|
03dde6a2a8
|
Avoided a compiler warning in MPENote
|
10 years ago |
jules
|
18de8b36c1
|
Avoided defining alloca on MINGW if there's already a definition for it
|
10 years ago |
Timur Doumler
|
e958e5a647
|
Added comparison operators to MPEZone.
|
10 years ago |
jules
|
82cc6b7183
|
Fix for an RTAS build error
|
10 years ago |
jules
|
bc523c6724
|
Fixed a win32 pen/touch detection issue
|
10 years ago |
Timur Doumler
|
c536d10be9
|
MidiKeyboardComponent: added possibility to change the length of the black keys as a proportion of the white keys to something else than the default of 0.7, and to query that proportion.
|
10 years ago |
jules
|
d406cacc5f
|
Avoided some deprecation warnings when building hosts on Windows
|
10 years ago |
jules
|
d0f646a9ad
|
Fix for a problem with CoreText when laying out very long text strings
|
10 years ago |
jules
|
420f85bc5f
|
Fixed a typo in MP3AudioFormat
|
10 years ago |
jules
|
4d34212557
|
Fixed a problem with AudioDeviceSelectorComponent that caused repeated refreshes of the current midi device.
|
10 years ago |
Timur Doumler
|
8c2b2a2247
|
Fixed iOS warning: 'applicationFrame' is deprecated: first deprecated in iOS 9.0 - Use -[UIScreen bounds]
|
10 years ago |
Richard Meyer
|
321a102a8c
|
Fixed an iOS build warning.
|
10 years ago |
Felix Faire
|
b10039587d
|
Removed extraneous forward declaration of BluetoothMidiSelectorOverlay
|
10 years ago |
jules
|
85cd905fb4
|
Whitespace
|
10 years ago |
jules
|
5a5fa35368
|
Fixed a comment for StringArray::removeString that didn't match the behaviour
|
10 years ago |
jules
|
3b881401f1
|
Added some null pointer checks to createWriterFor methods
|
10 years ago |
jules
|
400cd0e3f4
|
Deleted the old NPAPI/ActiveX juce_browser_plugin_client module. These plugin formats have not been supported by any modern browsers for some time.
|
10 years ago |
hogliux
|
69d371d195
|
Make bus count non-writable or simple effect plug-ins: this seems to upset Logic
|
10 years ago |
jules
|
c401515e64
|
Avoided a leak if the app is killed while an AudioDeviceManager is in the middle of playing a preview sound
|
10 years ago |
jules
|
47538f87a2
|
Fix for compatibility with the latest VST3 SDK
|
10 years ago |
jules
|
a6585b1ebf
|
Fixed a typo in FFT
|
10 years ago |
jules
|
1a7caaa58f
|
Refactored AttributedString so that every part of the string has a single font and colour associated with it, to avoid some problems caused by fonts being undefined.
|
10 years ago |
jules
|
63df487c86
|
Fixed an include problem with the AAX build
|
10 years ago |
jules
|
88b1fe0d97
|
Better handling of OSX openGL buffer-swapping in occluded windows
|
10 years ago |
jules
|
9ab9476fbc
|
Fix for iOS builds targeting OS versions without touch-force
|
10 years ago |
jules
|
1f433a8bfb
|
Fix for an obscure win32 situation where a click from another app window could end up causing a click in a juce window if the other window closes with the mouse still down
|
10 years ago |
jules
|
4b4b8df491
|
Simplified some headers in juce_audio_plugin_client to remove direct inclusion of AppConfig.h
|
10 years ago |
jules
|
a8ca80a49d
|
Fixed a typo in some exception-logging code
|
10 years ago |
jules
|
e4e78c8591
|
Made the AAX wrapper support the isSuspended() flag
|
10 years ago |
jules
|
923e8fabdb
|
Removed some unnecessary includes of AppConfig.h
|
10 years ago |
jules
|
c95253fad0
|
Cleaned out some old amalgamated build references.
|
10 years ago |
jules
|
4583fa3fbf
|
Used the ignoreUnused() function to tidy up some old code
|
10 years ago |
jules
|
86a745dc35
|
Deduplicated some native code and stopped the OSX juce_isRunningUnderDebugger function from caching its result.
|
10 years ago |
jules
|
8c5f433691
|
Standardised the names of some old macros in PlatformDefs.h
|
10 years ago |
jules
|
2a1234b6ac
|
Simplified some inter-module dependencies and exception-catching fallbacks
|
10 years ago |