Whatang / DrumBurp

A simple drum tab editor, designed to make it quick and easy to enter drum tabs.
http://whatang.org/
GNU General Public License v3.0
45 stars 13 forks source link

Don't error if pygame not available #272

Closed Whatang closed 11 years ago

Whatang commented 11 years ago

There should be a check when importing pygame to see if it succeeds. If not, DB should still run but without any live sound. MIDI export should still work.