Ben Loftis
22819b8d2f
Fix a rather large naming thinko: GridTypeSamples should be CDFrames.
2018-02-26 17:02:24 -06:00
Ben Loftis
e3b7114e78
Add missing checkbox: Snap to Marker.
2018-02-26 15:52:06 -06:00
Ben Loftis
6989e5b11d
Snap-to-grid should not invalidate other snap options. This was a leftover behavior from prior iterations of Snap+Grid.
2018-02-24 10:53:03 -06:00
Ben Loftis
f64a39a07f
Fixes for region_boundary_cache:
...
If no region-snaps are defined, bail out before generating cache.
Avoid potential overflow at max_samplepos+1
Snap should continue to work beyond the End marker.
2018-02-24 10:30:52 -06:00
Robin Gareus
ceac42cc03
NO-OP: whitespace
...
- remove trailing whitespace
- remove space after opening brackets and before closing brackets
- add space around operators
- do not use '//' for multi-line comments, do not use "//" on line-start
to comment-out code breaking indenting (-Wmisleading-indent)
- do add a single space after comment-start /*{SPACE}... or //{SPACE}...
- reserve duplicate whitespace " " for alignment, remove other duplicate
whitespace
- use established "TODO" and "XXX" (highlighted keywords)
- remove equal-sign series "====" (those indicate merge conflicts)
2018-02-24 13:55:20 +01:00
Robin Gareus
75122af118
Fix/amend a23a8ebcad.
...
Updated condition to check for transport_rolling to include preroll and
count-in (speed is != 0 during pre-roll and count-in, but transport is not
actually rolling).
2018-02-24 12:55:48 +01:00
Ben Loftis
881c8eeca8
Tell the user why Insert/Remove Time failed, rather than fail silently.
2018-02-23 14:37:32 -06:00
Ben Loftis
eb15d37669
Use transport_stopped() instead of speed check.
2018-02-23 13:59:53 -06:00
Ben Loftis
a23a8ebcad
Do not interpolate playhead when stopped.
...
This fixes a bug where, for a few seconds after transport stops, the users zoom+panning would get hijacked by the follow_playhead behavior, because the playhead was still "hunting".
2018-02-23 13:48:29 -06:00
Ben Loftis
21102b45d0
Revert afedd2 and associated commits (method to generate initial tag file)
2018-02-23 08:49:14 -06:00
Ben Loftis
99352d0958
Start versioning Mixbus keybindings files.
2018-02-23 08:34:59 -06:00
Ben Loftis
afedd214a7
Method to generate an initial tag file:
...
rm config/plugin_tags
touch config/init_plugin_tags
2018-02-21 18:05:33 -06:00
Paul Davis
47970b0cd1
user-friendly hack/heuristic: if they edit a BBT non-duration clock to say zero beats, act as if they had used 1
2018-02-20 17:19:43 -05:00
Robin Gareus
54db84ffee
Re-add fixed-color DSP-load indicator background
2018-02-20 12:53:21 +01:00
Robin Gareus
7b4ab907d4
Remove ArdourGauges -- since they're no longer actual Gauge widgets
...
The Gauges devolved into Labels with dedicated formatting and UI-config
colors. Prevent ArdourButton to happen all over over again...
2018-02-20 12:23:14 +01:00
Robin Gareus
66732e4791
Use standard Labels again.
...
Since the Gauges become little more than text with colored background,
prepare their removal. If color is wanted, use named widget-style.
2018-02-20 12:15:29 +01:00
Robin Gareus
110317aad6
Keep track of unacknowledged log-level (error-indicator)
...
This code was incorrectly removed in 97fb3a5557 .
2018-02-20 11:18:41 +01:00
Ben Loftis
984cacfa92
Replace missing widget-name that got lost.
2018-02-19 09:50:30 -06:00
Ben Loftis
b44b8b7111
Prevent mixer-add buttons from getting focus.
2018-02-19 08:15:18 -06:00
Ben Loftis
1a293bb480
Add drop-shadow decorators to menu bar and transport toolbar.
...
Allow status bar to fill available width.
2018-02-19 08:05:55 -06:00
Ben Loftis
9ac15801d3
Remove unused widget.
2018-02-19 07:38:48 -06:00
Ben Loftis
fcb822c45c
Tweak the text of 2 snap options.
2018-02-17 12:18:53 -06:00
Ben Loftis
10b80a1c35
Avoid disk-buffer error on startup. (again)
2018-02-17 12:15:33 -06:00
Ben Loftis
28f73cf8ea
Revert some theme tweaks. Left-justify gauge text.
2018-02-17 12:11:02 -06:00
Ben Loftis
8292533862
Avoid error message on startup.
2018-02-17 09:25:12 -06:00
Ben Loftis
9fe534ede8
Shuffle order of items in status bar; change behavior per oofus on irc.
...
( note: this essentially reverts ed459a )
2018-02-17 09:24:46 -06:00
Ben Loftis
710066d317
Tweak packing to line-up button edges with transport toolbar.
2018-02-17 09:24:15 -06:00
Ben Loftis
f91f360ae0
Maybe gauges should only be colored when there is something to report: WARN or CRIT.
2018-02-17 09:24:15 -06:00
Ben Loftis
fa22689b70
Consistently use Gauge to avoid the overloaded term Indicator.
2018-02-17 09:24:15 -06:00
Ben Loftis
cfed95fd0b
Remove unused status labels. (using gauges instead)
2018-02-17 09:24:14 -06:00
Ben Loftis
309ca938e6
Add Disk IO gauge.
2018-02-17 09:24:14 -06:00
Ben Loftis
ed459ab70a
Reverse the drawing of DSP indicator to match other displays.
...
(note: this gets reverted in 76b7d1)
2018-02-17 09:23:48 -06:00
Ben Loftis
33bee41288
Move cpu and disk gauges into the status bar at top.
2018-02-17 09:13:05 -06:00
Ben Loftis
5200885fb8
GTKOSX is not a valid check. Use __APPLE__
2018-02-17 09:12:51 -06:00
Ben Loftis
f54f270627
Fix a few warnings
2018-02-17 09:12:38 -06:00
Ben Loftis
5c741bf8c5
MacOS: Move status info to top, just like win+linux. (but no menu up there of course.)
2018-02-17 09:12:03 -06:00
Ben Loftis
97fb3a5557
Remove display_message(); No more scary log message popups on osx.
2018-02-17 09:11:41 -06:00
Ben Loftis
58002d82ea
Shrink the peak_display button to avoid blowing-up the vertical spacing of the toolbar.
2018-02-14 16:14:23 -06:00
Ben Loftis
d16ac44691
Return a value for blinking.
2018-02-14 15:46:49 -06:00
Ben Loftis
7127fa2c9b
If the gauges arent clickable, perhaps they look best with hard edges, matching the master-bus meters in the toolbar.
2018-02-14 15:05:49 -06:00
Ben Loftis
c206fa98a1
Re-pack the master meters (in the toolbar) so the editor_meter_peak_display button is more clickable.
2018-02-14 14:47:00 -06:00
Ben Loftis
7cb1219df8
Re-pack dsp_load_indicator next to feedback_indicator et al.
2018-02-14 12:55:48 -06:00
Ben Loftis
f50c839ea8
Blink disk+dsp gauges on major errors ( disk out of space or xrun-while-recording )
2018-02-14 10:26:23 -06:00
Ben Loftis
df9bb50155
Revert TRIANGLE_WIDTH for mac. Must be a pango/cairo issue on mac.
2018-02-14 08:15:45 -06:00
Ben Loftis
d27509c76d
Default snap-to-grid TRUE
2018-02-14 08:12:55 -06:00
Ben Loftis
6cca669c9a
COMBO_TRIANGLE_WIDTH should be an odd value.
2018-02-13 08:17:46 -06:00
Ben Loftis
181b5e40d1
Dont delete&create add_vca_buton every time the vca list is updated.
2018-02-13 08:13:52 -06:00
Robin Gareus
17b6d71467
Fix mixer left/right scroll, snap to strip boundary.
...
Ignore add-button (packed at end, start of list) when iterating
over strip_packer.children.
2018-02-13 11:18:03 +01:00
Robin Gareus
7cf408e693
Remove cruft
2018-02-13 11:15:00 +01:00
Ben Loftis
870c046c4c
Users struggle with Pane Dividers. Make them larger, and set a min-size on the mixer list pane.
2018-02-12 16:16:09 -06:00