![]() |
The Java Developers Almanac 1.4Order this book from Amazon. |
e720. Determining the Position of a Midi Sequencer// To create a Sequencer object, see e716 Loading and Playing Midi Audio double seconds = sequencer.getMicrosecondPosition() / 1000000.0;
e719. Determining the Duration of a Midi Audio File e721. Setting the Volume of Playing Midi Audio
© 2002 Addison-Wesley. |