26 Commits (e07782ff38a260a398e9011a56e1831b173f579e)

Author SHA1 Message Date
  Tom Poole ab863a6dc2 Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
  Tom Poole 7d943e76dc Tidied up some module dependencies 7 years ago
  jules 48a5fbd333 Another batch of ScopedPointer cleanups 7 years ago
  jules aecb819985 Replaced all our internal use of the old AudioSampleBuffer name with AudioBuffer<float> (for which AudioSampleBuffer is just a typedef) 7 years ago
  jules c2a2d5c734 Updated some code to use cleaner array initialisation from constant data 7 years ago
  hogliux bc247f0d27 Added optional parameter to specify the size and position of the MIDI bluetooth selector 7 years ago
  hogliux efacd83ab5 Added a missing juce namespace to juce_mac_AudioCDBurner.mm 7 years ago
  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 7 years ago
  hogliux b5afccc37c Updated file headers and the README with the JUCE 5 license 8 years ago
  hogliux 8aea84e20c Added pause after opening MIDI BLE device on Android to improve MIDI BLE reliability 8 years ago
  jules 8ed41ed14b Fixed some whitespace style and cleaned up some code using C++11 8 years ago
  hogliux ebbba641a4 Fixed a bug where the bluetooth LE scanner would continue to scan even if the bluetooth selector window was closed 8 years ago
  hogliux 6559b3e185 Fixed multiple harmless warnings in Android builds 8 years ago
  XmasRights 86386300d9 Fixed unused parameter error in BluetoothMIDISelector overlay 8 years ago
  XmasRights 4b881b0765 Added an exit callback to BluetoothMidiDevicePairingDialogue::open() 8 years ago
  hogliux 3e7b5993ca Moved audio CD burner/reader to juce_audio_utils 8 years ago
  jules bacf194dda Small tweak to the bluetooth iOS menu to make it as wide as possible on small screens 8 years ago
  hogliux c1e2e6ae40 Fixed size of bluetooth midi pairing dialogue to accommodate more iOS device screen sizes 8 years ago
  hogliux 46b38d77ab Removed code which is not used anymore 8 years ago
  Agnieszka Janowicz edd828a554 Fix memory leak in BluetoothMidiSelectorOverlay 8 years ago
  Timur Doumler 70949aa0c6 Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. 9 years ago
  Timur Doumler 9ea874428c Added feature RuntimePermissions, which allows to request permissions at runtime to access the microphone and bluetooth (required for Android apps using SDK Level 23 and above). 9 years ago
  jules b5907fa90d Normalised some divider comments 9 years ago
  Richard Meyer 321a102a8c Fixed an iOS build warning. 9 years ago
  jules 2a1234b6ac Simplified some inter-module dependencies and exception-catching fallbacks 9 years ago
  jules 89ba69ab29 Android Bluetooth MIDI, pro-audio i/o and improved openGL support 9 years ago