mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
ogg/flac support bits and pieces; fix up MIDI note dragging and front-edge trims; BROKEN IN PERCUSSIVE MODE FOR NOW
git-svn-id: svn://localhost/ardour2/branches/3.0@5745 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
77364b0e25
commit
aefcce1c99
24 changed files with 147 additions and 68 deletions
|
|
@ -52,6 +52,7 @@ gtk2_ardour_sources = [
|
|||
'bundle_manager.cc',
|
||||
'cairo_widget.cc',
|
||||
'canvas-flag.cc',
|
||||
'canvas-hit.cc',
|
||||
'canvas-note-event.cc',
|
||||
'canvas-note.cc',
|
||||
'canvas-program-change.cc',
|
||||
|
|
@ -79,7 +80,6 @@ gtk2_ardour_sources = [
|
|||
'editor_export_audio.cc',
|
||||
'editor_group_tabs.cc',
|
||||
'editor_hscroller.cc',
|
||||
'editor_imageframe.cc',
|
||||
'editor_keyboard.cc',
|
||||
'editor_keys.cc',
|
||||
'editor_markers.cc',
|
||||
|
|
@ -342,7 +342,6 @@ def build(bld):
|
|||
else:
|
||||
key = "_".join (['FONT',sizename])
|
||||
fontstyle = " ".join ([basefont,points])
|
||||
print key
|
||||
font_subst_dict[key] = fontstyle
|
||||
|
||||
# RC files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue