org.tritonus.test.tritonus.share.midi
Class TDirectSynthesizerTestCase

java.lang.Object
  extended by TestCase
      extended by org.tritonus.test.tritonus.share.midi.TDirectSynthesizerTestCase

public class TDirectSynthesizerTestCase
extends TestCase


Nested Class Summary
static class TDirectSynthesizerTestCase.Type
           
 
Constructor Summary
TDirectSynthesizerTestCase(java.lang.String strName)
           
 
Method Summary
 void testChannelPressure()
           
 void testControlChange()
           
 void testNoteOff()
           
 void testNoteOn()
           
 void testPitchbend()
           
 void testPolyPressure()
           
 void testProgramChange()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TDirectSynthesizerTestCase

public TDirectSynthesizerTestCase(java.lang.String strName)
Method Detail

testNoteOn

public void testNoteOn()
                throws java.lang.Exception
Throws:
java.lang.Exception

testNoteOff

public void testNoteOff()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testPolyPressure

public void testPolyPressure()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testControlChange

public void testControlChange()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testProgramChange

public void testProgramChange()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testChannelPressure

public void testChannelPressure()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testPitchbend

public void testPitchbend()
                   throws java.lang.Exception
Throws:
java.lang.Exception