mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 22:12:58 +02:00
VZooming Changes
1: Guard zone 8 pixels wide in VRuler to reduce risk of accidental use. 2: VerticalZooming preference, for VRuler zooming, off by default, 3: Enabled Paul's right-click menu in VRuler with some extra presets (x2 and x0.5) 4: Rearranged some messy code with lots of ifs to use a switch. Also, with EXPERIMENTAL_HALF_WAVE defined we now get a 'half wave' option in the VRuler menu, that shows the wave top half. We also use it in collapsed waves (and collapsing and restoring a WaveTrack will get you back to normal zoom.
This commit is contained in:
@@ -67,6 +67,10 @@
|
||||
// Wavetrack, and draws its notes and lines over the top.
|
||||
#define EXPERIMENTAL_NOTETRACK_OVERLAY
|
||||
|
||||
// Define this, and the option to zoom to half wave is added in the VZoom menu.
|
||||
// Also we go to half wave on collapse, full wave on restore.
|
||||
#define EXPERIMENTAL_HALF_WAVE
|
||||
|
||||
// EXPERIMENTAL_THEMING is mostly mainstream now.
|
||||
// the define is still present to mark out old code before theming, that we might
|
||||
// conceivably need.
|
||||
|
Reference in New Issue
Block a user