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

Contents of /linuxsampler/trunk/src/lib/fileloader/libgig/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 53 - (show annotations) (download)
Mon Apr 26 17:15:51 2004 UTC (19 years, 11 months ago) by schoenebeck
File size: 280 byte(s)
* completely restructured source tree
* implemented multi channel support
* implemented instrument manager, which controls sharing of instruments
  between multiple sampler engines / sampler channels
* created abstract classes 'AudioOutputDevice' and 'MidiInputDevice' for
  convenient implementation of further audio output driver and MIDI input
  driver for LinuxSampler
* implemented following LSCP commands: 'SET CHANNEL MIDI INPUT TYPE',
  'LOAD ENGINE', 'GET CHANNELS', 'ADD CHANNEL', 'REMOVE CHANNEL',
  'SET CHANNEL AUDIO OUTPUT TYPE'
* temporarily removed all command line options
* LSCP server is now launched by default

1 # set the include path found by configure
2 INCLUDES = $(all_includes)
3
4 # to prevent compile errors on some systems
5 AM_CXXFLAGS = -pedantic
6
7 METASOURCES = AUTO
8 lib_LTLIBRARIES = libgig.la
9 libgig_la_LDFLAGS = -module
10 libgig_la_SOURCES = DLS.cpp DLS.h gig.cpp gig.h RIFF.cpp RIFF.h

  ViewVC Help
Powered by ViewVC