Looping on Files #769
pschatzmann
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So far it has been easy to loop over memory based streams by just setting setLoop(true). For files, I am relying on the different file implementations that are provided by different libraries. Nevertheless, I decided to provide a new FileLoop or the more generic FileLoopT classes. These classes have quite a few options:
Here is the example sketch that is endlessly playing the same file:
Beta Was this translation helpful? Give feedback.
All reactions