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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2012 - (hide annotations) (download)
Fri Oct 23 17:53:17 2009 UTC (14 years, 6 months ago) by iliev
File size: 657 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 iliev 2012 INCLUDES = $(all_includes) $(SNDFILE_CFLAGS)
2 schoenebeck 53 METASOURCES = AUTO
3 schoenebeck 80
4 schoenebeck 510 AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)
5 schoenebeck 80
6 schoenebeck 654 noinst_LTLIBRARIES = liblinuxsamplercommonengine.la
7     liblinuxsamplercommonengine_la_SOURCES = \
8     BiquadFilter.h \
9     Event.cpp Event.h \
10 iliev 2012 Sample.h SampleManager.h SampleFile.cpp SampleFile.h \
11     Stream.h StreamBase.cpp StreamBase.h \
12     DiskThreadBase.cpp DiskThreadBase.h \
13     Voice.h VoiceBase.h MidiKeyboardManager.h \
14 schoenebeck 741 LFOBase.h \
15     LFOTriangleDiHarmonic.h \
16     LFOTriangleIntAbsMath.h \
17     LFOTriangleIntMath.h \
18 schoenebeck 890 Resampler.h
19 iliev 2012 liblinuxsamplercommonengine_la_LIBADD = $(SNDFILE_LIBS)
20     liblinuxsamplercommonengine_la_LDFLAGS = $(SNDFILE_CFLAGS)

  ViewVC Help
Powered by ViewVC