What I’m finding is that I hear the external synth, but without the reverb. So it seems like Ndef(\mv_in) is routing its audio directly to the soundcard, and not via Ndef(\mv_reverb). Can anyone give me a hand?
Thanks for your reply, but I don’t think that’s it.
If I don’t play Ndef(\mv_in), I don’t hear anything at all. What I want to happen is that its output is routed to Ndef(\mv_reverb), which outputs the sound to the soundcard.
I think my mental model of Ndefs is not right, because I don’t seem to be getting this at all.
Okay, so if I don’t play Ndef(\mv_in), I can still call .scope on it and that shows me it’s processing audio. So the problem is that it’s not routing that audio to Ndef(\mv_reverb) for some reason.