- Generated Mac OS compatible icon
- ```sips -s format icns CasterSoundboard.png --out CasterSoundboard.icns```
- Updated CasterSoundboard.pro
- App bundle installs in ~/Applications by default
- Use previously generated icon in bundle
- Fix "using integer absolute value function 'abs' when argument is of floating point type"
- switched to cmath lib and import abs function
- Fix "variable 'h' is used uninitialized whenever switch default is taken"
- switch default sets h to 0