Re: Jupyter notebook and icsound
Date | 2016-06-13 10:47 |
From | Francois PINOT |
Subject | Re: Jupyter notebook and icsound |
Hi Andrés, I've integrated icsound in csoundmagics. It is now a class named ICsound. It is a child of the ctcsound.Csound class. The current engine feature (cur_ics) has been replaced by a slot system. Each running ICsound engine is bound to a slot (actually from slot#1 to slot#32).slot#0 is reserved for a ctcsound.Csound instance to play csd's or orchestras and scores stored in the user's namespace by the %%csd, %%orc, and %%sco magics. 2016-05-29 16:49 GMT+02:00 Andres Cabrera <mantaraya36@gmail.com>:
|
Date | 2016-06-13 17:28 |
From | Andres Cabrera |
Subject | Re: Jupyter notebook and icsound |
Hi Francois, The icsound can be marked as deprecated and removed.Beautiful! Great solution. On Mon, Jun 13, 2016 at 2:47 AM, Francois PINOT <fggpinot@gmail.com> wrote:
|
Date | 2016-06-13 22:09 |
From | Francois PINOT |
Subject | Re: Jupyter notebook and icsound |
Maybe we should keep it for backward compatibility... François2016-06-13 18:28 GMT+02:00 Andres Cabrera <mantaraya36@gmail.com>:
|
Date | 2016-06-14 02:44 |
From | Andres Cabrera |
Subject | Re: Jupyter notebook and icsound |
Ok. But perhaps it should become a thin wrapper to CTC sound. That way it could support Python version 3 too. Cheers, On Jun 13, 2016 2:09 PM, "Francois PINOT" <fggpinot@gmail.com> wrote:
Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
|
Date | 2016-06-14 07:47 |
From | Francois PINOT |
Subject | Re: Jupyter notebook and icsound |
I was thinking of marking it as deprecated, but keeping it in case it is needed to run notebooks that were using it. For new notebooks, people should use csoundmagics. François2016-06-14 3:44 GMT+02:00 Andres Cabrera <mantaraya36@gmail.com>:
|