Hello, solfege-devel
I will try to shorten the Solfege release cycle by targeting a smaller
set of changes per release. For 3.12.0 I will add better support for
CSound (http://www.csounds.org)  and MMA
(http://www.mellowood.ca/mma/). And of course try to fix the usual
pile of bugs...

I will add the music object csound that take the content of a
orchestra and score file, and add a load function that can read text
files. So a csound question might look like this:

orc = load("share/fil1.orc")

question {
  music = csound(orc, """
  f1     0    4096 10   1
  i1  0  1  440.0
  i2  +  1  660.0
  e
 """)
}

You can of course put the load("share/fil1.orc") function call
directly into the question block, and not define the orc variable. And
the score can also be loaded from a file if you want.

The "load" function will load files, relative to the location of the
lesson file.

Does this look reasonable?

Does anyone have free csound instruments that can be used in Solfege?
My CSound skills are very limited, so I am only using sinus tones
right now.

Tom Cato

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Solfege-devel mailing list
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe", or visit
https://lists.sourceforge.net/lists/listinfo/solfege-devel

Reply via email to