[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-users] automated buffer -- How's that get in there?!?
Okay... ever fixing.
In addition to your changes I had to return the Task 'do' function to 'loop'
instead of a 'X.do'. I'm not sure why, but at this point, I'm not
concerned.
The recorder is working and the playback synth is working as well. I
ommited the 'out' function from \record because I don't need or want to hear
it while recording.
Here's some output
a Task
a Routine
started synth: Synth("recorder" : 1033)
inside updater: [ ( 'buffer': Buffer(14, 220500, 1, 44100, nil), 'status':
busy ), Synth("recorder" : 1033), n_go ]
inside updater: [ ( 'buffer': Buffer(14, 220500, 1, 44100, nil), 'status':
busy ), Synth("recorder" : 1033), n_end ]
changed state to: ready
inside updater: [ ( 'buffer': Buffer(14, 220500, 1, 44100, nil), 'status':
busy ), Synth("player" : 1034), n_go ]
inside updater: [ ( 'buffer': Buffer(14, 220500, 1, 44100, nil), 'status':
busy ), Synth("player" : 1034), n_end ]
changed state to: ready
inside updater: [ ( 'buffer': Buffer(14, 220500, 1, 44100, nil), 'status':
busy ), Synth("player" : 1035), n_go ]
Yaaaaaay!
The only bit now that doesn't seem to work is the \filter part of the Task.
I've done some rearranging within the task itself, but nothing positive.
Basically, the task is only running the \player -- either it's not seeing
the filters, which I think it is, or I've screwed up the filter synths,
which seems plausible, because I still don't understand the syntax of
passing the buffer numbers to read and write to and how and where. I'm
working on debugging the \filters but if you notice anything obvious could
you post?
Thanks,
-S
--
View this message in context: http://www.nabble.com/automated-buffer----How%27s-that-get-in-there-%21--t1030376.html#a3176550
Sent from the Supercollider - User forum at Nabble.com.