split out sndfile manager code into its own file; move a couple of utility functions...
commit1048dec71bb882476203d2fb1f066dfa8e45f326
authorpaul <paul@d708f5d6-7413-0410-9779-e7cbd77b26cf>
Tue, 25 May 2010 16:45:21 +0000 (25 16:45 +0000)
committerpaul <paul@d708f5d6-7413-0410-9779-e7cbd77b26cf>
Tue, 25 May 2010 16:45:21 +0000 (25 16:45 +0000)
tree884dfd55ed65e94c1b713d51b366bfe14909e200
parentd9bded8e587ad6e4bf37200601b4eb4788943a6c
split out sndfile manager code into its own file; move a couple of utility functions into gtkmm2ext ; add knob PNG generating tool ; break appearance of monitor section for now

git-svn-id: http://subversion.ardour.org/svn/ardour2/ardour2/branches/3.0@7160 d708f5d6-7413-0410-9779-e7cbd77b26cf
19 files changed:
gtk2_ardour/actions.cc
gtk2_ardour/icons/bigknob.png
gtk2_ardour/icons/littleknob.png
gtk2_ardour/keyeditor.cc
gtk2_ardour/utils.cc
gtk2_ardour/utils.h
libs/ardour/ardour/sndfilesource.h
libs/gtkmm2ext/actions.cc
libs/gtkmm2ext/gtkmm2ext/motionfeedback.h
libs/gtkmm2ext/gtkmm2ext/utils.h
libs/gtkmm2ext/mfimg.cc [new file with mode: 0644]
libs/gtkmm2ext/motionfeedback.cc
libs/gtkmm2ext/utils.cc
libs/gtkmm2ext/wscript
libs/pbd/file_manager.cc
libs/pbd/pbd/file_manager.h
libs/pbd/pbd/sndfile_manager.h [new file with mode: 0644]
libs/pbd/sndfile_manager.cc [new file with mode: 0644]
libs/pbd/wscript