/[svn]/linuxsampler/trunk/src/engines/gig/EGADSR.h
ViewVC logotype

Log of /linuxsampler/trunk/src/engines/gig/EGADSR.h

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 1748 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jun 22 14:46:46 2008 UTC (15 years, 9 months ago) by persson
File length: 8455 byte(s)
Diff to previous 796 , to selected 239
* bugfix: notes triggered at position 0 in the audio buffer were
  sometimes wrongly killed in the same buffer, causing no sound to be
  played
* fixes for audio drivers with varying buffer sizes
* Makefile fix: JACK_CFLAGS wasn't used
* JACK driver: use jack_client_open instead of the deprecated
  jack_client_new


Revision 796 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Oct 30 08:35:13 2005 UTC (18 years, 5 months ago) by persson
File length: 8402 byte(s)
Diff to previous 783 , to selected 239
* fixed voice stealing - stolen voices weren't killed


Revision 783 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Oct 2 14:40:52 2005 UTC (18 years, 5 months ago) by persson
File length: 8401 byte(s)
Diff to previous 768 , to selected 239
* EG fixes: the length of "attack hold" stage was wrong. Release stage
  can now start before attack stage ends. Cancel release didn't work
  when sustain was zero.


Revision 768 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 2 20:11:55 2005 UTC (18 years, 6 months ago) by persson
File length: 8938 byte(s)
Diff to previous 738 , to selected 239
* bug fixes for the new EG implementation


Revision 738 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 16 17:14:25 2005 UTC (18 years, 7 months ago) by schoenebeck
File length: 8917 byte(s)
Diff to previous 688 , to selected 239
* extensive synthesis optimization: reimplementation of EGs and LFO(s),
  removed synthesis parameter prerendering and the synthesis parameter
  matrix in general, splitting each audio fragment into subfragments now
  where each subfragment uses constant synthesis parameters
  (everything's still very buggy ATM)


Revision 688 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 14 12:25:20 2005 UTC (18 years, 8 months ago) by schoenebeck
File length: 4635 byte(s)
Diff to previous 614 , to selected 239
* if period time of chosen audio device is too small (< MIN_RELEASE_TIME)
  then simply show a warning about possible click sounds and reduce the
  volume ramp down appropriately instead of cancelling the audio device
  connection


Revision 614 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 6 16:54:20 2005 UTC (18 years, 9 months ago) by persson
File length: 4578 byte(s)
Diff to previous 554 , to selected 239
* support for the gig parameters for "release velocity response"
  curves, which means the decay and release times now depends on
  velocity. The softer velocity, the longer release.
* fine tuning of the envelope curves. Decay1 and release now have two
  parts, first linear and then exponential at the end.


Revision 554 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 19 19:25:14 2005 UTC (18 years, 10 months ago) by schoenebeck
File length: 4028 byte(s)
Diff to previous 284 , to selected 239
* All compile time options are now centrally alterable as arguments to the
  ./configure script. All options are C Macros beginning with CONFIG_
  prefix and will be placed into auto generated config.h file.


Revision 284 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 14 21:24:39 2004 UTC (19 years, 5 months ago) by schoenebeck
File length: 4019 byte(s)
Diff to previous 273 , to selected 239
raised EG_MIN_RELEASE_TIME a bit to avoid click sounds


Revision 273 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 8 21:04:51 2004 UTC (19 years, 5 months ago) by schoenebeck
File length: 4019 byte(s)
Diff to previous 271 , to selected 239
forgot to modify include for Pool.h


Revision 271 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 8 20:51:39 2004 UTC (19 years, 5 months ago) by schoenebeck
File length: 4029 byte(s)
Diff to previous 252 , to selected 239
* libgig: fixed panorama value in DimensionRegion (invalid conversion
  from signed 7 bit to signed 8 bit)
* src/linuxsampler.cpp: stacktrace is now automatically shown on fatal
  errors (that is  segmentation faults, etc.), gdb should be installed for
  this to work
* gig::Voice: tiny accuracy fix of pan calculation
* replaced old pool classes by completely new ones which now offer
  Iterator abstraction


Revision 252 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 23 21:33:43 2004 UTC (19 years, 6 months ago) by schoenebeck
File length: 3973 byte(s)
Diff to previous 249 , to selected 239
* fixed another bug in EGADSR which caused clicks when voices were killed
  near the audio fragment end


Revision 249 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 20 00:26:40 2004 UTC (19 years, 6 months ago) by schoenebeck
File length: 3938 byte(s)
Diff to previous 239
reduced EG_MIN_RELEASE_TIME to allow to finish kill process of a voice
within the same audio fragment, this will be e.g. be mandatory for voice
stealing


Revision 239 - (view) (download) (as text) (annotate) - [selected]
Modified Sun Sep 12 14:48:19 2004 UTC (19 years, 6 months ago) by schoenebeck
File length: 3937 byte(s)
Diff to previous 56
* implemented key groups (a.k.a exclusive groups) which is important for
  drum patches and monphonic instruments
* src/engines/gig/Engine.cpp: bugfix in ProcessNoteOn() - did not always
  stick the note on event to the respective key's own event list although
  e.g. the EGADRS expects it to find there


Revision 56 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 27 09:21:58 2004 UTC (19 years, 11 months ago) by schoenebeck
File length: 3814 byte(s)
Diff to previous 53 , to selected 239
updated copyright header for 2004


Revision 53 - (view) (download) (as text) (annotate) - [select for diffs]
Added Mon Apr 26 17:15:51 2004 UTC (19 years, 11 months ago) by schoenebeck
File length: 3814 byte(s)
Diff to selected 239
* completely restructured source tree
* implemented multi channel support
* implemented instrument manager, which controls sharing of instruments
  between multiple sampler engines / sampler channels
* created abstract classes 'AudioOutputDevice' and 'MidiInputDevice' for
  convenient implementation of further audio output driver and MIDI input
  driver for LinuxSampler
* implemented following LSCP commands: 'SET CHANNEL MIDI INPUT TYPE',
  'LOAD ENGINE', 'GET CHANNELS', 'ADD CHANNEL', 'REMOVE CHANNEL',
  'SET CHANNEL AUDIO OUTPUT TYPE'
* temporarily removed all command line options
* LSCP server is now launched by default


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