Keyboard shortcuts for switching tracks between "waveform" and "spectrogram" view
Forum rules
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
Keyboard shortcuts for switching tracks between "waveform" and "spectrogram" view
See title. This would be very helpful for me in the case of manually removing clicks and pops from audio. Spectrogram view lets me generally see where the clicks are and I could quickly switch to Waveform view to narrow down and Repair the click.
Re: Keyboard shortcuts for switching tracks between "waveform" and "spectrogram" view
Although there is no shortcut by default, you can create a Macro to select the track view (See: https://manual.audacityteam.org/man/macros.html)
The commands that you need are:
and
You can then set keyboard shortcuts to those Macros. See: https://manual.audacityteam.org/man/key ... ences.html
The commands that you need are:
Code: Select all
SetTrackVisuals:Display="Spectrogram"Code: Select all
SetTrackVisuals:Display="Waveform"9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)