Quantcast
Channel: openFrameworks - Latest posts
Viewing all articles
Browse latest Browse all 40524

ofxStk DrawSynth setDevice id

$
0
0

instead of using

ofSoundStreamSetup(2, 0);

create a member variable in ofApp

ofSoundStream myStream;

and in the setup do

    myStream.setDeviceID(3);
    myStream.listDevices();
    myStream.setup(this, 2, 0, 44100, 256, 4);

and remove the call to ofSoundStreamSetup(2, 0)


Viewing all articles
Browse latest Browse all 40524

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>