1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Cleaned up some doc comments

This commit is contained in:
Tom Poole 2018-08-29 10:56:56 +01:00
parent 505c597429
commit 493591a7ef
35 changed files with 71 additions and 70 deletions

View file

@ -85,7 +85,7 @@ public:
formats registered in JUCE, and performs some resampling and pre-processing
as well if needed.
Note : obviously, don't try to use this function on float samples, since the
Note: Obviously, don't try to use this function on float samples, since the
data is supposed to be an audio file in its binary format, and be sure that
the original data is not going to move at all its memory location during the
process !!