/[svn]/linuxsampler/trunk/src/engines/sf2/Voice.h
ViewVC logotype

Log of /linuxsampler/trunk/src/engines/sf2/Voice.h

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 3444 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Dec 23 19:32:11 2018 UTC (5 years, 3 months ago) by schoenebeck
File length: 7590 byte(s)
Diff to previous 3054 , to selected 2327
* Only play release trigger samples on sustain pedal up if this behaviour
  was explicitly requested by the instrument (otherwise only on note-off).
* Bumped version (2.1.0.svn2).


Revision 3054 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Dec 15 12:47:45 2016 UTC (7 years, 4 months ago) by schoenebeck
File length: 7517 byte(s)
Diff to previous 2559 , to selected 2327
* Fixed numerous compiler warnings.
* Bumped version (2.0.0.svn32).


Revision 2559 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun May 18 17:38:25 2014 UTC (9 years, 11 months ago) by schoenebeck
File length: 7283 byte(s)
Diff to previous 2390 , to selected 2327
* Aftertouch: extended API to explicitly handle channel pressure and
  polyphonic key pressure events (so far polyphonic pressure was not
  supported at all, and channel pressure was rerouted as CC128 but not
  used so far).
* Gig Engine: Fixed support for 'aftertouch' attenuation controller.
* Bumped version (1.0.0.svn39).


Revision 2390 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 5 12:31:05 2013 UTC (11 years, 3 months ago) by persson
File length: 7050 byte(s)
Diff to previous 2382 , to selected 2327
* fixed compilation with Clang 3.2


Revision 2382 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Dec 2 16:30:42 2012 UTC (11 years, 4 months ago) by persson
File length: 7023 byte(s)
Diff to previous 2327
* all engines: add pan CC value to instrument pan parameter before
  applying panning, instead of using two separate pan functions in
  series (#182)
* sfz parser: allow -200 to 200 for pan_oncc opcode (#182)
* gig engine: handle special case when pan parameter in gig file has
  max or min value
* CoreMIDI: fixed memory deallocation error


Revision 2327 - (view) (download) (as text) (annotate) - [selected]
Modified Sat Mar 10 16:16:14 2012 UTC (12 years, 1 month ago) by persson
File length: 6959 byte(s)
Diff to previous 2217
* sfz/sf2 engine: fixed crash when using small audio fragment size


Revision 2217 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 26 15:51:30 2011 UTC (12 years, 8 months ago) by iliev
File length: 6882 byte(s)
Diff to previous 2207 , to selected 2327
* removed helper classes SignalUnitBase,
  EndpointSignalUnitBase, SignalUnitRackBase
* clean up sf2::Voice
* bumped version to 1.0.0.cvs12


Revision 2207 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 15 15:43:49 2011 UTC (12 years, 9 months ago) by iliev
File length: 7049 byte(s)
Diff to previous 2205 , to selected 2327
* simplified the signal unit model
* sf2: initial implementation of modulation LFO and cutoff filter


Revision 2205 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 11 17:52:01 2011 UTC (12 years, 9 months ago) by iliev
File length: 7012 byte(s)
Diff to previous 2203 , to selected 2327
* Introduced Signal Units and Signal Unit Racks, which hopefully will meet
  the demands of the new engines for flexible signal processing.
* sf2: Initial implementation of vibrato LFO, fixes in modulation EG and
  and volume EG (work in progress)


Revision 2203 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 9 16:44:27 2011 UTC (12 years, 9 months ago) by persson
File length: 6601 byte(s)
Diff to previous 2175 , to selected 2327
* sf2 engine: fine-tuned amplitude EG (by switching from gig to sfz EG)
* sfz engine: added support for EG hold (ampeg_hold)
* Mac OS X: made it possible to specify plugin installation dir to
  configure


Revision 2175 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 25 08:12:36 2011 UTC (12 years, 11 months ago) by persson
File length: 6653 byte(s)
Diff to previous 2114 , to selected 2327
* sfz engine: implemeted filters. Filter types: lowpass, bandpass,
  bandreject and highpass. 1, 2, 4 and 6 pole filters. Opcodes:
  fil_type, cutoff, resonance, fil_veltrack, fil_keytrack,
  fil_keycenter, cutoff_cc, cutoff_chanaft.
* sfz engine: bugfix: zero ampeg_sustain didn't work
* gig engine: bugfix: pitch LFO controller "internal+aftertouch" was broken
* gig engine: bugfix: filter keyboard tracking was broken
* gig engine: filter performance fix (an unnecessary copy was made of
  the filter parameters in each sub fragment)
* ASIO driver: fixes for newer gcc versions (fix from PortAudio)


Revision 2114 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 10 12:05:19 2010 UTC (13 years, 8 months ago) by persson
File length: 6377 byte(s)
Diff to previous 2055 , to selected 2327
* sfz engine: improved support for exclusive groups (group, off_by and
  off_mode)
* minor valgrind fixes


Revision 2055 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jan 30 10:30:02 2010 UTC (14 years, 2 months ago) by persson
File length: 6287 byte(s)
Diff to previous 2015 , to selected 2327
* sfz engine: added support for v2 multiple stage envelope generators
* sfz engine: added a fine-tuned v1 envelope generator instead of
  using the one from the gig engine


Revision 2015 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Oct 25 22:22:52 2009 UTC (14 years, 5 months ago) by iliev
File length: 5983 byte(s)
Diff to previous 2012 , to selected 2327
* Refactoring: moved the independent code from gig::Voice to base classes
* SoundFont format engine: implemented EG1 & EG2


Revision 2012 - (view) (download) (as text) (annotate) - [select for diffs]
Added Fri Oct 23 17:53:17 2009 UTC (14 years, 5 months ago) by iliev
File length: 12602 byte(s)
Diff to selected 2327
* Refactoring: moved the independent code from
  the Gigasampler format engine to base classes
* SFZ format engine: experimental code (not usable yet)
* SoundFont format engine: experimental code (not usable yet)
* Fixed crash which may occur when MIDI key + transpose is out of range


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC