werckme / werckmeister

An open source Sheet Music MIDI Compiler
http://werckme.github.io/
GNU General Public License v3.0
32 stars 4 forks source link

Source code refactorings #119

Open SambaGodschynski opened 4 years ago

SambaGodschynski commented 4 years ago

renamings: DocumentConfig-> DocumentUsing SheetInfo -> DocumentConfig TrackInfo -> TrackConfig

folder/namespace: move all parser related classes from compiler into a new folder/namespace: parser move compiler.cpp preprocessSheetTrack into Preprocessor class

Context*: no dependencies to sheet classes such as Document or Event

SambaGodschynski commented 4 years ago

move setMeta into sheetEventRenderer warn without event Event::Args -> Args PitchDef into new namespace core