pulseaudio-equalizer-ladspa / equalizer

Pulseaudio LADSPA Equalizer
GNU General Public License v3.0
138 stars 15 forks source link

gapplication: use Gtk.Application #7

Closed rautesamtr closed 5 years ago

rautesamtr commented 5 years ago

Make Equalizer class inherit Gtk.ApplicationWindow and use Gtk.Application instead of just a gtk mainloop.

Change the python wrapper startscript to a python script that imports the application and starts it.