Swayam Sahoo

Scopul Class

Overview

The Scopul class is a class for creating, analyzing, and generating MIDI files. It can read MIDI files, extract information such as tempo, time signature, and parts, and generate pdf and musicxml files. The class provides properties and methods to perform these tasks, making it a versatile tool for working with music files.

To instanciate a Scopul class, do the following:

from Scopul import Scopul

scop = Scopul("test.mid")

Class Properties



Methods