You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, @npisanti !
I'm trying to figure out the AudioPlayer example.
Could you tell me how to access the AudioPlayer options outside of the GUI?
I figured out how to load files using the code
player.load( ofToDataPath("sample.wav") );
But I can't figure out how to use sample start points, fade points, ADSR, etc.
Is it possible to set a loop for a sample?
The text was updated successfully, but these errors were encountered:
Hey, @npisanti !
I'm trying to figure out the AudioPlayer example.
Could you tell me how to access the AudioPlayer options outside of the GUI?
I figured out how to load files using the code
player.load( ofToDataPath("sample.wav") );
But I can't figure out how to use sample start points, fade points, ADSR, etc.
Is it possible to set a loop for a sample?
The text was updated successfully, but these errors were encountered: