Csound Csound-dev Csound-tekno Search About

Re: [Csnd] Score to GUI question

Date2020-11-01 07:14
FromJean Basile Sosa
SubjectRe: [Csnd] Score to GUI question
Thank to you two,

Regarding to the plot widget, could you develop a bit more, please? 

In fact, I am looking for a simple way to received outside the score the numeric values of a f statement:

So if I type in the score : f 101 0 1024 16 0  14.487441132223848 -9.95 1 1009.5125588677762 9.95 0

During the performance I would like to receive somewhere else, as string or double or float whatever, "101 0 1024 16 0  14.487441132223848 -9.95 1 1009.5125588677762 9.95 0" 

Have a good day,

Jean Basile

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

Date2020-11-01 10:15
FromTarmo Johannes
SubjectRe: [Csnd] Score to GUI question
Hi,

Please tell more: what is your external GUI and  how do you manage the communication? Is it something you have written in python/java/c++/lua?  Or is it Web based?  Then you can use Csound API calls just to query Csound channels or tables and you can get whatever you need.

If the GUI is really independent process you can think about connection via OSC, websocket messages or running Csound in UDP server mode with  --port <port number> option and use UDP commands for communication.  So, please give a bit more information what are you doing and how you have written or what is the GUI program. 

tarmo


Kontakt Jean Basile Sosa (<sosa.jeanbasile@gmail.com>) kirjutas kuupäeval P, 1. november 2020 kell 09:14:
Thank to you two,

Regarding to the plot widget, could you develop a bit more, please?

In fact, I am looking for a simple way to received outside the score the numeric values of a f statement:

So if I type in the score : f 101 0 1024 16 0  14.487441132223848 -9.95 1 1009.5125588677762 9.95 0

During the performance I would like to receive somewhere else, as string or double or float whatever, "101 0 1024 16 0  14.487441132223848 -9.95 1 1009.5125588677762 9.95 0"

Have a good day,

Jean Basile

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
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