[CM] quotes in score output

Rick Taube taube@uiuc.edu
Sun, 9 Mar 2003 10:02:01 -0800


I think there is a function called QUOTIFY that does this in Cm.
so if you had a string "foo" and you wanted it to
appear in the score file that way you would set the
parameter to (quotify "foo")

----- Original Message -----
From: "Adam Chennells" <ahc@bigpond.com>
To: <Cmdist@ccrma.Stanford.EDU>
Sent: Sunday, March 09, 2003 4:18 AM
Subject: [CM] quotes in score output


> Is it possible to include quotes around one only of the pfields in a
csound
> score ?
> It seems they are stripped off quite easily.
>
> Would this be done with a formatting option in the instrument defobject ?
>
> (defobject instr16  (i) ( (ins :initform 16)
>         (duration :initform 0.1)
>         (p4  :initform 0)
>         (p5  :initform "t01.wav")   ;;   :type ??  :format ??
>         (p6 : initform 1000)
>         (p7  :initform .05)
>         (p8  :initform (between 0.1 0.9))  )
>
>
>
> _______________________________________________
> Cmdist mailing list
> Cmdist@ccrma.stanford.edu
> http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist
>