The Kontakt Script Processor is a unique feature in Kontakt 2. You can use it as an effect or composition tool, you can build custom instruments with intelligent processing through algorithms, create sequencers, exotic tunings and much more. But the best part of it is, you can program script modules yourself, share them with others, or modify and personalize existing scripts.
npr.
- postoji skripta za drum sekvencer = sekvencer u samom sempleru (koji naravno ne mora da se koristi samo za drum)
- zatim "session recorder" = snimite nesto i imate snimljenu sekvencu (sa kojom dalje .....)
ma loodilo, tek sad vidim da su ga razbili za ovom verzijom
script otprilike:
".....
$aa := 0
end if
end if
while($first = $EVENT_ID) {start main loop !!!}
select($note_order)
case 1 {as pressed}
$loop_cursor := $cursor
$ap := 0
while($ap < $cursor )
%loop_buffer[$ap] := %pressed[$ap]
inc($ap)
end while
case 2 {up}
$loop_cursor := $cursor
$ap := 0
while($ap < $cursor )
..."
nista, ajmo za domaci zadatak spremite "petlje" i "promenljive"