36 Commits (94da373c31eb04ec4cff03c1ee6eb51a85ce11f7)

Author SHA1 Message Date
  jules fc772941d6 Fixed some pedantic warnings. 11 years ago
  jules 83aaaa9459 Avoided mistakenly opening wav files containing formats that the reader doesn't support. 11 years ago
  jules 21f6a0517a Added some more supported frequencies to WavAudioFormat. 11 years ago
  jules 4552218149 Added support for reading/writing an ISRC code in a WAV file's AXML chunk. 11 years ago
  jules 2786eadaf9 Removed a few pedantic warnings. 11 years ago
  jules 0cea511c0c Fix for reading IEEE float wav files. 11 years ago
  jules 98d85cd640 Added an option for restricting the WAV file format. 11 years ago
  jules 31577c6837 Minor comment clarification. 11 years ago
  jules 4ce1908f79 Misc tidying-up. 12 years ago
  jules 5c59897ba6 Replaced some uses of the no-longer-needed literal64Bit macro. 12 years ago
  jules 03c2801f3f Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 12 years ago
  jules c7506df13f Changed some pass-by-references to pass-by-value to improve compiler optimisation. 12 years ago
  jules 5618f6b904 Added acid chunk metadata loading to WavAudioFormat 12 years ago
  jules fdfdc2bbbf Aiff float support. 12 years ago
  jules bfd9350bed Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode. 12 years ago
  jules 4f8d094eee Added some extra sample rates to some of the AudioFormat classes. 12 years ago
  jules 27895cb6bd New class of audio format readers: MemoryMappedAudioFormatReader, which does what it says on the tin. 12 years ago
  jules 0ceeb573d8 Minor changes to avoid pedantic compiler warnings. 12 years ago
  jules 4ef89c890f Avoided a few gcc compiler warnings. 12 years ago
  jules 07e7188eb1 Tidied up a few compiler warnings. 12 years ago
  jules 490e547184 Fix for extensible-format wav reader. 12 years ago
  jules 5dab488418 Fix to WavAudioFormat. 12 years ago
  jules 66917b65fd Minor clean-ups. 12 years ago
  jules b3556f720e Added some colour component accessor methods to PixelARGB, PixelRGB. Tidied up some packing macros. 12 years ago
  jules 51002a72db Fixed a GCC OSX compile bug. Tidied up some comments. Added more checking when opening a wav or aiff file. 13 years ago
  jules 0826b28983 RTAS compatibility fix. Wav file fix for coping with corrupt files. 13 years ago
  jules 83fa27c4f2 Added channel mask metadata to WavAudioFormat. 13 years ago
  jules 84a0a24b4e Added some speaker arrangements for WavAudioFormat. Removed a conditional in audio_devices.h 13 years ago
  jules 1f95f54089 Purged some warnings. 13 years ago
  jules e8d58c7ff6 More workarounds for loading dodgy WAV files. Internal ComponentBuilder work. 13 years ago
  jules 17e7f22976 Wav format fix. Minor introjucer clean-ups. 13 years ago
  jules 38eb7f8a5b New class: WindowsMediaAudioFormat. 13 years ago
  jules 8ef30afad2 Added storage methods to AudioThumbnailCache. 13 years ago
  Julian Storer 9332efc10d Fix for subtle win32 mouse-button issue. Minor bwav fix. 13 years ago
  Julian Storer 2cae7a76f5 Linux http fix. Plugin header fix. win32 IME fix. 13 years ago
  Julian Storer b70e0a28d2 First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 13 years ago
  Julian Storer fb58d0c380 Tidied up some warnings and documentation. 14 years ago
  Julian Storer 67e22bbb56 Added selection to treeview persistent state. Minor optimisations to AudioThumbnail. Added FTP password support for win32 networking. Cleaned up some file dependencies and altered some return value types to allow better c++0x forwarding behaviour. 14 years ago
  Julian Storer be8f34282f Added support for handling sustain and sostenuto pedals to the Synthesiser class. 14 years ago
  Julian Storer d97ce5f9ee Fix for audio plugin builds on win32. AudioProcessorGraph optimisations. Access to min/max values in audio thumbnails. More metadata support for wav and aiff formats. 14 years ago
  Julian Storer 749c29563f Renamed the audio/plugins folder. 14 years ago
  Julian Storer 8519598c93 Added cue point parsing to wav file format. Added SystemStats::getComputerName() method. More minor nullptr/noexcept tweaks. 14 years ago
  Julian Storer b047d9be53 More 'nullptr' updates and minor clean-ups. 14 years ago
  Julian Storer f04309f44a Added fake placeholder versions of the new c++0x 'noexcept' and 'nullptr' keywords, and altered the library classes to use these instead of 'throw()' and '0'. This shouldn't make any difference at all to existing code, but will enable better static checking with future c++0x compilers. 14 years ago
  Julian Storer 5d98779f19 Updated the date in the copyright notice. 14 years ago
  Julian Storer 1c70c74a61 Updated the embedded Ogg-vorbis library. Optimisation for CoreGraphics gradients. 14 years ago
  Julian Storer 3fe85fd17a Fix for mono files in QuicktimeAudioFormat. Avoided some floating-point comparison warnings. Added some iOS options in the new jucer plist. Fix for audio host startup. Changes to allow backslashes in unix filenames. 14 years ago
  Julian Storer c10c810aee Minor fixes for mac strings, WAV format, DrawableButton hit tests, win32 clipboard. New class: CharPointer_ASCII. Changes to the callback methods for ValueTree::Listener, to provide more detailed information about the event. 14 years ago
  Julian Storer 8ade855f56 Added RF64 support to WavAudioFormat. Extended some of the audio source classes to support 64-bit sample indices. 14 years ago
  Julian Storer f01340e4aa Lots of refactoring of the Expression and relative coordinate classes. This has changed some of the semantics that were in place, so any early adopters who had been playing with RelativeRectangles may need to check their expressions. 14 years ago