Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Sines

        public Sines()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Synthesize and play a simple harmonic signal using additive synthesis.
        Parameters:
        args - Not used.