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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2594 - (show annotations) (download)
Thu Jun 5 00:16:25 2014 UTC (9 years, 10 months ago) by schoenebeck
File size: 873 byte(s)
* ScriptVM (WIP): started to integrate real-time instrument script
  support into the sampler engine implementations. The code is
  shared among all sampler engines, however currently only the gig
  file format supports storing instrument scripts (as LinuxSampler
  extension to the original GigaStudio 4 file format).
* gig engine: Added support for loading instrument scripts from .gig
  files.
* ScriptVM (WIP): Implemented built-in script variables %CC, $CC_NUM,
  $EVENT_NOTE, $EVENT_VELOCITY, $VCC_MONO_AT, $VCC_PITCH_BEND.
* ScriptVM (WIP): Implemented execution of script event handler "init".
* ScriptVM (WIP): Implemented execution of script event handler
  "controller".
* Bumped version (1.0.0.svn42).

1 AM_CPPFLAGS = $(all_includes) $(SNDFILE_CFLAGS) $(GIG_CFLAGS)
2 METASOURCES = AUTO
3
4 AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)
5
6 noinst_LTLIBRARIES = liblinuxsamplercommonengine.la
7 liblinuxsamplercommonengine_la_SOURCES = \
8 BiquadFilter.h \
9 Event.cpp Event.h \
10 Sample.h SampleManager.h SampleFile.cpp SampleFile.h \
11 Stream.h StreamBase.cpp StreamBase.h \
12 DiskThreadBase.cpp DiskThreadBase.h \
13 Voice.h AbstractVoice.cpp AbstractVoice.h VoiceBase.h \
14 SignalUnit.h SignalUnit.cpp SignalUnitRack.h ModulatorGraph.cpp \
15 MidiKeyboardManager.h \
16 LFOBase.h \
17 LFOTriangleDiHarmonic.h \
18 LFOTriangleIntAbsMath.h \
19 LFOTriangleIntMath.h \
20 SineLFO.h PulseLFO.h SawLFO.h \
21 Resampler.h \
22 InstrumentScriptVM.h InstrumentScriptVM.cpp \
23 EG.h EG.cpp
24 liblinuxsamplercommonengine_la_LIBADD = $(SNDFILE_LIBS)
25 liblinuxsamplercommonengine_la_LDFLAGS = $(SNDFILE_CFLAGS)

  ViewVC Help
Powered by ViewVC