Added note parsing

This commit is contained in:
2023-02-07 22:26:20 +02:00
parent 04d84bcc47
commit 4bcdb2568a
3 changed files with 34 additions and 22 deletions

View File

@ -30,7 +30,7 @@ from .classes import (
)
from .common import flatten, sum_dict
from .defaults import DEFAULT_DURS
from .scale import note_from_pc, parse_roman
from .scale import parse_roman
# pylint: disable=locally-disabled, unused-argument, too-many-public-methods, invalid-name