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
|
dd4230586f
|
Noticed that we still had some template whitespace workarounds for older compilers, so tidied them up
|
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 |
jules
|
fdc04d2d2c
|
Fixed some warnings caught by -pedantic_warnings
|
9 years ago |
jules
|
e91496c965
|
Fixed a couple of MSVC warnings
|
9 years ago |
jules
|
57d4889f91
|
Added a new class AudioVisualiserComponent, and updated the demo audio pages to use this.
|
9 years ago |