Hi everyone,
I’ve been following Joachim’s video and cookbook on using Csoundmagics and PySimpleGUI to create a GUI for my music generator. My generator is a Python program that creates algorithmic compositions and renders them in Csound. Can someone clarify for me the additional advantages of using Csoundmagics versus using only the underlying ctcsound module?
Unless I’m mistaken, it seems that using Csoundmagics requires me to be in a live iPython or Jupyter Notebook environment, whereas using ctcsound can be done with plain Python. For that reason I’d prefer to just use ctcsound, but maybe there are other big advantages with Csoundmagics?
Thanks!
Jason