Csound Csound-dev Csound-tekno Search About

Re: [ANN] Cabel - a GUI for building opcode based csound instruments

Date2005-12-14 22:35
FromMichael Gogins
SubjectRe: [ANN] Cabel - a GUI for building opcode based csound instruments
You need to install wxPython, which in turn requires wxWidgets. 

A great package, you might find many uses for it. I also recommend Boa Constructor as an IDE for wxPython programs. You can make professional-quality GUIs using Boa Constructor and wxPython in no time flat.

Regards,
Mike

-----Original Message-----
From: David Akbari 
Sent: Dec 14, 2005 5:26 PM
To: csound@lists.bath.ac.uk
Subject: Re: [Csnd] [ANN] Cabel - a GUI for building opcode based csound instruments

How is the standard way of using these on Mac OS X ?

Here is console output following instructions in README and INSTALL

[localhost:~/Desktop/cabel-0.8] user% python cabel.py
Traceback (most recent call last):
   File "cabel.py", line 1, in ?
     from model.workspace import Workspace
   File "/Users/daveakbari/Desktop/cabel-0.8/model/workspace.py", line 
3, in ?
     from model.xmlReader import XmlModuleReader
   File "/Users/daveakbari/Desktop/cabel-0.8/model/xmlReader.py", line 
8, in ?
     import view.module
   File "/Users/daveakbari/Desktop/cabel-0.8/view/module.py", line 1, in 
?
     import wx
ImportError: No module named wx

??

Advice on how to proceed is most anticipated as this looks like a very 
interesting tool!


-David

On Dec 14, 2005, at 3:15 PM, Sebastian Gutsfeld wrote:

> Hi *,
>
> finally we managed to make our first release of cabel.
>
> Homepage: http://cabel.sourceforge.net
>
> Cabel is a python based GUI for building opcode based csound 
> instruments
> by patching opcode modules with cablelike connections. Those modules 
> are
> normal csound opcodes wrapped in XML files so you can extend cabel with
> your own modules. It's something like a toy construction kit for 
> playing
> with opcode parameters.
>
> Sadly there's still no instruction manual, so here are some advices for
> using cabel:
>
> - have a look at the patches in the examples subdirectory
> - right mouse click on workspace to open the modules menu
> - double click on module to change its parameters
> - right click on module to open context menu to delete it
> - use the play/stop button in the lower right corner to start and stop
>   the csound process
> - if autoplay (beside play/stop button) is checked then a running 
> csound
>   process is restarted when changing a module parameter
>
> The next few tasks are removing bugs, improving the installation
> instructions and writing a german instruction manual (this is an
> university project). But we plan to translate this manual to english
> and add some features you may suggest.
>
> have fun,
>    Sebastian

-- 
Send bugs reports to this list.
To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk