1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-30 02:50:05 +00:00
Commit graph

251 commits

Author SHA1 Message Date
jules
68fa0eaa19 Fixed a minor compiler warning. 2015-04-27 11:23:04 +01:00
jules
afbec9cf3c Updates to avoid pedantic warnings in gcc. 2015-04-07 14:41:28 +01:00
jules
43252dc605 Tidied-up a few stray sign-conversion warnings. 2015-03-15 18:22:19 +00:00
jules
f6139cee55 Minor documentation cleanups. 2015-03-07 17:45:45 +00:00
jules
1359a6b895 Fixed an uninitialised member of BufferingAudioReader 2015-03-05 17:46:49 +00:00
jules
b8db6defb7 Fix for AudioFormatReader::read not filling extra channels when reading beyond the start of the source file. 2015-02-08 12:28:59 +00:00
jules
1cd521e157 Avoided some compiler warnings. 2015-01-30 09:27:37 +00:00
jules
cff4689c66 Added a method MemoryMappedAudioFormatReader::getSample(). Also refactored some old AudioFormatReader::readMaxLevels implementations. 2015-01-28 17:34:52 +00:00
jules
7704d5ad79 Improvements to parsing AIFF CATE chunks. 2015-01-02 15:54:22 +00:00
jules
91b5d77477 Version number update 2014-12-16 17:21:34 +00:00
jules
9d895619c8 Fixed a compile error in older versions of Xcode 2014-12-11 10:58:13 +00:00
jules
e090d569b7 Updated FLAC to version 1.3.1 2014-12-10 19:23:00 +00:00
jules
0d989638cc Version 3.1.0 2014-11-18 10:56:13 +02:00
jules
a48470e741 Fixed a release delta value in the Sampler class. 2014-11-08 12:06:59 +00:00
jules
19937e63e1 Updated a few trig functions to use the std:: implementations. 2014-11-04 15:59:38 +00:00
jules
3afd42690a Added support to WavAudioFormat for writing a LISTINFO chunk. 2014-10-07 14:29:39 +01:00
jules
08a49cb6d4 Removed some unnecessary consts from the parameters for SynthesiserSound::appliesToNote and appliesToChannel 2014-09-25 15:45:49 +01:00
jules
527d1459df Added a velocity argument to the synthesiser noteOff methods. 2014-09-18 16:50:13 +01:00
jules
1260ffe9c4 Refactored latest changes to WavAudioFormat to avoid GCC compile problems. 2014-09-02 12:03:21 +01:00
jules
b71447b057 Added better support for writing acid and Tracktion chunks in WavAudioFormat. 2014-09-02 11:24:04 +01:00
jules
7b5b6cbd71 Added a version of AudioFormatReader::readMaxLevels() which takes any number of channels. 2014-08-28 22:02:17 +01:00
jules
3e7d305094 A few minor whitespace cleanups. 2014-08-16 21:06:27 +01:00
jules
99e8445b96 Version number update 2014-08-12 13:43:39 +01:00
jules
7c61188bf9 Cleaned up a few places where four-char constants were used, to prevent warnings. 2014-08-12 09:22:28 +01:00
jules
d2e1c7f679 Version number update 2014-07-13 19:42:44 +01:00
jules
2f1ef234ce Tightened up a few places where numeric conversion warnings could happen. 2014-07-10 18:57:24 +01:00
jules
09f35b6cbd Fixed a counter in ThreadedWriter 2014-07-07 19:45:10 +01:00
jules
a0fd7bbc1c Added method AudioFormatWriter::ThreadedWriter::setFlushInterval() 2014-07-06 12:00:20 +01:00
jules
48cdbf2622 Fix for padding in wav file writer. 2014-07-06 11:57:37 +01:00
jules
7e35b73df6 Added a method AudioFormatWriter::flush, and implemented it in the WAV format. 2014-07-04 19:06:11 +01:00
jules
f8e9a13f1d Version number update 2014-06-01 19:26:09 +01:00
jules
91d9c96338 Minor clean-ups 2014-04-29 14:14:21 +01:00
jules
5bd71401d8 Refactored the WindowsMediaAudioFormat to avoid a discontinuity bug. 2014-04-09 12:28:05 +01:00
jules
5409951861 Refactored some Xcode warning suppression. 2014-03-30 14:57:39 +01:00
jules
a0c18acb1e Relaxed the requirement for AudioSampleBuffer to have more than zero channels, and gave it a default constructor. 2014-03-26 18:08:10 +00:00
jules
4251a2437b Version number update 2014-03-24 20:01:37 +00:00
jules
fa21d2ac02 Replaced AudioSampleBuffer::getSampleData with getReadPointer/getWritePointer methods (the old method is still available but deprecated). Apart from making code more explanatory and improving constness, these work with a new flag that keeps track of whether the buffer is clear, so that some operations can be elided when the data is known to be empty. 2014-03-24 14:39:32 +00:00
jules
dfda7c77fc Workarounds for some mingw build problems. 2014-03-19 11:23:52 +00:00
jules
d74bf3dca8 Added 64-bit double methods to FloatVectorOperations. Refactored some of the min/max methods in FloatVectorOperations to return a Range instead of getting the results as parameters. 2014-03-18 10:56:34 +00:00
jules
98c77f85e9 Added a couple of channel formats to WavAudioFormat 2014-03-18 10:54:33 +00:00
jules
e25b727559 Added some assertions to the MP3 decoder to flag up an unsupported encoding type. 2014-03-17 10:56:44 +00:00
jules
5f2b87d69b Made WindowsMediaAudioFormat::isCompressed() return true. 2014-03-10 21:53:03 +00:00
jules
7f9425058a Version number update 2014-02-28 20:55:06 +00:00
jules
9ceb072b24 Spelling typos. 2014-02-28 11:25:46 +00:00
jules
a3ea53c460 Version number update 2014-02-17 19:40:43 +00:00
jules
d2532f4540 Version number update 2014-01-21 15:10:13 +00:00
jules
7dd5c09826 Version number update 2013-12-31 10:25:10 +00:00
jules
9aeefa5ebe Better seeking in mp3 reader. 2013-12-23 13:09:29 +00:00
jules
a356c6b148 Couple of minor warning fixes. 2013-12-04 09:23:45 +00:00
jules
28cdb20040 Whitespace cleanups. 2013-12-03 11:33:45 +00:00