This is an old revision of the document!
<- PRPL reference <- Math
Arguments | Result | Notation |
---|---|---|
float float float bool int | float | [float float float bool int- float] |
float ARG1: The time (the X coordinate in the waveform)<br/> float ARG2: Frequency of the waveform<br/> float ARG3: PhaseShift of the waveform<br/> bool ARG4: invert the waveform<br/> int ARG5: Signal Type (0 to 6)<br/> Computes the value for a given signal waveform and pushes it to the stack.<p/> SIGNAL TYPES for ARG5<br/> 0 = NONE<br/> 1 = SINE<br/> 2 = SQUARE<br/> 3 = TRIANGLE<br/> 4 = SAWTOOTH<br/> 5 = RANDOM<br/> 6 = CONSTANT<br/>
SignalGenerator(GetUpdateCount 1.0 div(30) 0 false 3) ->sigValue trace(<-sigValue)