For some reason when I'm trying to use the SoundFileSink in any composite
MarSystems (Parallel, Fanout) it causes the rest of the outputs to return
nan instead of what they are supposed to.
For example the system:
Fanout | SineSource -> Sine Wave
-------| SineSource -> Sine Wave
but,
Fanout | SoundFileSink -> Audio Signal
-------| SineSource -> nan
Anonymous
I realized this should actually be SoundFileSource and all is fine...
So, I was using the SoundFileSource MarSystem the whole time. I think this was more of an issue with coding too late and missing some small detail (a detail I will never know), than it is anything else. I rewrote what I was working on from memory a day later, and am no longer receiving any nans.
This issue should be closed.