artatgray wrote: > Hi all, > > I've seeing the following in the log for InguzEQ, its logging level I've > set to "Debug“: > > (261) InguzEQ: jiveTopMenu > [22-10-11 05:27:19.5525] Plugins::InguzEQ::Plugin::debug (261) InguzEQ: > 0=Bass > [22-10-11 05:27:19.5526] Plugins::InguzEQ::Plugin::debug (261) InguzEQ: > 1=Treble > [22-10-11 05:27:19.5528] Plugins::InguzEQ::Plugin::debug (261) InguzEQ: > F=Flatness > [22-10-11 05:27:19.5529] Plugins::InguzEQ::Plugin::debug (261) InguzEQ: > L=Quietness > [22-10-11 05:27:19.5530] Plugins::InguzEQ::Plugin::debug (261) InguzEQ: > B=Balance > [22-10-11 05:27:19.5531] Plugins::InguzEQ::Plugin::debug (261) InguzEQ: > W=Width > > > What I'm concerned about is the Treble value set to "1" when Treble > isn't an option on the control panel. > > What gives? > > Thanks in advance.
As far as I can ascertain, these relate to the menu options shown on the Jive console, and I haven't touched these settings. From the notes that I can see, where there are 2 Equalizer settings these are referred to as Bass and Treble, 3 setting is Bass, Mid and Treble. But on the Jive UI the menu options are numbered starting from zero (0). The Web encoding is the same, it simply refers to the number of equalizer settings. Most coding languages start the numbering at zero - just to make life confusing for humans! So in short it refers to the internal values for the menu and is not the setting of gain for treble as this will be 0 initially. I recommend using the Web User interface on the Extras menu as everything is much more responsive. ------------------------------------------------------------------------ foxesden's Profile: http://forums.slimdevices.com/member.php?userid=56286 View this thread: http://forums.slimdevices.com/showthread.php?t=116119
_______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
