13
0
Commit Graph

5698 Commits

Author SHA1 Message Date
7b18260175 get meter color from gtkrc style file 2013-08-08 15:25:40 -04:00
8f1499664d add [master] meter to the toolbar
http://tracker.ardour.org/view.php?id=5601
2013-08-08 15:24:50 -04:00
9980a8fc3c revert VU meter background to default gray-shade 2013-08-08 15:24:49 -04:00
49e24a6e0a fix display-type of editor-mixer level-meter 2013-08-08 15:24:49 -04:00
89e1fbff88 increase meterbridge with if scrollbar is not visible.. 2013-08-08 15:24:49 -04:00
e7cef1629a add separator line to meterbridge 2013-08-08 15:24:49 -04:00
794ad61ff7 color meterbridge strips 2013-08-08 15:24:49 -04:00
74d6ce715a amend to 8deccea6 (resize meterbridge window) 2013-08-08 15:24:49 -04:00
bc66985710 allow to en/disable shade and LED meter style 2013-08-08 15:24:49 -04:00
7323c153ae meter background color.. 2013-08-08 15:24:49 -04:00
ca21170790 meterbridge: meter-type dependent color-schema 2013-08-08 15:24:15 -04:00
f62b3e60b2 limit width and resize meterbride window 2013-08-08 15:24:15 -04:00
2c9484fe14 add "0VU = +8dBu" VU meter config 2013-08-08 15:24:15 -04:00
664434899e clarify meter preference options 2013-08-08 15:24:15 -04:00
1be4063301 BBC meter labels are always white 2013-08-08 15:24:15 -04:00
2faf401fea implement meter-lineup and VU standard preferences 2013-08-08 15:24:15 -04:00
1e7beb5a31 clean up video related messages 2013-08-08 15:24:15 -04:00
1da655c2eb Fix special handling of 'zoom vertical' scroll wheel modifier key.
gtkmm2ext/keyboard.cc has a special case to emit a signal on the key-up of
the modifier key used to adjust track heights in conjunction with the
scroll wheel, so that the same track continues to be resized even when
it's shrunk to no longer be under the mouse cursor. However, this code
assumed that the modifier key for this was <Shift>.

Fix it to use the event->state bit corresponding to
ScrollZoomVerticalModifier instead, and rename the relevant functions to
clarify that it's the 'zoom vertical' modifier key they're dealing with.

Partially fixes #5610.
2013-08-08 15:24:15 -04:00
c222acecaa fix #5609 (import with 1 track per channel mis-associates tracks + channels)
when using ImportDistinctChannels, correctly name regions so that playlists for each channel/track
are also named differently, and thus reloaded properly when the session is reloaded.
2013-08-08 15:24:15 -04:00
59b18de1d3 meterbridge metrics update:
* display metrics for every used meter-type
* show metrics between meters with differnet types
* update text and label alignment for meterbridge
* fix crash when deleting metrics-strip (zero route)
* clean up metric pattern code (use float for dBFS)
2013-08-08 15:24:15 -04:00
d31c0f759c restore session backwards compatibility to 3.3 2013-08-08 15:24:15 -04:00
0738d74637 minor tweaks to meter-names and legend 2013-08-08 15:24:15 -04:00
553d393d30 implement new meter types 2013-08-08 15:24:15 -04:00
bd2ddc09ab Revert "Revert new meter types (postponed until after 3.3 release)"
This reverts commit d80f672e84.
2013-08-08 15:23:11 -04:00
fd5c8e11e1 re-nice rendering of channel-splitting icon 2013-08-08 15:23:11 -04:00
5ccd13ea78 Wrap calls to add_shortcut_folder() in try { ... } block.
Gtk::FileChooserButton::add_shortcut_folder() throws a Glib::Error
exception if the folder being added already has a shortcut, causing the
'New session' dialogue to appear empty when choosing 'New...' from the
Session menu. This happens if Ardour's default session folder is
set to a location that has a standard shortcut in the Gtk file chooser,
e.g. the user's home directory, desktop, &c.

Catch the exception in ArdourStartup::setup_new_session_page(), so that the
'New session' dialogue appears as expected, and likewise in
ARDOUR_UI::open_session() to avoid a similar problem there.

Fixes #5591.
2013-08-08 15:23:11 -04:00
ba0b825d02 update processor-name (short|long) when mixer-strip width changes 2013-08-08 15:23:11 -04:00
844a958d29 adjust meter-width when configuration changes
fixes http://tracker.ardour.org/view.php?id=5592
2013-08-08 15:23:11 -04:00
271981d3f7 mixer metric background color fix (MIDI & inactive)
fixes http://tracker.ardour.org/view.php?id=5594
2013-08-08 15:23:10 -04:00
a943cfd662 revert to right-side mixer metric-labels 2013-08-08 15:23:10 -04:00
416b8d424c don't hide ticks in narrow mode 2013-08-08 15:23:10 -04:00
699f2717eb meter metrics: ignore global font-scaling 2013-08-08 15:23:10 -04:00
60b429806f use ArdourMono font for metric patterns 2013-08-08 15:23:10 -04:00
00803110f8 move mixer-metric pattern to the left 2013-08-08 15:23:10 -04:00
94e40537f7 fix typo 2013-08-08 15:23:10 -04:00
8fd9a72085 possible fix for 5591 (show elements after re-adding them) 2013-08-08 15:23:10 -04:00
90e282c450 work around sparse motion notification events when tooltips are disabled
fixes http://tracker.ardour.org/view.php?id=5174
2013-08-08 15:23:10 -04:00
3ad975d9ca fix re-drawing of splitting icon 2013-08-08 15:23:10 -04:00
fdab1c9639 move ff* structs & typedef into dedicated namespace
(further avoid conflicts with plugins)
2013-08-08 15:23:10 -04:00
d95c2aaaa7 increase spacing between meter ticks and labels 2013-08-08 15:23:10 -04:00
Michael R. Fisher
636a8f0eda Dereference pointers in ctors where appropriate. (c++11 wants this) 2013-08-08 15:23:09 -04:00
Michael R. Fisher
b102e1425c C++11 Building - Add space between macros and quoted strings 2013-08-08 15:23:09 -04:00
Michael R. Fisher
e38cb7de36 OSX GUI - Prevent compiler errors when -std=c++11 is switched on 2013-08-08 15:23:09 -04:00
Michael R. Fisher
60da1f4872 Startup BETA Mac Screen - Pull version number from VERSIONSTRING 2013-08-08 15:23:09 -04:00
Michael R. Fisher
1ea7be55f5 Correcting Indentation Errors 2013-08-08 15:23:09 -04:00
Michael R. Fisher
bffa13d84b Fix typo in osx BETA startup screen
- Step #2 was being skipped in the text
2013-08-08 15:23:09 -04:00
233426a069 Revert new meter types (postponed until after 3.3 release)
This reverts commit ce621d1c8a.
This reverts commit 80aa257481.
2013-08-08 15:23:09 -04:00
d1f45e9b3d add VU and IEC meter DSP (from jmeters) 2013-08-08 15:23:09 -04:00
260d6f795a simplify meter-type context menu
in preparation for adding more meter-types
2013-08-08 15:23:09 -04:00
c515737b14 move ardour meter globals into dedicated namespace (TODO meter_patters typedef) 2013-08-08 15:23:09 -04:00