ctcsound.py
Date | 2017-08-17 09:26 |
From | Rene |
Subject | ctcsound.py |
Hi list, How to use setParams?Have tried on linux c = ctcsound.Csound() param = ctcsound.cstring("-d -m0 -odac") c.setParams(param) but get a ctypes error Thanks for help René |
Date | 2017-08-17 12:39 |
From | Michael Gogins |
Subject | Re: ctcsound.py |
The argument must not contain any spaces. But you can call it several times. On Aug 17, 2017 4:27 AM, "Rene" <rene.djack1@gmail.com> wrote:
|