/[svn]/linuxsampler/trunk/src/engines/sfz/Makefile.am
ViewVC logotype

Annotation of /linuxsampler/trunk/src/engines/sfz/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3082 - (hide annotations) (download)
Mon Jan 9 18:39:35 2017 UTC (7 years, 3 months ago) by schoenebeck
File size: 593 byte(s)
* Added support for sfz extension opcode 'script' which may be used to
  load real-time instrument script file (NKSP script language).
* Removed code duplication in SFZ file loading code.
* Bumped version (2.0.0.svn37).

1 persson 2460 AM_CPPFLAGS = $(all_includes) $(SNDFILE_CFLAGS) $(GIG_CFLAGS)
2 iliev 2012 METASOURCES = AUTO
3    
4     AM_CXXFLAGS = -Wreturn-type -ffast-math
5    
6     noinst_LTLIBRARIES = liblinuxsamplersfzengine.la
7     liblinuxsamplersfzengine_la_SOURCES = \
8     sfz.cpp sfz.h \
9     InstrumentResourceManager.cpp InstrumentResourceManager.h \
10     DiskThread.cpp DiskThread.h \
11     EngineChannel.cpp EngineChannel.h \
12     Engine.cpp Engine.h \
13 schoenebeck 3082 InstrumentScriptVM.cpp InstrumentScriptVM.h \
14 iliev 2012 Voice.cpp Voice.h \
15 persson 2055 Stream.cpp Stream.h \
16     EGADSR.cpp EGADSR.h \
17 persson 2106 EG.cpp EG.h \
18 iliev 2218 SfzSignalUnitRack.cpp SfzSignalUnitRack.h \
19 persson 2106 LookupTable.cpp LookupTable.h

  ViewVC Help
Powered by ViewVC