roymacdonald / ofxSoundObjects

Simple yet super powerful modular sound architecture for openFrameworks.
Other
90 stars 26 forks source link

Plans to fix setPosition() #24

Closed Najrim closed 6 years ago

Najrim commented 6 years ago

Are there any plans to fix the setPosition (and setPositionMS) function in ofxSoundPlayerObject? Right now it doesn't do anything.

roymacdonald commented 6 years ago

Hi, those should work. Let me check.

roymacdonald commented 6 years ago

Hi @Najrim I just updated ofxSoundPlayerObject. Thanks for pointing it out. I've updated the example-soundPlayerObject too. cheers

Najrim commented 6 years ago

No worries. Thanks for updating it. It's working for me now.