added initial FX-mixer implementation - not perfect and very usable yet but the basics work so far

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@789 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-03-14 21:45:10 +00:00
parent a4f3d5d267
commit b682b30146
17 changed files with 864 additions and 67 deletions

View File

@@ -66,7 +66,9 @@ lmms_MOC = \
./envelope_and_lfo_view.moc \
./export_project_dialog.moc \
./fade_button.moc \
./fader.moc \
./file_browser.moc \
./fx_mixer.moc \
./graph.moc \
./group_box.moc \
./instrument_functions.moc \
@@ -171,6 +173,7 @@ lmms_SOURCES = \
$(srcdir)/src/core/instrument_sound_shaping.cpp \
$(srcdir)/src/core/export_project_dialog.cpp \
$(srcdir)/src/core/file_browser.cpp \
$(srcdir)/src/core/fx_mixer.cpp \
$(srcdir)/src/core/import_filter.cpp \
$(srcdir)/src/core/instrument.cpp \
$(srcdir)/src/core/instrument_functions.cpp \
@@ -229,6 +232,7 @@ lmms_SOURCES = \
$(srcdir)/src/widgets/effect_rack_view.cpp \
$(srcdir)/src/widgets/effect_view.cpp \
$(srcdir)/src/widgets/fade_button.cpp \
$(srcdir)/src/widgets/fader.cpp \
$(srcdir)/src/widgets/graph.cpp \
$(srcdir)/src/widgets/group_box.cpp \
$(srcdir)/src/widgets/envelope_and_lfo_view.cpp \
@@ -308,6 +312,7 @@ lmms_SOURCES = \
$(srcdir)/include/instrument_function_views.h \
$(srcdir)/include/instrument_sound_shaping_view.h \
$(srcdir)/include/export.h \
$(srcdir)/include/fader.h \
$(srcdir)/include/mv_base.h \
$(srcdir)/include/automatable_model.h \
$(srcdir)/include/automatable_model_templates.h \