Releases: bogind/qgs_sound_effects
Releases · bogind/qgs_sound_effects
Version 0.4 - Loops and Exports
- Added events:
- Print Layout export - for those high resolution exports that take forever (There is no error event for this one)
- Map Export Complete/Error - For the same reason, but when you export without a print Layout
- Restructured the settings dialog to be more user friendly
- Added looping option for event sound effects
Version 0.3
Added 2 new processing algorithms:
Play Audio File
- allows playing local audio filesSay Some Text
- allows using the OS's built in text-to-speech engine to say user defined text
Version 0.2.2 - minor bug fix
- Fixed non-zoom canvas events from not being triggered off on global disable
Version 0.2.1
Version 0.2.1 changes:
- bug fixes:
- Fixed canvas events to trigger when the global "enable" was False
- Fixed processing events to ignore their specific "enable" setting - Changed default config for
layersChanged
to False - connected the
Cancel
button to actually closing the settigns dialog (it was just for show until now apperantly) - Added the sad_trombone sound effect (Highly Recommended for when things go wrong)
v0.2
- Added 12 new sound effects
- Added the following canvas events:
- Zoom in
- Zoom out
- Layers changed (added or removed (I know, we'll get to separate events for each))
- Render Complete (for when your QGIS is stuck and you need to know when it's done rendering)
- Render Error (for when your QGIS is stuck and you need to know if it's going to make it)
- Added a settings dialog that allows control over:
- Which sound effect will be used for each event
- Toggle whether to play sound effects for each event
- The volume of the sound effects
- Added a processing provider and a
Play Sound Effect
algorithm, usefull for adding sound effects to your processing scripts and models
Version 0.1
Initial version