1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-18 00:54:19 +00:00
Commit graph

266 commits

Author SHA1 Message Date
jules
2dc9316420 Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility) 2017-11-01 17:41:06 +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
ed
dbb2f620b4 Bump version number to 5.2.0 2017-10-25 12:07:32 +01:00
jules
c2a2d5c734 Updated some code to use cleaner array initialisation from constant data 2017-10-16 12:18:04 +01:00
jules
dd4230586f Noticed that we still had some template whitespace workarounds for older compilers, so tidied them up 2017-10-11 12:26:05 +01:00
jules
369d59f656 Added a template to allow the HeapBlock class to be given signed ints or other types that are not size_t for its size parameters 2017-10-11 12:10:58 +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
tpoole
0ae8aa812c Bump version number to 5.1.2 2017-09-18 14:59:57 +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
jules
357dd2c9c9 Removed some old compiler bug workarounds 2017-08-14 12:59:18 +01:00
hogliux
38f9e951bb SoundPlayer: Added support for automatic sample rate conversion when playing audio from AudioFormatReaders 2017-08-10 11:41:25 +01:00
hogliux
c02ef79fd6 Bump version number to 5.1.1 2017-08-02 18:35:29 +01:00
hogliux
c1ad53c14e Bump version number to 5.1.0 2017-07-27 12:39:23 +01:00
jules
4e5f005421 Added a method Component::getChildren() to allow them to be iterated with a range-based for loop, and used this in appropriate places around the codebase 2017-07-19 12:08:47 +01:00
tpoole
98cb1011bb JUCE Demo: Increased the compiler warning level 2017-07-18 13:09:03 +01:00
hogliux
bc3ef88603 Bump version number to 5.0.2 2017-05-30 16:32:47 +01:00
ed
b0c3531ac3 Improved the layout of the tick boxes in AudioDeviceSelectorComponent when using LookAndFeel_V4 2017-05-12 16:11:40 +01:00
jules
93f07cc177 Code cleanup 2017-05-12 09:27:35 +01:00
tpoole
2fdff085b6 Fixed a bug when displaying a "None" device in AudioDeviceSelectorComponent 2017-05-11 17:15:10 +01:00
tpoole
e58bdc9c18 Fixed AudioDeviceSelectorComponent resizing bug 2017-05-10 11:22:04 +01:00
hogliux
8413614744 Bump version number to 5.0.1 2017-05-04 15:26:54 +01:00
jules
baddc6389e Workarounds for some new "recommended" Xcode warning flags 2017-05-02 17:12:20 +01:00
hogliux
9d81c5066a Bump version number to 5.0.0 2017-04-27 14:43:05 +01:00
hogliux
b5afccc37c Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
hogliux
ef2c63e4e3 Added a new LookAndFeel (V4) and re-skinned the JUCE Demo and examples. Improved the JUCE Demo on mobile devices. 2017-04-27 14:40:50 +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
60e9231fb1 Removed need for std::function in order to use MessageManager::callAsync(). Used it to modernise a few bits of old code. 2017-03-29 15:31:41 +01:00
jules
8ed41ed14b Fixed some whitespace style and cleaned up some code using C++11 2017-03-27 13:06:42 +01:00
tpoole
7094b04a9b Changed some text to Title Case in AudioDeviceSelectorComponent 2017-03-10 10:06:00 +00:00
hogliux
80a226204a Added workarounds for an internal compiler error bug on armeabi Android 2017-03-08 10:23:13 +00:00
tpoole
1e2f6fec5c Restored module header #defines 2017-02-17 10:26:09 +00:00
hogliux
c1f7b6dc16 Fixed a possible nullptr dereference in the Android runtime permission code 2017-02-09 17:57:04 +00: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
hogliux
2da1bc5f41 Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
hogliux
e0aff606a8 Bump version number to 4.3.1 2017-01-26 10:40:42 +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
ed
9a130f2810 Set avoidReallocating argument of AudioBuffer::makeCopyOf() to true in some audio class methods to avoid unnecessary reallocations in double-float buffer conversion 2016-12-07 10:10:20 +00:00
hogliux
363ceb08cf Bump version number to 4.3.0 2016-11-02 14:02:52 +00:00
tpoole
f54b7fb104 Moved the DiscRecording dependency in the module descriptions from juce_audio_devices to juce_audio_utils 2016-10-21 11:18:02 +01:00
hogliux
3e7b5993ca Moved audio CD burner/reader to juce_audio_utils 2016-10-20 14:33:02 +01:00
hogliux
a347689d96 Moved simple sound player to audio_utils module 2016-10-18 18:36:32 +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
hogliux
c1e2e6ae40 Fixed size of bluetooth midi pairing dialogue to accommodate more iOS device screen sizes 2016-10-06 19:19:55 +01:00
hogliux
46b38d77ab Removed code which is not used anymore 2016-10-06 16:23:25 +01:00
Agnieszka Janowicz
edd828a554 Fix memory leak in BluetoothMidiSelectorOverlay 2016-10-06 15:51:01 +01:00
hogliux
0121a020b6 Added optional parameter to restore audio settings state in AudioAppComponent 2016-10-04 10:00:33 +01:00
hogliux
fc1214e991 Fixed ambiguous sign in AudioThumbnail implementation 2016-09-26 15:45:38 +00:00