DEBSOURCES
Skip Quicknav
sources / csound / 1%3A6.18.1%2Bdfsg-4 / debian / tests / csound.py
123456789
#!/usr/bin/env python3 import ctcsound import sys c = ctcsound.Csound() c.compile_(sys.argv) c.perform() c.stop()