strset iarg, “stringtest”
pset con1, con2, con3, …
instrument 초기화나 performance time보다는 Orchestra load time에 초기화를 위한 정확한 global parameter을 따라야 한다.
iarg : 문자와 숫자의 조합 열(string)과 관련되는 숫자 값.
con1, con2… ; MIDI instrument를 위한 preset 값.
1. strset (string set)
; file name과 같은 한 열(string)을 허가하며, 숫자값과 함께 연결된다. optional로 사용된다.
2. pset (preset)
; Orchestra load time에 숫자 정렬을 정의하고 초기화 한다. 이것은 orchestra header statement로 사용되거나, (instrument 0과 같이) instrument안에사용될 것이다. instrument안에 정의되는것은, i-time이나 수행 작업의 ‘부분’으로 뿐만 아니라, 하나의 statement는 instrument마다 정의 될 수 있다. instrument가 그것이 단지 p1, p2값을 받은 미디와, event, p3, p4값으로 부터 유발되어 질때, 실제 reset값을 받을것이다.
Example
strset 10, “asound.wav”
이것은 Orchestra header에서 쓰여지며 이것은 sound file ‘sound.wav’를 호출하는것을 어디에서건 대신하기 위하여 10의 숫자값을 허용한다.
instr 1
pset 0, 0, 3, 4, 5, 6 ;pfield substitutes
a1 oscil 10000, 440, p6
이것은 instrument내에서 pset이 사용되어 지는것을 보여준다.