KLSYNWAVE

From STX Wiki
< Programmer Guide‎ | SPU Reference
Revision as of 15:05, 17 May 2010 by 193.171.195.8 (talk) (initial import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
KLSYNWAVE - a generic SPU for synthesis to a file

The following SPU uses the KLATTSYN atom to write a synthesis to file.

<code>[SPU KLSYNWAVE WAVE SR=16000 N=800 SYNMODE OUTMODE TCONFIG TFRAME OUT I=spa.I T=spa.T]</code>
<code>spa = klattsyn</code>
<code>out = sigout</code>
<code>spa $SR $N $SYNMODE $OUTMODE $TCONFIG $TFRAME</code>
<code>out $WAVE spa.y</code>

This SPU is available in S_TOOLS-STx and is used by the KlattSyn class.

Parameters:
WAVE
A target WAVE shell item

The other parameters are described in the KLATTSYN atom documentation.

Navigation menu

Personal tools