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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2594 - (hide 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 persson 2420 AM_CPPFLAGS = $(all_includes) $(SNDFILE_CFLAGS) $(GIG_CFLAGS)
2 schoenebeck 53 METASOURCES = AUTO
3 schoenebeck 80
4 schoenebeck 510 AM_CXXFLAGS = -Wreturn-type -ffast-math $(CXX_CPU_SWITCH)
5 schoenebeck 80
6 schoenebeck 654 noinst_LTLIBRARIES = liblinuxsamplercommonengine.la
7     liblinuxsamplercommonengine_la_SOURCES = \
8     BiquadFilter.h \
9     Event.cpp Event.h \
10 iliev 2012 Sample.h SampleManager.h SampleFile.cpp SampleFile.h \
11     Stream.h StreamBase.cpp StreamBase.h \
12     DiskThreadBase.cpp DiskThreadBase.h \
13 iliev 2015 Voice.h AbstractVoice.cpp AbstractVoice.h VoiceBase.h \
14 iliev 2296 SignalUnit.h SignalUnit.cpp SignalUnitRack.h ModulatorGraph.cpp \
15 iliev 2015 MidiKeyboardManager.h \
16 schoenebeck 741 LFOBase.h \
17     LFOTriangleDiHarmonic.h \
18     LFOTriangleIntAbsMath.h \
19     LFOTriangleIntMath.h \
20 iliev 2223 SineLFO.h PulseLFO.h SawLFO.h \
21 persson 2055 Resampler.h \
22 schoenebeck 2594 InstrumentScriptVM.h InstrumentScriptVM.cpp \
23 persson 2055 EG.h EG.cpp
24 iliev 2012 liblinuxsamplercommonengine_la_LIBADD = $(SNDFILE_LIBS)
25     liblinuxsamplercommonengine_la_LDFLAGS = $(SNDFILE_CFLAGS)

  ViewVC Help
Powered by ViewVC