Skip to content

Commit

Permalink
Fix Lazy Loading (#294)
Browse files Browse the repository at this point in the history
return buffer even if onlyHeader
  • Loading branch information
geikha authored Jul 13, 2023
1 parent de8753c commit d5be37d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion classes/extBuffer.sc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
this.allocRead(path, startFrame, numFrames, completionMessage: { |b|
onComplete.value(b)
});

} {
this
}
}
}
Expand Down

0 comments on commit d5be37d

Please sign in to comment.