mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 22:55:44 +01:00
SMF -> OldSMF
git-svn-id: svn://localhost/ardour2/branches/3.0@4551 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
50d7d19614
commit
6314c69971
4 changed files with 3 additions and 6 deletions
|
|
@ -31,10 +31,9 @@ src/ControlList.cpp
|
|||
src/ControlSet.cpp
|
||||
src/Curve.cpp
|
||||
src/Event.cpp
|
||||
src/LibSMF.cpp
|
||||
src/MIDIEvent.cpp
|
||||
src/Note.cpp
|
||||
src/SMF.cpp
|
||||
src/LibSMF.cpp
|
||||
src/SMFReader.cpp
|
||||
src/Sequence.cpp
|
||||
""")
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
#include <iostream>
|
||||
#include <glibmm/miscutils.h>
|
||||
#include "evoral/midi_util.h"
|
||||
#include "evoral/SMF.hpp"
|
||||
#include "evoral/OldSMF.hpp"
|
||||
#include "evoral/SMFReader.hpp"
|
||||
#include "evoral/Event.hpp"
|
||||
|
||||
|
|
@ -67,11 +67,9 @@ def build(bld):
|
|||
src/ControlSet.cpp
|
||||
src/Curve.cpp
|
||||
src/Event.cpp
|
||||
src/LibSMF.cpp
|
||||
src/MIDIEvent.cpp
|
||||
src/Note.cpp
|
||||
src/SMF.cpp
|
||||
src/SMFReader.cpp
|
||||
src/LibSMF.cpp
|
||||
src/Sequence.cpp
|
||||
'''
|
||||
obj.export_incdirs = ['.']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue