-- PRELUDE
INCLUDE "globalconfig-pre.txt"

-- overall song settings

title = "Wonderful Song"
fileNamePrefix = "wonderful_song"
year = 2019
composerText = "arranged by Fred, 2019"
trackNumber = 99
artistName = "Fred"
albumName = "Best of Fred"

-- voice settings
voiceNameList      = "vocals,    bass,  guitar,   drums"
midiChannelList    = "     2,       3,       4,      10"
midiInstrumentList = "    54,      35,      29,      18"
midiVolumeList     = "   100,     120,      70,     110"
panPositionList    = "     C,    0.3R,    0.8R,    0.1L"
reverbLevelList    = "   0.3,     0.2,     0.0,     0.4"
soundVariantList   = "  COPY, EXTREME,  CRUNCH,    COPY"

_voiceNameToAudioLevelMap = \
  "{ vocals : 1.0, bass : 0.83, guitar : 0.33, drums : 1.48 }"

-- preprocessing
voiceNameToLyricsMap = "{ vocals : e2/s2/v }"

-- humanization
styleHumanizationKind = "humanizationStyleRockHard"
humanizedVoiceNameSet = "bass, guitar, drums"
measureToHumanizationStyleNameMap = \
    "{ 1 : humanizationStyleRockHard }"

-- tempo
measureToTempoMap = "{ 1 : 85 }"

-- POSTLUDE
INCLUDE "globalconfig-post.txt"
