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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 40 - (show annotations) (download)
Tue Mar 30 13:14:58 2004 UTC (19 years, 11 months ago) by schoenebeck
File size: 902 byte(s)
* added Envelope Generator 2 and 3 (filter cutoff EG and pitch EG) for
  accurate .gig playback
* fixed accuracy of pitch calculation
* changed filter cutoff range to 100Hz..10kHz with exponential curve, this
  value range can also be adjusted on compile time by setting
  FILTER_CUTOFF_MIN and FILTER_CUTOFF_MAX in src/voice.h to desired
  frequencies
* src/lfo.h: lfo is now generalized to a C++ template, which will be useful
  especially when we implement further engines

1 bin_PROGRAMS = linuxsampler
2 linuxsampler_SOURCES = linuxsampler.cpp audioio.cpp audioio.h audiothread.cpp audiothread.h diskthread.cpp diskthread.h global.cpp global.h midiin.cpp midiin.h ringbuffer.h stream.cpp stream.h thread.cpp thread.h voice.cpp voice.h rtelmemorypool.h atomic.h modulationsystem.cpp eg_vca.cpp alsaio.cpp alsaio.h jackio.cpp jackio.h lfo.cpp eg_d.cpp rtmath.cpp
3
4 # set the include path found by configure
5 INCLUDES= $(all_includes)
6
7 # to prevent compile errors on some systems
8 AM_CXXFLAGS = -pedantic
9
10 # the library search path.
11 linuxsampler_LDFLAGS = $(all_libraries) $(JACK_LIBS)
12 lib_LIBRARIES = libgig.a
13 libgig_a_SOURCES = DLS.cpp DLS.h gig.cpp gig.h RIFF.cpp RIFF.h
14 linuxsampler_LDADD = $(top_builddir)/src/network/liblscpserver.a $(top_builddir)/src/libgig.a -lpthread -lasound
15 noinst_HEADERS = modulationsystem.h eg_vca.h filter.h lfo.h eg_d.h rtmath.h
16 SUBDIRS = network

  ViewVC Help
Powered by ViewVC