Class Sines
- java.lang.Object
-
- ptolemy.media.javasound.demo.Sines.Sines
-
public class Sines extends java.lang.Object
A simple application that demonstrates the use of SoundPlayback. This application synthesizes and plays a simple harmonic signal, using simple additive synthesis. The signal is the some of a few harmonically related sinusoids.- Since:
- Ptolemy II 1.0
- Version:
- $Id$
- Author:
- Brian K. Vogel
- Pt.AcceptedRating:
- Red (vogel)
- Pt.ProposedRating:
- Red (vogel)
-
-
Constructor Summary
Constructors Constructor Description Sines()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Synthesize and play a simple harmonic signal using additive synthesis.
-