Hi all. I'm not able to get sound from LiSa unless
it connects directly to the dac.
This simple example gives me nothing but silence:
Noise n => LiSa lisa => Chorus c => dac; // lisa =>
dac works
0.1 => n.gain;
2::second => lisa.duration;
1 => lisa.record;
2::second => now;
0 => lisa.record;
1 => lisa.play;
2::second => now;
Is there something I'm overlooking here?
Thanks,
Joel