Skip to content

Releases: bogind/qgs_sound_effects

Version 0.4 - Loops and Exports

08 Aug 10:11
Compare
Choose a tag to compare
  • 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

28 Jul 11:12
Compare
Choose a tag to compare

Added 2 new processing algorithms:

  1. Play Audio File - allows playing local audio files
  2. Say 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

23 Jul 07:43
Compare
Choose a tag to compare
  • Fixed non-zoom canvas events from not being triggered off on global disable

Version 0.2.1

16 Jul 17:07
Compare
Choose a tag to compare

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

15 Jul 18:44
Compare
Choose a tag to compare
  • 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

08 Jul 11:17
Compare
Choose a tag to compare

Initial version