Configurations
Initialization parameters for the Matchmaker class:
Parameter |
Type |
Default |
Description |
|---|---|---|---|
|
str |
Path to the score file ( |
|
|
str or None |
|
Path to a recorded performance file for simulation mode. If |
|
str |
|
Input modality. Options: |
|
str or None |
|
Alignment method. Defaults to |
|
str or None |
|
Feature processor. Defaults to |
|
dict or None |
|
Method-specific parameters (e.g., |
|
Stream or None |
|
Custom |
|
str or int or None |
|
Audio/MIDI device name or index for live input. Requires |
|
float or None |
|
Initial tempo in BPM for score rendering. If |
|
bool |
|
If |
|
bool |
|
If |
Contributing
If you want to add a new score follower, please refer to HOW_TO_CONTRIBUTE.md
for the OnlineAlignment interface, boilerplate, and audio/MIDI tips.
The same guide is also available in the online docs.