feat(domain): add ChordTransposer with semitone and key transposition
This commit is contained in:
@@ -2,8 +2,10 @@ pub mod note;
|
||||
pub mod chord;
|
||||
pub mod song;
|
||||
pub mod ports;
|
||||
pub mod transposer;
|
||||
|
||||
pub use note::Note;
|
||||
pub use chord::Chord;
|
||||
pub use song::{ChordPosition, LyricLine, Section, SectionKind, SongMeta, Song};
|
||||
pub use ports::{FetchError, ParseError, TabFetcherPort, TabParserPort, TabSource};
|
||||
pub use transposer::{ChordTransposer, TransposeError};
|
||||
|
||||
Reference in New Issue
Block a user