Csound Csound-dev Csound-tekno Search About

[Csnd] GUI INterfaces in CSOUND

Date2005-09-21 23:21
FromJuan Carlos Martinez
Subject[Csnd] GUI INterfaces in CSOUND
Hello , I need some help for:

I want to create a Windows Interface (GUI) to trigger
in real time some CSOUND instruments.

How Can i do it?

On the other hand, i write a little program in python
to create a random melodic line, i prove it writting
in a score file (in python code), but i need to
trigger it in real time. How can i do it ? 

Regards, 

Juan Carlos Martinez

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
-- 
Send bugs reports to this list.
To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk

Date2005-09-22 09:07
FromVictor Lazzarini
SubjectRe: [Csnd] GUI INterfaces in CSOUND
Why not use the FLTK widget opcodes? They are very handy.
If you' have C or C++  handy, you can also build your own interface
(FLTK, GTK, V, MFC) and use the csound lib and API.

Victor

At 23:21 21/09/2005, you wrote:
>Hello , I need some help for:
>
>I want to create a Windows Interface (GUI) to trigger
>in real time some CSOUND instruments.
>
>How Can i do it?
>
>On the other hand, i write a little program in python
>to create a random melodic line, i prove it writting
>in a score file (in python code), but i need to
>trigger it in real time. How can i do it ?
>
>Regards,
>
>Juan Carlos Martinez
>
>__________________________________________________
>Do You Yahoo!?
>Tired of spam?  Yahoo! Mail has the best spam protection around
>http://mail.yahoo.com
>--
>Send bugs reports to this list.
>To unsubscribe, send email to csound-unsubscribe@lists.bath.ac.uk

Victor Lazzarini
Music Technology Laboratory
Music Department
National University of Ireland, Maynooth 

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

Date2005-09-23 04:41
FromAndres Cabrera
SubjectRe: [Csnd] GUI INterfaces in CSOUND
Hola Juan Carlos,

To learn fltk, you can look at Gabriel's fltk examples, which though
written for CsoundAV should work in Csound5 (you might find some slight
differences - mainly the lack of support for some graphical widgets...)

http://www.csounds.com/maldonado/orcsco.html

The idea is that you must create the gui in instrument 0, (the part of
the orchestra before any instrument). The gui is created by FLrun, and
whatever you defined before that FLrun is your gui. Also have a look at
the FLTK section of the manual for more examples of usage.

Cheers,
Andres



On Wed, 2005-09-21 at 17:21, Juan Carlos Martinez wrote:
> Hello , I need some help for:
> 
> I want to create a Windows Interface (GUI) to trigger
> in real time some CSOUND instruments.
> 
> How Can i do it?
> 
> On the other hand, i write a little program in python
> to create a random melodic line, i prove it writting
> in a score file (in python code), but i need to
> trigger it in real time. How can i do it ? 
> 
> Regards, 
> 
> Juan Carlos Martinez
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com

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