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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2012 - (show annotations) (download)
Fri Oct 23 17:53:17 2009 UTC (14 years, 5 months ago) by iliev
File size: 402 byte(s)
* Refactoring: moved the independent code from
  the Gigasampler format engine to base classes
* SFZ format engine: experimental code (not usable yet)
* SoundFont format engine: experimental code (not usable yet)
* Fixed crash which may occur when MIDI key + transpose is out of range

1 INCLUDES = $(all_includes) $(GIG_CFLAGS)
2 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 Voice.cpp Voice.h \
14 Stream.cpp Stream.h

  ViewVC Help
Powered by ViewVC