/[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 2205 - (hide annotations) (download)
Mon Jul 11 17:52:01 2011 UTC (12 years, 9 months ago) by iliev
File size: 756 byte(s)
* Introduced Signal Units and Signal Unit Racks, which hopefully will meet
  the demands of the new engines for flexible signal processing.
* sf2: Initial implementation of vibrato LFO, fixes in modulation EG and
  and volume EG (work in progress)

1 persson 2043 INCLUDES = $(all_includes) $(SNDFILE_CFLAGS) $(GIG_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 iliev 2015 Voice.h AbstractVoice.cpp AbstractVoice.h VoiceBase.h \
14 iliev 2205 SignalUnit.h SignalUnitRack.h \
15 iliev 2015 MidiKeyboardManager.h \
16 schoenebeck 741 LFOBase.h \
17     LFOTriangleDiHarmonic.h \
18     LFOTriangleIntAbsMath.h \
19     LFOTriangleIntMath.h \
20 persson 2055 Resampler.h \
21     EG.h EG.cpp
22 iliev 2012 liblinuxsamplercommonengine_la_LIBADD = $(SNDFILE_LIBS)
23     liblinuxsamplercommonengine_la_LDFLAGS = $(SNDFILE_CFLAGS)

  ViewVC Help
Powered by ViewVC