[CM] sprout + csound question

2016-02-22 Thread Ben McAllister
I have a process which works fine when I sprout a single time like so: (define (remix len tem) (process repeat len ... )) (sprout (remix 20 180) "remix.sco" :play #t :orchestra "sndwarp.orc" :header "my header string") Is there a way to sprout multiple processes to be played back in csound -

Re: [CM] snd for OS-X?

2016-02-22 Thread Kjetil Matheussen
You can also cross-compile on Linux, if you don't want to mess up a real mac: https://github.com/tpoechtrager/osxcross osxcross provides macports, so you can do for instance "osxcross-macports install gtk2" to install gtk2. (hopefully) https://github.com/tpoechtrager/osxcross/blob/master/README.MA

Re: [CM] snd for OS-X?

2016-02-22 Thread bil
Since fink days, I tried darwinports(?) and brew, and managed to make a complete mess of my Mac. I think I have brew (or is it homebrew?) installed, and with that it used to be possible to get gtk on the Mac, but the result was very disappointing. But that was a long time ago. I'll try to get u

[CM] snd for OS-X?

2016-02-22 Thread Gary Scavone
Many years ago, Bill created binary versions of snd that worked on OS-X. I see some older pages on the CCRMA website about compiling it with Fink, but it seems these may be out-of-date. Do you know if anyone has done this lately and/or if someone is providing binary versions of snd for OS-X? R

Re: [CM] newbie question (sorry)

2016-02-22 Thread Rob Howiler
Thanks. That worked like a charm. Is there any documentation for the “mp:midi” syntax? I imagine there is more that are more parameters I could control….? I don’t want to keep posting newbie questions to the list, but I want to get started on making some real music. I’m still learning the la