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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 554 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 19 19:25:14 2005 UTC (18 years, 10 months ago) by schoenebeck
File length: 15297 byte(s)
Diff to previous 396
* 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 396 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 20 20:32:24 2005 UTC (19 years, 1 month ago) by persson
File length: 15163 byte(s)
Diff to previous 286
* fixed a bug that made some release triggered samples too short
  (envelope went directly from attack to release)


Revision 286 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 16 17:29:05 2004 UTC (19 years, 5 months ago) by schoenebeck
File length: 15142 byte(s)
Diff to previous 285
just added some sanity checks for debugging


Revision 285 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 14 21:31:26 2004 UTC (19 years, 5 months ago) by schoenebeck
File length: 14655 byte(s)
Diff to previous 271
* bunch of bugfixes (e.g. segfault on voice stealing)


Revision 271 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 8 20:51:39 2004 UTC (19 years, 5 months ago) by schoenebeck
File length: 14222 byte(s)
Diff to previous 259
* 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 259 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 29 03:16:01 2004 UTC (19 years, 6 months ago) by senkov
File length: 14335 byte(s)
Diff to previous 252
* Fixed a hang in stage_fadeout


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


Revision 251 - (view) (download) (annotate) - [select for diffs]
Modified Mon Sep 20 12:27:48 2004 UTC (19 years, 6 months ago) by schoenebeck
File length: 14074 byte(s)
Diff to previous 239
* changed curve type from exponential to linear in stage 'end' of
  EGADSR (fixes click sounds at the end of voices)


Revision 239 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 12 14:48:19 2004 UTC (19 years, 6 months ago) by schoenebeck
File length: 13771 byte(s)
Diff to previous 237
* 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 237 - (view) (download) (annotate) - [select for diffs]
Modified Sun Sep 12 01:59:40 2004 UTC (19 years, 6 months ago) by senkov
File length: 12858 byte(s)
Diff to previous 56
* Fixed a crash in EGADSR::Process()


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


Revision 53 - (view) (download) (annotate) - [select for diffs]
Added Mon Apr 26 17:15:51 2004 UTC (19 years, 11 months ago) by schoenebeck
File length: 12720 byte(s)
* 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