1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-05 03:50:07 +00:00

Documentation fixes. Mac OpenGL fix. PositionableAudioSource tweak. Added new class: Expression, and changed RelativeCoordinate to use an Expression to store its position.

This commit is contained in:
Julian Storer 2010-08-18 08:36:30 +01:00
parent 244219bbe2
commit 3e30e09afa
38 changed files with 4301 additions and 2730 deletions

View file

@ -55,7 +55,7 @@ void AudioFormatReaderSource::setNextReadPosition (int newPosition)
nextPlayPos = newPosition;
}
void AudioFormatReaderSource::setLooping (const bool shouldLoop) throw()
void AudioFormatReaderSource::setLooping (bool shouldLoop)
{
looping = shouldLoop;
}