You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Very nice work! I'm glad I can use csound in python scripts and tune my algorithms. It's very useful to tune my transient shaper.
I find the install process a bit sketchy because you have to manually add ctsound.py from the csound repo. I suggest that this repo becomes "installable", and includes ctsound.py. In the end, you could just add ctsound on any python project by using pip install ctsound.
Each ctsound.py file is linked to a csound version. I'm not sure what's the best way to handle it.
If you find this idea interesting we could discuss it together, I would be glad to contribute! In the meantime I will create a private repo for my projects.
Julien
The text was updated successfully, but these errors were encountered:
julienbeisel
changed the title
Project structure : add ctsound.py?
Project structure: add ctsound.py?
Apr 4, 2023
Hi,
Very nice work! I'm glad I can use csound in python scripts and tune my algorithms. It's very useful to tune my transient shaper.
I find the install process a bit sketchy because you have to manually add
ctsound.py
from the csound repo. I suggest that this repo becomes "installable", and includesctsound.py
. In the end, you could just add ctsound on any python project by usingpip install ctsound
.Here are the issues:
ffmpeg-python
use the same principle and works well: https://github.com/kkroening/ffmpeg-python#installing-ffmpegctsound.py
file is linked to a csound version. I'm not sure what's the best way to handle it.If you find this idea interesting we could discuss it together, I would be glad to contribute! In the meantime I will create a private repo for my projects.
Julien
The text was updated successfully, but these errors were encountered: