[Csnd] FLTK in Mac
Date | 2011-01-15 10:01 |
From | Enrico Francioni |
Subject | [Csnd] FLTK in Mac |
hello! How I can read csd files that contain FLTK? My system is: OS X 10.6.6 (Snow Leopard) in MacBookPro [i5] with Csound 5.12 Universal Binary. thanks! e |
Date | 2011-01-15 10:30 |
From | francesco |
Subject | [Csnd] Re: FLTK in Mac |
Hi Mr. Enrico, i think that it is a simple csd like the others that You can see in any text editor or in any csound frontend. There are several FLTK opcodes in csound that allow You to build some GUI with controls, etc. Look at http://www.csounds.com/manual/html/ControlFltkIntro.html the examples are easy to understand. Hope this is what You need (i'm not an expert and i do not use a mac). Ciao, francesco. PS: se posso aiutarti in qualche traduzione (cioè se non capisci bene qualche cosa in inglese), sentiti libero di chiedermela. Non conosco così bene l'inglese, ma sembra un poco meglio di Te. Se non ci si aiuta tra noi ignoranti ... ciao, francesco. -- View this message in context: http://csound.1045644.n5.nabble.com/FLTK-in-Mac-tp3342463p3342475.html Sent from the Csound - General mailing list archive at Nabble.com. Send bugs reports to the Sourceforge bug tracker https://sourceforge.net/tracker/?group_id=81968&atid=564599 Discussions of bugs and features can be posted here To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2011-01-15 10:44 |
From | Enrico Francioni |
Subject | [Csnd] Re: FLTK in Mac |
Ciao francesco, grazie, ma forse non mi sono spiegato: intendo: quale frontend posso usare per leggere csd che contengano le FLTK? Quindi per visualizzare la GUI scritta con le FLTK? Forse con QuteCsound? Io sto usando MacCsound… il frontend apre file csd che contengano FLTK ma al lancio spesso si chiude. [La domanda era stata posta anche un anno fa… su questo forum] Io ho MacBookPro OSX 10.6.6 con Csound UB. Grazie, ciao e ;=============== Hello francesco, thanks, but maybe I have not explained: I mean: what can I use to read frontend csd containing the FLTK? So to display the GUI written with FLTK? Perhaps QuteCsound? I'm using the frontend opens MacCsound ... csd file containing the launch FLTK but often closes. [The question was posed a year ago ... on this forum] I have OSX 10.6.6 MacBookPro with Csound UB. Thank you, hello e -- View this message in context: http://csound.1045644.n5.nabble.com/FLTK-in-Mac-tp3342463p3342481.html Sent from the Csound - General mailing list archive at Nabble.com. Send bugs reports to the Sourceforge bug tracker https://sourceforge.net/tracker/?group_id=81968&atid=564599 Discussions of bugs and features can be posted here To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2011-01-15 10:53 |
From | Enrico Francioni |
Subject | [Csnd] Re: FLTK in Mac |
tempo fa riuscivo a leggere i csd con FLTK usando Csound5GUI, ma ora non esiste più… e ;================= time ago I could read with csd Csound5GUI using FLTK, but now no longer exists ... e -- View this message in context: http://csound.1045644.n5.nabble.com/FLTK-in-Mac-tp3342463p3342487.html Sent from the Csound - General mailing list archive at Nabble.com. Send bugs reports to the Sourceforge bug tracker https://sourceforge.net/tracker/?group_id=81968&atid=564599 Discussions of bugs and features can be posted here To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2011-01-15 11:04 |
From | francesco |
Subject | [Csnd] Re: FLTK in Mac |
maybe the easy way is using a text editor. You simply write the command csound file.csd i use winxound or text editors, if i remember right there was some problems in QuteCsound with FLTK i don't know if are now solved. ciao, francesco. |
Date | 2011-01-15 11:10 |
From | francesco |
Subject | [Csnd] Re: FLTK in Mac |
i forgot to say that Qute can run a csd via terminal, in this way should be working ok, i believe. ciao, francesco |
Date | 2011-01-15 11:21 |
From | Enrico Francioni |
Subject | [Csnd] Re: FLTK in Mac |
some questions: 1. ... what steps do you do to run csd files from Text Edit? 2. I think that winxound unable to run files csd containing FLTK ... …Or am I wrong? thanks, e ;================ alcune domande: 1. …quali passaggi fai per far girare files csd da Text edit? 2. mi sembra che winxound non riesca a far girare csd che contengano FLTK… oppure mi sbaglio? grazie, e -- View this message in context: http://csound.1045644.n5.nabble.com/FLTK-in-Mac-tp3342463p3342505.html Sent from the Csound - General mailing list archive at Nabble.com. Send bugs reports to the Sourceforge bug tracker https://sourceforge.net/tracker/?group_id=81968&atid=564599 Discussions of bugs and features can be posted here To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2011-01-15 11:28 |
From | Stefano Bonetti |
Subject | [Csnd] Re: Re: FLTK in Mac |
> 2. > I think that winxound unable to run files csd containing FLTK ... > …Or am I wrong? WinXound has the ability to run all the FLTK code inside your csd file, because it simply calls the cSound compiler binary (like in the terminal window). > mi sembra che winxound non riesca a far girare csd che contengano FLTK… > oppure mi sbaglio? WinXound è semplicemente un front end grafico per il compilatore di cSound ... quindi non c'è differenza tra chiamarlo da WinXound o chiamarlo tramite il terminale. Ciao, Stefano Send bugs reports to the Sourceforge bug tracker https://sourceforge.net/tracker/?group_id=81968&atid=564599 Discussions of bugs and features can be posted here To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2011-01-15 11:28 |
From | francesco |
Subject | [Csnd] Re: FLTK in Mac |
Sorry, i'm wrong, You can run a csd via terminal NOT in a text editor (some text editor allow You to run csd, but are 'special' case). You open a terminal (i don't know on mac) and simply write csound nome_del_file.csd WinXound can run FLTK in csd files, and also remember that in QuteCsound You can run csound in terminal that should be working right. ciao francesco |
Date | 2011-01-15 11:50 |
From | Enrico Francioni |
Subject | [Csnd] Re: FLTK in Mac |
Thanks to Stefano and Francesco! I hope I have understood everything, [then try to install WinXsound on Mac) ;======================== grazie a Stefano e a francesco! spero di aver capito tutto, [allora proverò ad installare WinXsound on Mac) e -- View this message in context: http://csound.1045644.n5.nabble.com/FLTK-in-Mac-tp3342463p3342520.html Sent from the Csound - General mailing list archive at Nabble.com. Send bugs reports to the Sourceforge bug tracker https://sourceforge.net/tracker/?group_id=81968&atid=564599 Discussions of bugs and features can be posted here To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |