[Csnd] Something to ponder
Date | 1999-11-09 21:45 |
From | Sherlock_abc |
Subject | [Csnd] Something to ponder |
If Csound Is Great at making sounds, why do
music?
Use Timidity++ and make a patch with
Csound.
csound -W -o sample.wav -d sample.orc sample.sco
In your orc, set it up normally.
In your sco file, set however many i# you want.
Compile.
Use convert to convert it to pat.
Use gravis.cfg and change you the instrument to your
own.
Now, go to Timidity.
use a bat or makefile to compile test.mid
Mine is set up like this
run:
t %1.mid
and that is all
set up your bat file to make it look similar to the one in the
example.
This is what I do.
Robert |