This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Try to fix audiofile loop mode, still needs work
tags/1.9.4
falkTX
11 years ago
parent
9093c7d3ef
commit
3870161305
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
source/backend/native/audiofile.c
+ 1
- 1
source/backend/native/audiofile.c
View File
@@ -159,7 +159,7 @@ void audiofile_read_poll(AudioFileInstance* const handlePtr)
}
}
if (handlePtr->loopMode &&
readFrame+j == handlePtr->maxFram
e)
if (handlePtr->loopMode &&
i < handlePtr->pool.siz
e)
{
while (i < handlePtr->pool.size)
{
Write
Preview
Loading…
Cancel
Save