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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2600 - (hide annotations) (download)
Sat Jun 7 00:16:03 2014 UTC (9 years, 10 months ago) by schoenebeck
File size: 806 byte(s)
* Implemented built-in instrument script function "set_controller()".
* Fixed built-in script functions "ignore_event()" and
  "ignore_controller()".
* Added extended instrument script VM for the Gigasampler/GigaStudio format
  sampler engine, which extends the general instrument script VM with Giga
  format specific variables and functions.
* Giga format instrument scripts: added built-in script int constant
  variables $GIG_DIM_CHANNEL, $GIG_DIM_LAYER, $GIG_DIM_VELOCITY,
  $GIG_DIM_AFTERTOUCH, $GIG_DIM_RELEASE, $GIG_DIM_KEYBOARD,
  $GIG_DIM_ROUNDROBIN, $GIG_DIM_RANDOM, $GIG_DIM_SMARTMIDI,
  $GIG_DIM_ROUNDROBINKEY, $GIG_DIM_MODWHEEL, $GIG_DIM_BREATH,
  $GIG_DIM_FOOT, $GIG_DIM_PORTAMENTOTIME, $GIG_DIM_EFFECT1,
  $GIG_DIM_EFFECT2, $GIG_DIM_GENPURPOSE1, $GIG_DIM_GENPURPOSE2,
  $GIG_DIM_GENPURPOSE3, $GIG_DIM_GENPURPOSE4, $GIG_DIM_SUSTAIN,
  $GIG_DIM_PORTAMENTO, $GIG_DIM_SOSTENUTO, $GIG_DIM_SOFT,
  $GIG_DIM_GENPURPOSE5, $GIG_DIM_GENPURPOSE6, $GIG_DIM_GENPURPOSE7,
  $GIG_DIM_GENPURPOSE8, $GIG_DIM_EFFECT1DEPTH, $GIG_DIM_EFFECT2DEPTH,
  $GIG_DIM_EFFECT3DEPTH, $GIG_DIM_EFFECT4DEPTH, $GIG_DIM_EFFECT5DEPTH.
* Giga format instrument scripts: Implemented built-in script function
  "gig_set_dim_zone(event_id, dimension, zone)", which allows to override
  dimension zone(s) for new voices.
* Bumped version (1.0.0.svn45).

1 persson 2420 AM_CPPFLAGS = $(all_includes) $(GIG_CFLAGS)
2 schoenebeck 53 METASOURCES = AUTO
3 schoenebeck 80
4 schoenebeck 504 AM_CXXFLAGS = -Wreturn-type -ffast-math
5 schoenebeck 80
6 schoenebeck 57 noinst_LTLIBRARIES = liblinuxsamplergigengine.la
7 schoenebeck 654 liblinuxsamplergigengine_la_SOURCES = \
8     EngineGlobals.h \
9     DiskThread.cpp DiskThread.h \
10     EGADSR.cpp EGADSR.h \
11     EGDecay.cpp EGDecay.h \
12     Engine.cpp Engine.h \
13 persson 2175 Filter.h Filter.cpp \
14 schoenebeck 2600 InstrumentScriptVM.h InstrumentScriptVM.cpp \
15     InstrumentScriptVMFunctions.h InstrumentScriptVMFunctions.cpp \
16 schoenebeck 654 InstrumentResourceManager.cpp InstrumentResourceManager.h \
17     Stream.cpp Stream.h \
18     Voice.cpp Voice.h \
19     Synthesizer.cpp Synthesizer.h \
20     Profiler.cpp Profiler.h \
21 persson 832 EngineChannel.cpp EngineChannel.h \
22 schoenebeck 883 SmoothVolume.cpp SmoothVolume.h \
23     SynthesisParam.h
24 schoenebeck 504 liblinuxsamplergigengine_la_LIBADD = $(GIG_LIBS)
25     liblinuxsamplergigengine_la_LDFLAGS = $(GIG_CFLAGS)

  ViewVC Help
Powered by ViewVC