RE: [Csnd] Re: generating score via C loading .scl files into
Date | 2013-11-11 19:58 |
From | "Pagano, Patrick" |
Subject | RE: [Csnd] Re: generating score via C loading .scl files into |
I am going to work on all of these today and see! If i can i would like to adapt them for JI and choosing degrees of a scale based on 17, 7 and 3 . WHich brings up another Question I have a .scl of my tuning which i am also interested in using with Csound. Is there a way to load a .scl file into a table and have csound pick from the scale degrees from there? Patrick Pagano B.S, M.F.A Audio and Projection Design Faculty Digital Worlds Institute University of Florida, USA (352)294-2020 ________________________________________ From: francesco [ilterzouomo@fastwebnet.it] Sent: Monday, November 11, 2013 12:45 PM To: csound@lists.bath.ac.uk Subject: [Csnd] Re: generating score via C me too! But i guess more people is interested. Thanks, ciao, francesco. -- View this message in context: http://csound.1045644.n5.nabble.com/Re-generating-score-via-C-tp5729459p5729471.html Sent from the Csound - General mailing list archive at Nabble.com. Send bugs reports to the Sourceforge bug trackers csound6: https://sourceforge.net/p/csound/tickets/ csound5: https://sourceforge.net/p/csound/bugs/ Discussions of bugs and features can be posted here To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2013-11-11 20:34 |
From | Michael Gogins |
Subject | Re: [Csnd] Re: generating score via C loading .scl files into |
Why not simply put in the ratios in the score file as score expressions? Arithmetic expressions within [] are evaluated by Csound during score parsing time. The expression in brackets will turn into the cycles per second of the note. Like this: ; insno start duration ratio A0 octave dB i 1 1 2.5 [5 / 4 * 27.5 * 5] 60 If you want to start your Pythagorean scale from another pitch than A, base it on B0, C0, etc.
Regards, Mike ----------------------------------------------------- Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Mon, Nov 11, 2013 at 2:58 PM, Pagano, Patrick <pat@digitalworlds.ufl.edu> wrote: I am going to work on all of these today and see! |