ModusCreateOrg / trackerEditor

Create 8-bit tracker music for ATMLib2
http://labs.moduscreate.com/trackerEditor/
MIT License
0 stars 3 forks source link

Need to figure out a way to have more than one song living in a game #8

Closed jaygarcia closed 6 years ago

jaygarcia commented 6 years ago

I think that the current path we're on provides the opportunity for name collisions.

We need a way to write in things like "song name" and somehow make it compatible w/ the c-generated data.

So for example, a song by the name of "Evade Stage 1" would need to be converted to "Evade_Stage_1" and have all of the name prefix things like pattern_0 so that we don't have collisions.

the name "score" should also be replaced with "Evade_Stage_1_score" or something like that.

jaygarcia commented 6 years ago

The song name field should be an input field a the top of the page.

slemmon commented 6 years ago

The song name from the song field should live in the tracker file when saved as well.

slemmon commented 6 years ago

PR to address the issue: https://github.com/ModusCreateOrg/trackerEditor/pull/12

slemmon commented 6 years ago

Closing with merge of https://github.com/ModusCreateOrg/trackerEditor/pull/12