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:
parent
244219bbe2
commit
3e30e09afa
38 changed files with 4301 additions and 2730 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue