first, incomplete pass at step entry dialog, along with various SVG and PNG files...
commitf80248bfbf90f3568ebeac31a3d341f33b9e27cc
authorpaul <paul@d708f5d6-7413-0410-9779-e7cbd77b26cf>
Mon, 2 Aug 2010 21:52:21 +0000 (2 21:52 +0000)
committerpaul <paul@d708f5d6-7413-0410-9779-e7cbd77b26cf>
Mon, 2 Aug 2010 21:52:21 +0000 (2 21:52 +0000)
tree3ebb98c670729ee017b4245c4e003f2d013df773
parentbe3573956612d29fc687a91c01fd0c0da37db431
first, incomplete pass at step entry dialog, along with various SVG and PNG files for notes and dynamics notation

git-svn-id: http://subversion.ardour.org/svn/ardour2/ardour2/branches/3.0@7529 d708f5d6-7413-0410-9779-e7cbd77b26cf
41 files changed:
gtk2_ardour/ardour_ui.cc
gtk2_ardour/gtk_pianokeyboard.c [new file with mode: 0644]
gtk2_ardour/gtk_pianokeyboard.h [new file with mode: 0644]
gtk2_ardour/icons/chord.png [new file with mode: 0644]
gtk2_ardour/icons/eighthnote.png [new file with mode: 0644]
gtk2_ardour/icons/forte.png [new file with mode: 0644]
gtk2_ardour/icons/fortissimo.png [new file with mode: 0644]
gtk2_ardour/icons/fortississimo.png [new file with mode: 0644]
gtk2_ardour/icons/halfnote.png [new file with mode: 0644]
gtk2_ardour/icons/mezzforte.png [new file with mode: 0644]
gtk2_ardour/icons/mezzoforte.png [new file with mode: 0644]
gtk2_ardour/icons/mezzopiano.png [new file with mode: 0644]
gtk2_ardour/icons/pianissimo.png [new file with mode: 0644]
gtk2_ardour/icons/pianississimo.png [new file with mode: 0644]
gtk2_ardour/icons/piano.png [new file with mode: 0644]
gtk2_ardour/icons/quarternote.png [new file with mode: 0644]
gtk2_ardour/icons/sixteenthnote.png [new file with mode: 0644]
gtk2_ardour/icons/sixtyfourthnote.png [new file with mode: 0644]
gtk2_ardour/icons/thirtysecondnote.png [new file with mode: 0644]
gtk2_ardour/icons/wholenote.png [new file with mode: 0644]
gtk2_ardour/midi_time_axis.cc
gtk2_ardour/midi_time_axis.h
gtk2_ardour/step_entry.cc [new file with mode: 0644]
gtk2_ardour/step_entry.h [new file with mode: 0644]
gtk2_ardour/wscript
icons/Music_dynamic_forte.svg [new file with mode: 0644]
icons/Music_dynamic_fortissimo.svg [new file with mode: 0644]
icons/Music_dynamic_fortississimo.svg [new file with mode: 0644]
icons/Music_dynamic_mezzo_forte.svg [new file with mode: 0644]
icons/Music_dynamic_pianissimo.svg [new file with mode: 0644]
icons/Music_dynamic_pianississimo.svg [new file with mode: 0644]
icons/Music_dynamic_piano.svg [new file with mode: 0644]
icons/chord.svg [new file with mode: 0644]
icons/eighthnote.svg [new file with mode: 0644]
icons/halfnote.svg [new file with mode: 0644]
icons/mezzopiano.svg [new file with mode: 0644]
icons/quarternote.svg [new file with mode: 0644]
icons/sixteenthnote.svg [new file with mode: 0644]
icons/sixyfourthnote.svg [new file with mode: 0644]
icons/thirtysecondnote.svg [new file with mode: 0644]
icons/wholenote.svg [new file with mode: 0644]