/[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 2175 - (hide annotations) (download)
Mon Apr 25 08:12:36 2011 UTC (13 years ago) by persson
File size: 691 byte(s)
* sfz engine: implemeted filters. Filter types: lowpass, bandpass,
  bandreject and highpass. 1, 2, 4 and 6 pole filters. Opcodes:
  fil_type, cutoff, resonance, fil_veltrack, fil_keytrack,
  fil_keycenter, cutoff_cc, cutoff_chanaft.
* sfz engine: bugfix: zero ampeg_sustain didn't work
* gig engine: bugfix: pitch LFO controller "internal+aftertouch" was broken
* gig engine: bugfix: filter keyboard tracking was broken
* gig engine: filter performance fix (an unnecessary copy was made of
  the filter parameters in each sub fragment)
* ASIO driver: fixes for newer gcc versions (fix from PortAudio)

1 senoner 1502 INCLUDES = $(all_includes) $(GIG_CFLAGS)
2 schoenebeck 53 METASOURCES = AUTO
3 schoenebeck 80
4 schoenebeck 504 AM_CXXFLAGS = -Wreturn-type -ffast-math
5 schoenebeck 80
6 schoenebeck 57 noinst_LTLIBRARIES = liblinuxsamplergigengine.la
7 schoenebeck 654 liblinuxsamplergigengine_la_SOURCES = \
8     EngineGlobals.h \
9     DiskThread.cpp DiskThread.h \
10     EGADSR.cpp EGADSR.h \
11     EGDecay.cpp EGDecay.h \
12     Engine.cpp Engine.h \
13 persson 2175 Filter.h Filter.cpp \
14 schoenebeck 654 InstrumentResourceManager.cpp InstrumentResourceManager.h \
15     Stream.cpp Stream.h \
16     Voice.cpp Voice.h \
17     Synthesizer.cpp Synthesizer.h \
18     Profiler.cpp Profiler.h \
19 persson 832 EngineChannel.cpp EngineChannel.h \
20 schoenebeck 883 SmoothVolume.cpp SmoothVolume.h \
21     SynthesisParam.h
22 schoenebeck 504 liblinuxsamplergigengine_la_LIBADD = $(GIG_LIBS)
23     liblinuxsamplergigengine_la_LDFLAGS = $(GIG_CFLAGS)

  ViewVC Help
Powered by ViewVC