Hi,
I'm pretty new to Csound and I'm used to my Python tooling. In Python, I use extensively black, which allows me to format my code and do not have to worry about too many blank lines, spaces between characters...
Do you know if:
- Csound "good practices" exist?
- A formater already exist?
- It would be relevant to add the feature on the online IDE?
It looks like users already developed custom scripts to do that: https://forum.cabbageaudio.com/t/code-beautifier-csound-cabbage/798
Thanks for this amazing work :)
Hi,
I'm pretty new to Csound and I'm used to my Python tooling. In Python, I use extensively
black, which allows me to format my code and do not have to worry about too many blank lines, spaces between characters...Do you know if:
It looks like users already developed custom scripts to do that: https://forum.cabbageaudio.com/t/code-beautifier-csound-cabbage/798
Thanks for this amazing work :)