< ECMC Csound Library example score11 input file >> marimba1 << : 
< mono output; use orchestra file marimba.orc
* f100 0 1024 10 1.;		< SINE WAVE

MARIMBA 0 7;              < play for 7 beats
rd .01;  < 10 millisecond random start time deviation  
p3 rh 8*8/4*3;    
du 302;             < dummy 2 second duration for all notes
p4 no a3/gs4/a/as/c5/b/fs6/e7/fs2/cs3/d1;   < very wide pitch range
< neutral values used for p5 - p8:
p5 1. 20000 16000;        < amplitude
p6 1. .008 .016;          < Attack time: range: .01-.04

p7 1. 1.05 .95;           < Attack hardness {1. ord, range: .7-1.6}
p8 1. .95 1.05;           < Brightness {1. ord, range: .25 - 2.0}
p9                        < microtonal detuning, often used in chorused scores
< Optional user-added parameters:
end;    <<>>>>>>>>>>>
