ludennis / SPPP

Self-playing piano parser
MIT License
0 stars 1 forks source link

Create profile range for each note. (do this after issue 17) #18

Open likevvii opened 6 years ago

likevvii commented 6 years ago

This will replace our tables with multipler and offset in const.py.

(soon, our constants will be stored here)

TARGET_MIN:130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130,130

TARGET_MAX:180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180,180

ludennis commented 6 years ago

For the formatting, I will use the colon as the separator for variable name, and commas for delimiter.

ludennis commented 6 years ago

Also, making the values to be in the same line with the variable would help a lot.