mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 22:12:58 +02:00
Bug 1671 (part 2) - Clock icons do not propagate into Sync-locked MIDI / Spectrogram view tracks
This is the second half of the bug and it does MIDI.
This commit is contained in:
@@ -58,8 +58,15 @@
|
||||
//#define EXPERIMENTAL_DA
|
||||
|
||||
// Define this so that sync-lock tiles shine through spectrogram.
|
||||
// The spectrogram pastes a bitmap over the tiles.
|
||||
// This makes it use alpha blending, most transparent where least intense.
|
||||
#define EXPERIMENTAL_SPECTROGRAM_OVERLAY
|
||||
|
||||
// Define this so that sync-lock tiles shine through note/MIDI track.
|
||||
// The note track then relies on the same code for drawing background as
|
||||
// Wavetrack, and draws its notes and lines over the top.
|
||||
#define EXPERIMENTAL_NOTETRACK_OVERLAY
|
||||
|
||||
// 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