mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 09:03:36 +02:00
Extensive changes to improve NoteTrack display and (some) editing, NoteTrack playback via MIDI, and Midi-to-Audio alignment.
This commit is contained in:
37
images/Cursors32/StretchCursor.xpm
Normal file
37
images/Cursors32/StretchCursor.xpm
Normal file
@@ -0,0 +1,37 @@
|
||||
static const char * StretchCursorXpm[] = {
|
||||
"32 32 3 1",
|
||||
". c #FF0000", // mask color = RGB:255,0,0
|
||||
"# c #000000",
|
||||
"+ c #FFFFFF",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"...............+++..............",
|
||||
"...............+#+..............",
|
||||
"...............+#+..............",
|
||||
"...............+#+..............",
|
||||
".......+++++++++#+++++++++......",
|
||||
".......+#################+......",
|
||||
".......+#+++++++#+++++++#+......",
|
||||
".......+#+.....+#+.....+#+......",
|
||||
".......+#+.....+#+.....+#+......",
|
||||
".......+#+.....+#+.....+#+......",
|
||||
".......+#+.....+#+.....+#+......",
|
||||
".......+#+.....+#+.....+#+......",
|
||||
"...+++++#+++++++#+++++++##++++..",
|
||||
"...+#########################+..",
|
||||
"...+++++#+++++++#+++++++#+++++..",
|
||||
".......+#+.....+#+.....+#+......",
|
||||
".......+#+.....+#+.....+#+......",
|
||||
".......+#+.....+#+.....+#+......",
|
||||
".......+#+.....+#+.....+#+......",
|
||||
".......+#+.....+#+.....+#+......",
|
||||
".......+#+++++++#+++++++#+......",
|
||||
".......+#################+......",
|
||||
".......+++++++++#+++++++++......",
|
||||
"...............+#+..............",
|
||||
"...............+#+..............",
|
||||
"...............+#+..............",
|
||||
"...............+++..............",
|
||||
"................................",
|
||||
"................................"};
|
37
images/Cursors32/StretchLeftCursor.xpm
Normal file
37
images/Cursors32/StretchLeftCursor.xpm
Normal file
@@ -0,0 +1,37 @@
|
||||
static const char * StretchLeftCursorXpm[] = {
|
||||
"32 32 3 1",
|
||||
". c #FF0000", // mask color = RGB:255,0,0
|
||||
"# c #000000",
|
||||
"+ c #FFFFFF",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"...............+++..............",
|
||||
"...............+#+..............",
|
||||
"...............+#+..............",
|
||||
"...............+#+..............",
|
||||
"...............+#+++++++++......",
|
||||
"...............+#########+......",
|
||||
"...............+#+++++++#+......",
|
||||
"...............+#+.....+#+......",
|
||||
"...............+#+.....+#+......",
|
||||
"...............+#+.....+#+......",
|
||||
"...............+#+.....+#+......",
|
||||
"...............+#+.....+#+......",
|
||||
"...............+#+++++++##++++..",
|
||||
"...............+#############+..",
|
||||
"...............+#+++++++#+++++..",
|
||||
"...............+#+.....+#+......",
|
||||
"...............+#+.....+#+......",
|
||||
"...............+#+.....+#+......",
|
||||
"...............+#+.....+#+......",
|
||||
"...............+#+.....+#+......",
|
||||
"...............+#+++++++#+......",
|
||||
"...............+#########+......",
|
||||
"...............+#+++++++++......",
|
||||
"...............+#+..............",
|
||||
"...............+#+..............",
|
||||
"...............+#+..............",
|
||||
"...............+++..............",
|
||||
"................................",
|
||||
"................................"};
|
37
images/Cursors32/StretchRightCursor.xpm
Normal file
37
images/Cursors32/StretchRightCursor.xpm
Normal file
@@ -0,0 +1,37 @@
|
||||
static const char * StretchRightCursorXpm[] = {
|
||||
"32 32 3 1",
|
||||
". c #FF0000", // mask color = RGB:255,0,0
|
||||
"# c #000000",
|
||||
"+ c #FFFFFF",
|
||||
"................................",
|
||||
"................................",
|
||||
"................................",
|
||||
"...............+++..............",
|
||||
"...............+#+..............",
|
||||
"...............+#+..............",
|
||||
"...............+#+..............",
|
||||
".......+++++++++#+..............",
|
||||
".......+#########+..............",
|
||||
".......+#+++++++#+..............",
|
||||
".......+#+.....+#+..............",
|
||||
".......+#+.....+#+..............",
|
||||
".......+#+.....+#+..............",
|
||||
".......+#+.....+#+..............",
|
||||
".......+#+.....+#+..............",
|
||||
"...+++++#+++++++#+..............",
|
||||
"...+#############+..............",
|
||||
"...+++++#+++++++#+..............",
|
||||
".......+#+.....+#+..............",
|
||||
".......+#+.....+#+..............",
|
||||
".......+#+.....+#+..............",
|
||||
".......+#+.....+#+..............",
|
||||
".......+#+.....+#+..............",
|
||||
".......+#+++++++#+..............",
|
||||
".......+#########+..............",
|
||||
".......+++++++++#+..............",
|
||||
"...............+#+..............",
|
||||
"...............+#+..............",
|
||||
"...............+#+..............",
|
||||
"...............+++..............",
|
||||
"................................",
|
||||
"................................"};
|
Reference in New Issue
Block a user