JoshuaBThompson / WristBand

WristBand Music Device
0 stars 0 forks source link

create display name for sounds #116

Closed Alex-L-Crane closed 7 years ago

Alex-L-Crane commented 7 years ago

Currently the UI displays actual file name of sound. We need to create a way to define a separate display name for the UI.

JoshuaBThompson commented 7 years ago

@Alex-L-Crane in beta_cleanup branch

I know you already used this but just for future reference: Ex:

  1. go to the SoundsMap.swift file in the Audio directory
  2. notice "1-TCA-Kick": SoundMapInfo(number: 0, name: "TCA-Kick", file_name: "1-TCA-Kick")
  3. change the value of the name: variable to whatever name you want

Thats it!