/[svn]/linuxsampler/trunk/src/common/ArrayList.h
ViewVC logotype

Log of /linuxsampler/trunk/src/common/ArrayList.h

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 2581 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 30 12:48:05 2014 UTC (9 years, 10 months ago) by schoenebeck
File length: 6621 byte(s)
Diff to previous 2500
* (WIP) Implemented parser and VM for upcoming new real-time instrument
  script support. It needs yet to be integrated into the sampler's
  sampler engines. You can toy around for now with the command line tool
  "ls_instr_script" and i.e. examples showing the core language features
  under src/scriptvm/examples/.
* Bumped version (1.0.0.svn41).


Revision 2500 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 10 12:20:05 2014 UTC (10 years, 3 months ago) by schoenebeck
File length: 6130 byte(s)
Diff to previous 2055
* Added support for multiple MIDI input ports per sampler channel (added
  various new C++ API methods for this new feature/design, old C++ API
  methods are now marked as deprecated but should still provide full
  behavior backward compatibility).
* LSCP Network interface: Added the following new LSCP commands for the new
  feature mentioned above: "ADD CHANNEL MIDI_INPUT",
  "REMOVE CHANNEL MIDI_INPUT" and "LIST CHANNEL MIDI_INPUTS". As with the
  C++ API changes, the old LSCP commands for MIDI input management are now
  marked as deprecated, but are still there and should provide full behavior
  backward compatibility.
* New LSCP specification document (LSCP v1.6).
* AbstractEngine::GSCheckSum(): don't allocate memory on the stack (was
  unsafe and caused compilation error with old clang 2.x).
* Bumped version (1.0.0.svn25).


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: 5921 byte(s)
Diff to previous 880
* 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 880 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 27 22:57:37 2006 UTC (17 years, 9 months ago) by schoenebeck
File length: 5109 byte(s)
Diff to previous 835
just some refactoring work:
- renamed class LinuxSamplerException -> Exception
- encapsulated LS API relevant files into LS namespace
- removed unnecessary header inclusions


Revision 835 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Feb 6 18:07:17 2006 UTC (18 years, 2 months ago) by persson
File length: 5193 byte(s)
Diff to previous 458
* fixed some memory management errors


Revision 458 - (view) (download) (as text) (annotate) - [select for diffs]
Added Mon Mar 14 22:32:23 2005 UTC (19 years, 1 month ago) by schoenebeck
File length: 5187 byte(s)
simple container with array implementation


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