typo in dataset helpfile (plus faster write :)

nix
Pierre Alexandre Tremblay 6 years ago
parent 441d1d0cf9
commit ef88ef48f7

@ -101,13 +101,13 @@ fork{
~ds.load(d); s.sync; ~ds.load(d); s.sync;
~ds.dump; s.sync; ~ds.free; ~ds.dump; s.sync; ~ds.free;
} }
); )
// Using synth // Using synth
( (
~ds = FluidDataSet.new(s,\simple1d_3); ~ds = FluidDataSet.new(s,\simple1d_3);
{ {
var trig = Impulse.kr(10); var trig = Impulse.kr(20);
var count = PulseCount.kr(trig) - 1; var count = PulseCount.kr(trig) - 1;
var buf = LocalBuf(1); var buf = LocalBuf(1);
BufWr.kr(count, buf); BufWr.kr(count, buf);

Loading…
Cancel
Save