how to set bufsize in miniaudicle

hello chuckers, just started looking into chuck and miniaudicle and already had a lot of fun playing with it. thanks a lot for making this available! i'm wondering how to set the bufsize when using miniaudicle (v. 0.1.3.6). using chuck in the terminal, i can do something like: chuck --bufsize512 myFile.ck how would i do this in miniaudicle? thanks, volker.

Howdy, Hmm, that would depend on your platform... On Mac OS X its not possible (yet). On Windows, open regedit (Start -> Run... -> type "regedit" and hit OK). Navigate to HKEY_CURRENT_USER -> Software -> miniAudicle -> VM. On the right side, you should see the text "SampleBufferSize"; double click this and a dialog will pop up letting you choose a new buffer size. Note that by default, this value is specified in hexadecimal, you should click the "Decimal" button if you want it interpreted in base 10. You'll have to restart miniAudicle for it to notice the change (actually its probably a better idea to close down miniAudicle first before changing it). On Linux, you can use the same command line option --bufsize###, or look for the text "SampleBufferSize=512" in the file ~/.miniAudicle, and edit that line appropriately. Next time you start up miniAudicle it should set the buffer size accordingly. In the next major miniAudicle release, there will be a preferences window for the Linux/Windows versions so one doesn't have to be bothered editing registry/preferences files. hope this helps! spencer On Sep 28, 2006, at 5:59 AM, vb wrote:
hello chuckers, just started looking into chuck and miniaudicle and already had a lot of fun playing with it. thanks a lot for making this available!
i'm wondering how to set the bufsize when using miniaudicle (v. 0.1.3.6). using chuck in the terminal, i can do something like: chuck --bufsize512 myFile.ck
how would i do this in miniaudicle?
thanks, volker. _______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users

On 28 Sep 2006, at 15:05, Spencer Salazar wrote:
Howdy, Hmm, that would depend on your platform...
On Mac OS X its not possible (yet).
arrrg, ok. yes i'm on osx. the thing is, my external soundcard doesn't really like being set to 256 samples (crappy digidesign drivers...). sometimes it works, but too often it would just crash MA as soon as i start the virtual machine. thanks for clarifying anyway, volker.

doh! sorry about that. if you like, i can send you a miniAudicle build with a different default buffer size, if there happens to be a single best size. Perhaps this would suffice as a stop-gap measure until I can work a buffer size selector into miniAudicle OS X? Let me know. thanks, spencer On Sep 28, 2006, at 11:55 AM, vb wrote:
On 28 Sep 2006, at 15:05, Spencer Salazar wrote:
Howdy, Hmm, that would depend on your platform...
On Mac OS X its not possible (yet).
arrrg, ok. yes i'm on osx.
the thing is, my external soundcard doesn't really like being set to 256 samples (crappy digidesign drivers...). sometimes it works, but too often it would just crash MA as soon as i start the virtual machine.
thanks for clarifying anyway, volker.
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users

hey spencer, that'd be wonderful! 512 samples should work ok. so, if you find the time to do it, i'd really appreciate it. thanks a lot. volker. On 29 Sep 2006, at 05:00, Spencer Salazar wrote:
doh! sorry about that. if you like, i can send you a miniAudicle build with a different default buffer size, if there happens to be a single best size. Perhaps this would suffice as a stop-gap measure until I can work a buffer size selector into miniAudicle OS X? Let me know.
thanks, spencer
On Sep 28, 2006, at 11:55 AM, vb wrote:
On 28 Sep 2006, at 15:05, Spencer Salazar wrote:
Howdy, Hmm, that would depend on your platform...
On Mac OS X its not possible (yet).
arrrg, ok. yes i'm on osx.
the thing is, my external soundcard doesn't really like being set to 256 samples (crappy digidesign drivers...). sometimes it works, but too often it would just crash MA as soon as i start the virtual machine.
thanks for clarifying anyway, volker.
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
participants (2)
-
Spencer Salazar
-
vb