mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 17:13:37 +02:00
Spectral selection cursor and mode selection changes from Paul Licameli.
This also now shows a new green 'play cursor' when ctrl is held down on wave track, and shift being held down is signalled by a cursor change to finger-pointer too. I also accidentally enabled EXPERIMENTAL_MIDI_OUT. We may disable that in December for release. Leaving it in for now.
This commit is contained in:
@@ -26,6 +26,10 @@
|
||||
#include "Cursors32/ZoomOutCursor.xpm"
|
||||
#include "Cursors32/LabelCursorLeft.xpm"
|
||||
#include "Cursors32/LabelCursorRight.xpm"
|
||||
#include "Cursors32/BottomFrequencyCursor.xpm"
|
||||
#include "Cursors32/TopFrequencyCursor.xpm"
|
||||
#include "Cursors32/BandWidthCursor.xpm"
|
||||
#include "Cursors32/PlaybackCursor.xpm"
|
||||
#ifdef USE_MIDI
|
||||
#include "Cursors32/StretchCursor.xpm"
|
||||
#include "Cursors32/StretchLeftCursor.xpm"
|
||||
@@ -43,6 +47,10 @@
|
||||
#include "Cursors16/ZoomOutCursor.xpm"
|
||||
#include "Cursors16/LabelCursorLeft.xpm"
|
||||
#include "Cursors16/LabelCursorRight.xpm"
|
||||
#include "Cursors16/BottomFrequencyCursor.xpm"
|
||||
#include "Cursors16/TopFrequencyCursor.xpm"
|
||||
#include "Cursors16/BandWidthCursor.xpm"
|
||||
#include "Cursors16/PlaybackCursor.xpm"
|
||||
#ifdef USE_MIDI
|
||||
#include "Cursors16/StretchCursor.xpm"
|
||||
#include "Cursors16/StretchLeftCursor.xpm"
|
||||
|
Reference in New Issue
Block a user