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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 497 - (hide annotations) (download)
Sun Apr 10 11:55:44 2005 UTC (18 years, 11 months ago) by persson
File size: 500 byte(s)
* removed some build warnings
* fixed a bug with hanging notes when using sustain pedal
* release samples are not triggered anymore when sustain pedal is down

1 schoenebeck 53 INCLUDES = $(all_includes)
2     METASOURCES = AUTO
3 schoenebeck 80
4 persson 497 AM_CXXFLAGS = -ffast-math
5 schoenebeck 80
6 schoenebeck 57 noinst_LTLIBRARIES = liblinuxsamplergigengine.la
7 schoenebeck 411 liblinuxsamplergigengine_la_SOURCES = DiskThread.cpp DiskThread.h EGADSR.cpp \
8     EGADSR.h EGDecay.cpp EGDecay.h Engine.cpp Engine.h Filter.h \
9     InstrumentResourceManager.cpp InstrumentResourceManager.h Manipulator.h Stream.cpp Stream.h Voice.cpp \
10     Voice.h Synthesizer.cpp Profiler.cpp Profiler.h EngineChannel.cpp
11     noinst_HEADERS = Synthesizer.h EngineChannel.h EngineGlobals.h

  ViewVC Help
Powered by ViewVC