iCSound question
Date | 2015-07-27 17:20 |
From | Anthony Palomba |
Subject | iCSound question |
Attachments | None None |
Hey folks, I just noticed this in the release notes of Csound6..."New frontend icsound is now ready for general use. icsound" is a python interface for interactive work in the ipython notebook." Anthony |
Date | 2015-07-27 17:48 |
From | Rory Walsh |
Subject | Re: iCSound question |
Attachments | None None |
As far as I know iCsound is a module for the ipython interface. But you can call Csound from Python within any IDE you choose. Check out the Python Csound API examples: https://github.com/csound/csoundAPI_examples/tree/master/python On 27 July 2015 at 18:20, Anthony Palomba <apalomba@austin.rr.com> wrote:
|
Date | 2015-07-27 20:52 |
From | Andres Cabrera |
Subject | Re: iCSound question |
Attachments | None None |
Hi, I think you can use the module is straight python although it doesn't offer a lot that the python module offers (maybe there is better integration between Csound and numpy). But the real strength of icsound is in ipython as it adds ipython magics and plotting functions that only really make sense in that environment. Cheers, Andrés On Mon, Jul 27, 2015 at 11:48 AM, Rory Walsh <rorywalsh@ear.ie> wrote:
|
Date | 2015-07-27 20:54 |
From | Andres Cabrera |
Subject | Re: iCSound question |
Attachments | None None |
PS. In case you haven't seen it in action: https://github.com/csound/csound/wiki/icsound http://nbviewer.ipython.org/urls/gist.githubusercontent.com/mantaraya36/8ee9a1b97cee787a5308/raw/e8da9465882faad3a0032e62c80e7bef065c7997/icsound.ipynb On Mon, Jul 27, 2015 at 2:52 PM, Andres Cabrera <mantaraya36@gmail.com> wrote:
|