ddf.minim.ugens
Interface Waveform

All Known Implementing Classes:
Wavetable

public interface Waveform

An interface to represent a Waveform that can be sampled by using a value between 0 and 1.

Author:
Damien Di Fede

Method Summary
 float value(float at)
           
 

Method Detail

value

float value(float at)