Re: [Csnd] silencio question
| Date | 2011-11-20 21:13 |
| From | michael.gogins@gmail.com |
| Subject | Re: [Csnd] silencio question |
| Attachments | None None |
| Date | 2011-11-23 08:59 |
| From | francesco |
| Subject | [Csnd] Re: silencio question |
Dear Mr. Gogins,
seems that the method score:saveMidi is not present in Silencio.lua.
Last time i had try to comment out that function call in SilencioTest.lua
and all worked well (more or less because my system).
Also a little request: on linux there is need glfw.so, that i have find here
https://github.com/malkia/luajit-opencl
could be possible to have also that library included in Silencio?
Many thanks,
ciao,
francesco.
--
View this message in context: http://csound.1045644.n5.nabble.com/silencio-question-tp5008823p5016001.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-11-23 12:54 |
| From | Michael Gogins |
| Subject | Re: [Csnd] Re: silencio question |
It's probably not a good idea for me to include glfw.so, not because I couldn't easily do it for one version, but because different varieties of Linux may require different versions. The method you need is called Silencio:renderMidi(patches), not Silencio:saveMidi(). I may have changed the name... Thanks for your interest in Silencio, even though this is what I now use for composing it is very much a "work in progress." Don't hesitate to ask any other questions you may have. For your information, I am changing the way I personally use Silencio to embedding it in Csound, rather than running it from the Lua interpreter. This means using the Lua opcodes in Csound. The reason I am making this change is so that I can use Csound instruments that have sliders and other graphical widgets that I set up in QuteCsound (now CsoundQt). I find that Ii get higher quality sounds if I can quickly tweak parameters in a GUI. However, I will continue to support the method of using Silencio directly from the Lua interpreter. Regards, Mike On Wed, Nov 23, 2011 at 3:59 AM, francesco |
| Date | 2011-11-24 08:53 |
| From | francesco |
| Subject | [Csnd] Re: silencio question |
Dear Mr. Gogins,
> It's probably not a good idea for me to include glfw.so, not because I
> couldn't easily do it for one version, but because different varieties
> of Linux may require different versions.
i did not know about that, like too many other things!
> The method you need is called Silencio:renderMidi(patches), not
> Silencio:saveMidi(). I may have changed the name...
yes, changing saveMidi to renderMidi works. Remember to change that in
SilencioTest (ok, if You want).
> I personally use Silencio to embedding it in Csound, rather than running
> it from the Lua
> interpreter.
I understand it, and although i use mainly Lua (only for simple things, i'm
not a programmer),
in a future i want to study more about Lua opcodes in Csound (and thanks
also for that).
But i was experimenting Silencio on android on my phone, and then i cannot
use Csound yet,
always if i'm right.
Thanks for Your work and help,
ciao,
francesco.
--
View this message in context: http://csound.1045644.n5.nabble.com/silencio-question-tp5008823p5019611.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-11-24 13:21 |
| From | Michael Gogins |
| Subject | Re: [Csnd] Re: silencio question |
I will change the test file as you suggest, and thanks for the report. Mike On Thu, Nov 24, 2011 at 3:53 AM, francesco |