* song/songEditor: added meterModel and meterDialog (which actually is just a widget) as preparation for time-signature-support - it doesn't actually work yet!
* style.css: improved appearence of menu in general * splitted source-files for meterModel and meterDialog and added "simple"-mode for meterDialog git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1014 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -97,7 +97,7 @@ lmms_MOC = \
|
||||
./mv_base.moc \
|
||||
./name_label.moc \
|
||||
./nstate_button.moc \
|
||||
./meter_dialog.moc \
|
||||
./meter_model.moc \
|
||||
./midi_alsa_seq.moc \
|
||||
./instrument_midi_io.moc \
|
||||
./pattern.moc \
|
||||
@@ -187,6 +187,7 @@ lmms_SOURCES = \
|
||||
$(srcdir)/src/core/ladspa_control.cpp \
|
||||
$(srcdir)/src/core/lfo_controller.cpp \
|
||||
$(srcdir)/src/core/main.cpp \
|
||||
$(srcdir)/src/core/meter_model.cpp \
|
||||
$(srcdir)/src/core/mixer.cpp \
|
||||
$(srcdir)/src/core/mmp.cpp \
|
||||
$(srcdir)/src/core/mv_base.cpp \
|
||||
@@ -436,6 +437,7 @@ lmms_SOURCES = \
|
||||
$(srcdir)/include/ladspa-1.1.h \
|
||||
$(srcdir)/include/sweep_oscillator.h \
|
||||
$(srcdir)/include/meter_dialog.h \
|
||||
$(srcdir)/include/meter_model.h \
|
||||
$(srcdir)/include/effect_lib.h \
|
||||
$(srcdir)/include/ladspa_manager.h \
|
||||
$(srcdir)/include/ladspa_2_lmms.h \
|
||||
|
||||
Reference in New Issue
Block a user