Programmer Guide/SPU Reference/KLSYNWAVE: Difference between revisions
From STX Wiki
Jump to navigationJump to search
(initial import) |
m (moved Programmer Guide/SPU Reference/KLSYNWAVE - a generic SPU for synthesis to a file to Programmer Guide/SPU Reference/KLSYNWAVE) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 11: | Line 11: | ||
<code>out $WAVE spa.y</code> | <code>out $WAVE spa.y</code> | ||
</pre> | </pre> | ||
This SPU is available in | This SPU is available in {{STX}} and is used by the <code>KlattSyn</code> class. | ||
=====Parameters:===== | =====Parameters:===== |
Latest revision as of 11:02, 28 April 2011
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 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.