reuk
|
047448fbce
|
Warnings: Add missing overrides
|
2024-01-30 11:37:30 +00:00 |
|
Tom Poole
|
6bf9bb9a2e
|
Add final specifiers in implementation files
|
2023-10-10 16:12:38 +01:00 |
|
Anthony Nicholls
|
90c458d92e
|
Includes: Move some miscellaneous includes into module header and source files
|
2023-10-09 14:49:18 +01:00 |
|
Tom Poole
|
4153d59e39
|
Formatting
|
2023-10-02 15:42:20 +01:00 |
|
Anthony Nicholls
|
05d5c94990
|
Native: Rename all native files for improved consistency
|
2023-04-04 19:54:29 +01:00 |
|
reuk
|
26a872ba9f
|
AudioDeviceManager: Send changeNotification when MIDI devices change
This patch also updates the MidiDemo to automatically refresh the device
lists when the set of available devices changes.
|
2023-01-25 17:07:24 +00:00 |
|
reuk
|
28f2157912
|
Convert ignoreUnused to [[maybe_unused]]
|
2022-12-01 11:41:50 +00:00 |
|
reuk
|
b2d999073c
|
AudioCDReader: Fix readSamples signature
Co-authored-by: Roland Rabien <figbug@gmail.com>
|
2022-10-06 17:34:00 +01:00 |
|
Tom Poole
|
2ec861d99e
|
Update licensing banners to JUCE 7
|
2022-05-16 17:55:48 +01:00 |
|
Tom Poole
|
db3c6e6216
|
macOS/iOS: Fix unguarded availability warnings
|
2022-04-26 15:37:03 +01:00 |
|
Tom Poole
|
dea3fe60e4
|
Update copyright banners
|
2022-04-04 12:36:32 +01:00 |
|
reuk
|
81fa777ff7
|
ObjC Helpers: Automatically derive appropriate signature for function
|
2021-11-24 11:51:11 +00:00 |
|
ed
|
7d1918b385
|
macOS/iOS: Replace compile-time deployment target checks with runtime checks using the available keyword
|
2021-10-13 15:06:18 +01:00 |
|
ed
|
69d4e0186f
|
Update code to use new AudioData interleaving/deinterleaving API
|
2021-10-06 16:44:51 +01:00 |
|
ed
|
3e606cc378
|
Update code to use new AudioData interleaving/deinterleaving helper methods
|
2021-10-05 17:30:13 +01:00 |
|
ed
|
a5c3b81f82
|
Use C++14 lambda capture initialisers for initialising deletion checkers
|
2021-07-12 11:58:29 +01:00 |
|
reuk
|
837ab64dbd
|
Android: Fix numeric conversion warnings
|
2021-02-03 16:09:54 +00:00 |
|
reuk
|
3baaad8b5b
|
XmlElement: Update loops to use new iterators
|
2021-01-28 20:14:11 +00:00 |
|
ed
|
54f65256e2
|
Cleaned up some whitespace
|
2020-07-20 17:17:53 +01:00 |
|
ed
|
c8a416f476
|
Obj-C++: Added obc_msgSendSuper_stret overloads for ObjCMsgSendSuper() and refactored the superclass messaging a bit
|
2020-07-10 17:50:05 +01:00 |
|
juce-team
|
f9f5caa5cc
|
macOS 11: Fix function pointer conversions
|
2020-07-08 09:58:01 +01:00 |
|
ed
|
009d685179
|
Updated all license headers
|
2020-06-29 08:30:22 +01:00 |
|
Tom Poole
|
6cb75d9d2c
|
Replaced all references to ROLI with Raw Material Software and regenerated all bytecode
|
2020-04-23 17:30:40 +01:00 |
|
Tom Poole
|
894e7d2bd2
|
Updated all license headers
|
2020-04-23 17:30:39 +01:00 |
|
reuk
|
5f348c3040
|
Warnings: Add warning-wrangling header
|
2020-04-13 13:16:05 +01:00 |
|
reuk
|
327f817b9b
|
Copyrights: Update commercial/gpl headers to be gpl-only
|
2020-04-09 15:22:56 +01:00 |
|
reuk
|
0c9067c9a4
|
Ownership: Fix some raw/unique ptr conversion issues
|
2020-03-20 17:07:24 +00:00 |
|
ed
|
59a058fdc6
|
Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough
|
2020-03-09 17:39:28 +00:00 |
|
ed
|
c57f028a01
|
Fixed a bug causing the Bluetooth MIDI pairing dialog to be invisible on iOS
|
2019-10-03 17:33:31 +01:00 |
|
Tom Poole
|
670f77f80c
|
Fixed some Android compiler warnings
|
2019-06-06 16:50:12 +01:00 |
|
Tom Poole
|
0828977e5b
|
macOS: Added a Bluetooth MIDI pairing dialog
|
2019-03-29 17:05:34 +00:00 |
|
hogliux
|
008b7a9ab2
|
Re-structured the low-level Android native code
Please see the forum post "Re-structuring of JUCE’s low-level Android code" and the BREAKING-CHANGES.txt for more information.
|
2018-11-13 12:33:40 +00:00 |
|
Tom Poole
|
f0a4b67915
|
Android: Fixed some compiler warnings
|
2018-11-09 14:04:46 +00:00 |
|
Tom Poole
|
ab863a6dc2
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
Tom Poole
|
7d943e76dc
|
Tidied up some module dependencies
|
2018-01-15 12:20:35 +00:00 |
|
jules
|
48a5fbd333
|
Another batch of ScopedPointer cleanups
|
2018-01-10 14:49:57 +00:00 |
|
jules
|
aecb819985
|
Replaced all our internal use of the old AudioSampleBuffer name with AudioBuffer<float> (for which AudioSampleBuffer is just a typedef)
|
2017-10-30 14:52:47 +00:00 |
|
jules
|
c2a2d5c734
|
Updated some code to use cleaner array initialisation from constant data
|
2017-10-16 12:18:04 +01:00 |
|
hogliux
|
bc247f0d27
|
Added optional parameter to specify the size and position of the MIDI bluetooth selector
|
2017-09-27 15:05:05 +01:00 |
|
hogliux
|
efacd83ab5
|
Added a missing juce namespace to juce_mac_AudioCDBurner.mm
|
2017-09-19 11:02:25 +01:00 |
|
jules
|
eda613c6db
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
2017-09-08 08:59:55 +01:00 |
|
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
2017-04-27 14:43:04 +01:00 |
|
hogliux
|
8aea84e20c
|
Added pause after opening MIDI BLE device on Android to improve MIDI BLE reliability
|
2017-04-05 19:07:47 +01:00 |
|
jules
|
8ed41ed14b
|
Fixed some whitespace style and cleaned up some code using C++11
|
2017-03-27 13:06:42 +01:00 |
|
hogliux
|
ebbba641a4
|
Fixed a bug where the bluetooth LE scanner would continue to scan even if the bluetooth selector window was closed
|
2017-02-09 17:57:04 +00:00 |
|
hogliux
|
6559b3e185
|
Fixed multiple harmless warnings in Android builds
|
2017-02-08 18:07:37 +00:00 |
|
XmasRights
|
86386300d9
|
Fixed unused parameter error in BluetoothMIDISelector overlay
|
2016-12-15 15:02:38 +00:00 |
|
XmasRights
|
4b881b0765
|
Added an exit callback to BluetoothMidiDevicePairingDialogue::open()
|
2016-12-15 14:33:41 +00:00 |
|
hogliux
|
3e7b5993ca
|
Moved audio CD burner/reader to juce_audio_utils
|
2016-10-20 14:33:02 +01:00 |
|
jules
|
bacf194dda
|
Small tweak to the bluetooth iOS menu to make it as wide as possible on small screens
|
2016-10-12 09:25:13 +01:00 |
|