1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-11 00:53:46 +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:
rbdannenberg
2010-09-18 21:02:36 +00:00
parent f6327602e8
commit a1f0e5ed5b
96 changed files with 5679 additions and 3566 deletions

View File

@@ -0,0 +1,21 @@
static const char * StretchCursorXpm[] = {
"16 16 3 1",
". c #FF0000", // mask color = RGB:255,0,0
"# c #000000",
"+ c #FFFFFF",
"................",
"........#.......",
"........#.......",
"........#.......",
"....#########...",
"....#...#...#...",
"....#...#...#...",
"....#...#...#...",
".###############",
"....#...#...#...",
"....#...#...#...",
"....#...#...#...",
"....#########...",
"........#.......",
"........#.......",
"........#......."};

View File

@@ -0,0 +1,21 @@
static const char * StretchLeftCursorXpm[] = {
"16 16 3 1",
". c #FF0000", // mask color = RGB:255,0,0
"# c #000000",
"+ c #FFFFFF",
"................",
"........#.......",
"........#.......",
"........#.......",
"........#####...",
"........#...#...",
"........#...#...",
"........#...#...",
"........########",
"........#...#...",
"........#...#...",
"........#...#...",
"........#####...",
"........#.......",
"........#.......",
"........#......."};

View File

@@ -0,0 +1,21 @@
static const char * StretchRightCursorXpm[] = {
"16 16 3 1",
". c #FF0000", // mask color = RGB:255,0,0
"# c #000000",
"+ c #FFFFFF",
"................",
"........#.......",
"........#.......",
"........#.......",
"....#####.......",
"....#...#.......",
"....#...#.......",
"....#...#.......",
".########.......",
"....#...#.......",
"....#...#.......",
"....#...#.......",
"....#####.......",
"........#.......",
"........#.......",
"........#......."};