worldmaking / mischmasch

https://www.alicelab.world/msvr
MIT License
9 stars 1 forks source link

insert an ssd in graph when feedback connection detected #244

Closed michaelpalumbo closed 1 year ago

michaelpalumbo commented 1 year ago

as of #182 , Audio.js can detect feedback connections. however, it prevents passing them along to genish, which means that while we see the feedback cable in VR, we do not hear a self-patched sound.

michaelpalumbo commented 1 year ago

~since the feedback cable has an op that is only going to exist in the audio graph, should we create a new property in the patch.document for feedback objects? no, this complicated the doc2graph process in genish. instead, let's add it as a node in the graph and give it a property for not visualising it?~