mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Docs: abstract FIFO example
This commit is contained in:
parent
4153d59e39
commit
65f55e17ac
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ namespace juce
|
|||
copySomeData (myBuffer + scope.startIndex1, someData, scope.blockSize1);
|
||||
|
||||
if (scope.blockSize2 > 0)
|
||||
copySomeData (myBuffer + scope.startIndex2, someData, scope.blockSize2);
|
||||
copySomeData (myBuffer + scope.startIndex2, someData + scope.blockSize1, scope.blockSize2);
|
||||
}
|
||||
|
||||
void readFromFifo (int* someData, int numItems)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue