summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-10disable number display on meterbridge by defaultRobin Gareus
2013-07-10remove outdated TODORobin Gareus
disabled routes are no longer displayed on meterbridge
2013-07-10use accurate log10 for meter (fast_log2 is unsuitable inaccurate)Robin Gareus
fast_coefficient_to_dB() returns a lower bound value, unsuitable to catch audio peaks. The difference to 20*log10 is as large as 0.4 dB! The effective speedup of fast_log10 compared to log10f is marginal (sweep of all 24bit values) i686 (1.6GHz Intel core): 2.36 [times faster] x86_64 (core2 2.4GHz): 1.63 x86_64 (I3 2.80GHz): 2.03 the execution time of one log10f() averaged over a sweep of all 24 bit values i686 (1.6GHz Intel core): 0.131 usec x86_64 (core2 2.4GHz): 0.033 usec x86_64 (I3 2.80GHz): 0.044 usec PeakMeter::run() is called from dedicated non-rt, no harm done.
2013-07-10meterbridge show full name on tooltipRobin Gareus
2013-07-10update meter configRobin Gareus
2013-07-10fix initial display of name/id on meterbridgeRobin Gareus
2013-07-10show track-ID in mixerRobin Gareus
2013-07-10clean up meterbridge optionsRobin Gareus
2013-07-10number/name on meterbridgeRobin Gareus
2013-07-10leave route-button show/hide up to route-UI.Robin Gareus
2013-07-10...use unique track numbers on meterbridge.Robin Gareus
2013-07-10...towards unique track numbers.Robin Gareus
2013-07-10allow to include solo,mute buttons on meterbridgeRobin Gareus
2013-07-10tweak alignment of meterbridge number-labelsRobin Gareus
2013-07-10remove b0rked attempt at meter-thread regularity.Robin Gareus
eventually fall-off should be calculated in the audio-thread, anyway and this thread will be obsolete..
2013-07-10Task Force Viking: operation green lineRobin Gareus
2013-07-10meterbridge: if track-name starts with number, display only numberRobin Gareus
2013-07-10fixed width meter metric areasRobin Gareus
2013-07-10fix RMS+Peak meter for MIDI-tracksRobin Gareus
2013-07-10add convenience functions to switch meter-types.. (maybe too much?!)Robin Gareus
2013-07-10with RMS meters: use "peak indicator" as DPMRobin Gareus
2013-07-10ignore state-changes during [meter] context-menu popup (gtkmm bug?)Robin Gareus
2013-07-10use digital max-peak with RMS meterRobin Gareus
2013-07-10share meter-type among meter instances.Robin Gareus
2013-07-10prepare meter type unificationRobin Gareus
2013-07-10test/fix - possible cause of meter-freezing..Robin Gareus
2013-07-10fix meterbridge metric display switchRobin Gareus
2013-07-10remember meter type with sessionRobin Gareus
2013-07-10amend to 212d2ac5d and 8becd4413 - fix port connection matrix crash on closeRobin Gareus
2013-07-10don't reset meter background/highlight on click.Robin Gareus
2013-07-10amend to 212d2ac5d (port add/remove signals)Robin Gareus
fix deadlock when updating audio/midi connection matrix during session-close or on exit. (Note: this still can cause a crash if the route goes away while the iterator in the connection-matrix still has an index of it)
2013-07-10experimental RMS-meter and peak-signal (vs peak-power) queryRobin Gareus
2013-07-10meterbridge: ignore non-visible routes/meters.Robin Gareus
2013-07-10improve timing accuracy for meter-falloff calc.Robin Gareus
2013-07-10fix rendering of meter metrics w/o typesRobin Gareus
For example the initial meter widget in the file-import dialog.
2013-07-10fix another peak-meter threshold config issueRobin Gareus
2013-07-10highlight meter-background of a port that has peaked (experiment)Robin Gareus
2013-07-10prepare meter-widget for dual background colorRobin Gareus
2013-07-10fix HSlider OptionRobin Gareus
2013-07-10make changes to peak-meter threshold config effective immediatelyRobin Gareus
2013-07-10meter line-up and fall-off standard values & namesRobin Gareus
2013-07-10proper peak-indicator threshold config widgetRobin Gareus
2013-07-10peak-indicator threshold configurationRobin Gareus
2013-07-10meterbridge peak at -.5dBFS (test)Robin Gareus
2013-07-10show meter-tick at either -24 or -25 dbFSRobin Gareus
2013-07-10amend to prev commit. properly remember window size..Robin Gareus
2013-07-10remember position before hiding meterbridge windowRobin Gareus
2013-07-10prepare meter configuration..Robin Gareus
- rework metric/tick image cache invalidation - flush cache - send signal to queue redraws (TODO) selectively flush cache // cache per size, style - add four common line up levels
2013-07-10update meterbridge style: peak-color + label-sizeRobin Gareus
2013-07-10meterbridge: handle shift+scrollRobin Gareus