OMChroma Reference
SMPL-5 |
![]() | |||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||
Description: ;============================================================================= ; SMPL-5.ORC ; SAMPLER READING FROM A DEFERRED TABLE WITH LOOP / MONO ; AMPLITUDE ENVELOPE WITH POSCIL ; FIXED TRANSPOSITION ;============================================================================= ; Timbre: Reading a sound file into a deferred table, with transposition ; Synthesis: Sampler, flooper2 ; Coded: ms 3/09 ; This instrument will loop through a deferred GEN01 table (deferred tables ; exactly match the duration of the sound file). ; If the duration in the score is longer than the file, it will read the file ; until loop-end, then loop between loop-beg and loop-end until the end ; of the note's duration. ; 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 amplitude [linear, >0.0-1000.0 or dB, <= 0.0] ; p5 = frequency [>=0, 1=same as original, 0.5=octave below, 2=octave above] ; p6 = sound file [GEN01] ; p7 = starting point in the table [sec] ; p8 = amplitude envelope [GEN] ; p9 = beginning of loop [sec] ; p10 = end of loop [sec] ; p11 = crossfade length [sec] ; p12 = loop mode: 0=fwd, 1=bkwd, 2=fwd+bkwd ;----------------------------------------------------------------------------- ; COMPULSORY GEN FUNCTIONS : ; f19 bell-shaped curve ;_____________________________________________________________________________ | ||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() | ||||||||||||||||||||||||||||||||||||||||||||||||||||
see Csound Tables Conventions | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|