SoundScapeRenderer / ssr

Main source code repository for the SoundScape Renderer
http://spatialaudio.net/ssr/
GNU General Public License v3.0
134 stars 53 forks source link

Pd external does not understand "quat" message #368

Open mgeier opened 1 year ago

mgeier commented 1 year ago

These messages are sent by the asdf~ external.

error: ssr_binaural~ - unknown command: src 1 quat
error: ssr_binaural~ - unknown command: src 2 quat
error: ssr_binaural~ - unknown command: src 3 quat
error: ssr_binaural~ - unknown command: src 5 quat
error: ssr_binaural~ - invalid string for ref: quat
error: ssr_binaural~ - invalid string for ref: vol

Side note: the FUDI server can be asked to send rot instead of quat by sending [quaternions 0(, but the asdf~ external doesn't support that (yet?).