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

Annotation of /linuxsampler/trunk/src/drivers/midi/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 221 - (hide annotations) (download)
Fri Aug 20 17:25:19 2004 UTC (19 years, 8 months ago) by schoenebeck
File size: 375 byte(s)
* src/drivers/midi/MidiInputDeviceAlsa.cpp: implemented port parameter
 "NAME" which now updates the registered ALSA seq port name as well, fixed
  port parameter "ALSA_SEQ_BINDINGS" to allow more than one binding
* src/network/lscp.y: fixed symbol STRINGVAL (that is strings encapsulated
  into apostrophes) which didn't allow space characters
* changed all driver names and driver paramaters to upper case
* fixed typo in LSCP documentation
  (section 5.3.12, was: "SET MIDI_INPUT_PORT PARAMETER",
   should be: "SET MIDI_INPUT_PORT_PARAMETER")

1 schoenebeck 201 INCLUDES = $(all_includes)
2     METASOURCES = AUTO
3    
4     AM_CXXFLAGS = -ffast-math -march=$(target_cpu) -mcpu=$(target_cpu)
5    
6     noinst_LTLIBRARIES = liblinuxsamplermididriver.la
7 schoenebeck 221 liblinuxsamplermididriver_la_SOURCES = MidiInputDevice.cpp MidiInputDevice.h MidiInputDeviceAlsa.cpp MidiInputDeviceAlsa.h MidiInputDeviceFactory.h MidiInputDeviceFactory.cpp MidiInputPort.cpp MidiInputPort.h
8    

  ViewVC Help
Powered by ViewVC