This is a fork of Gervill by Karl Helgason. This repository exists for purely educational purposes (mainly allowing me to read the sources on my tablet).
Interestingly there is no implementation of a Sequencer
in the original Gervill repository.
I have added Sun's implementation of a RealTimeSequencer
to better understand the relation between a Sequencer
and Synthesizer
.
A few links that may help to study Gervill:
- Javadoc Gervill
- Karl Helgason visualization of the
com.sun.media.sound.Model*
classes - Karl Helgason visualization of the
com.sun.media.sound.Soft*
classes - Gervill talk @ FOSDEM 2012
- FOSDEM 2011 slides
- RasmusDSP Forum
- Sources/Javadocs of com.sun.media.sound
- Javadoc:
Sequencer
- Javadoc:
Synthesizer