Most important classes ====================== There are three classes that make up the core of this package: * The :py:class:`Sequence` class, which only contains **timing** information. * The :py:class:`SoundStimulus` class, which only contains a **sound**. * The :py:class:`SoundSequence` class, which contains **both timing information and sounds**. In addition, there is the :py:class:`BaseSequence` class, which is the parent class of the :py:class:`Sequence`, :py:class:`Rhythm`, and :py:class:`SoundSequence` classes. In principle it is irrelevant, except for understanding the internal workings of this package. .. toctree:: :hidden: :maxdepth: 3 Sequence class SoundStimulus class SoundSequence class BaseSequence class