thebeat’s core classes#

There are three classes that make up the core of this package:

  • The Sequence class, which only contains timing information.

  • The SoundStimulus class, which only contains a sound.

  • The SoundSequence class, which contains both timing information and sounds.

In addition, there is the BaseSequence class, which is the parent class of the Sequence, Rhythm, and SoundSequence classes. In principle it is irrelevant, except for understanding the internal workings of this package.