diff options
| author | André Nusser <andre.nusser@googlemail.com> | 2020-01-12 15:41:39 +0100 | 
|---|---|---|
| committer | André Nusser <andre.nusser@googlemail.com> | 2020-02-16 19:57:13 +0100 | 
| commit | fb992677cf62b6aa982476538faae43e5bbbd87f (patch) | |
| tree | 8973b63653e2acbecb2b273444b4dc67dc623fd8 /plugin | |
| parent | 8070e5578aa9d185f07534778dc0ebf596fece13 (diff) | |
Introduce EventsDS to handle all the events and enable new features.
Also:
* Added an id.h class to make IDs with type
* Added a range class to easily use range based for loops
Diffstat (limited to 'plugin')
| -rw-r--r-- | plugin/Makefile.mingw32.in | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/plugin/Makefile.mingw32.in b/plugin/Makefile.mingw32.in index 24975b1..570ecd7 100644 --- a/plugin/Makefile.mingw32.in +++ b/plugin/Makefile.mingw32.in @@ -29,6 +29,7 @@ DG_SRC = \  	@top_srcdir@/src/drumkit.cc \  	@top_srcdir@/src/drumkitloader.cc \  	@top_srcdir@/src/events.cc \ +	@top_srcdir@/src/events_ds.cc \  	@top_srcdir@/src/inputprocessor.cc \  	@top_srcdir@/src/instrument.cc \  	@top_srcdir@/src/latencyfilter.cc \ | 
