gogins / csound-extended

Extensions for Csound including algorithmic composition, Android app, and WebAssembly.
GNU Lesser General Public License v2.1
40 stars 1 forks source link

Ensure all diagnostic messages go to stderr so that stdout can be used for score generation or other piping only #159

Closed gogins closed 3 years ago

gogins commented 3 years ago

This is especially intended to ensure that score generating code written in Python can be piped to blue from a Python external object.

gogins commented 3 years ago

Csound itself by default prints to stderr, so that should be OK.