missionpinball / mpf-examples

Mission Pinball Framework Examples (sample games, demos, and tutorial files)
http://missionpinball.org
MIT License
11 stars 14 forks source link

Fixed sounds in demo_man demo by fixing filenames and sound references #13

Closed kylenahas closed 4 years ago

kylenahas commented 4 years ago

MPF-MC was unable to play sound files when their filenames contained spaces.

I replaced spaces with underscores in the sound filenames and updated their references in the base.yaml file.

Sounds now work in the demo_man example.

jabdoa2 commented 4 years ago

Thanks. It is definitely better. Still want to find out why this broke.

jabdoa2 commented 4 years ago

I think is just for boolean. Is is probably related to list handling. I did quite some clean up there recently. In theory it did us space a list separator before but not anymore. So theoretically this should now be possible but not before. I will have a look tonight or over the weekend.