OMChroma Reference
SMPL-1 |
![]() | |||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||
Description: ;============================================================================= ; SMPL-1.ORC ; SAMPLER READING FROM A SOUND FILE WITH AUTOMATIC SR CONVERSION / MONO ; READING SAMPLES THROUGH DISKIN2, NO LOOP ; CONTROLLABLE WRAP ; AMPLITUDE ENVELOPE WITH POSCILI + COSINE IN-OUT ; FIXED TRANSPOSITION ;============================================================================= ; Timbre: Reading from a sound file, with transposition ; Synthesis: Sampler ; Coded: ms 3/09 ; NB: NEW STRUCTURE FOR THE AMPLITUDES FROM AUGUST 2008! ; Positive value > 0.0 : linear amplitude (>0.0-1000.0) ; 0.0 or negative value : amplitude in dB (0 = maximum value) ; The apparently arbitrary amplitude range (0-1000, rather than 0-1) ; avoids printing small values with exponential notation ; Default SR = 96000, recommended precision: 24 bits ;----------------------------------------------------------------------------- ; p1 = instrument number ; p2 = action time [sec] ; p3 = duration [sec] ; p4 = max amp [linear, >0.0-1000.0 or dB, <= 0.0] ; p5 = transposition factor [1=same freq as the file] ; p6 = sound file [name] ; p7 = starting point in file [sec] ; p8 = amp envelope [GEN, straight line] ; p9 = duration of the local attack/decay [sec] ; p10 = wrap [0 or non 0] ;----------------------------------------------------------------------------- ; COMPULSORY GEN FUNCTIONS : ; f19 sigmoid rise/decay ;_____________________________________________________________________________ | ||||||||||||||||||||||||||||||||||||||||||||||
![]() | ||||||||||||||||||||||||||||||||||||||||||||||
see Csound Tables Conventions | ||||||||||||||||||||||||||||||||||||||||||||||
|