Add TRC to Tone Equalizer

This commit is contained in:
Desmis
2019-10-25 19:21:02 +02:00
parent fe09892799
commit c825027a38
12 changed files with 131 additions and 23 deletions

View File

@@ -205,6 +205,8 @@ private:
Adjuster* const detailSH;
Adjuster* const fatamountSH;
Adjuster* const fatanchorSH;
Adjuster* const gamSH;
Adjuster* const sloSH;
// Vibrance
Adjuster* const saturated;
Adjuster* const pastels;
@@ -455,6 +457,7 @@ private:
Gtk::Frame* pdeFrame;
Gtk::Frame* fatFrame;
Gtk::Frame* fatSHFrame;
Gtk::Frame* gamFrame;
Gtk::Frame* dehaFrame;
Gtk::Frame* retiFrame;
Gtk::Frame* retitoolFrame;