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

Log of /linuxsampler/trunk/src/engines/Engine.h

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 2448 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 3 14:26:32 2013 UTC (10 years, 11 months ago) by schoenebeck
File length: 5592 byte(s)
Diff to previous 2410
* Immediately apply scale tuning changes to active voices.
* Exposed scale tuning to C++ API (along to the already existing standard
  SysEx way).
* Bumped version to 1.0.0.svn21


Revision 2410 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 2 18:52:15 2013 UTC (11 years, 2 months ago) by schoenebeck
File length: 4463 byte(s)
Diff to previous 1800
* Several fixes in JACK audio driver:
- React on sample rate changes.
- React on buffer size changes.
- jack_port_get_buffer() was cached and called
  outside RT context.


Revision 1800 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Dec 7 01:26:46 2008 UTC (15 years, 4 months ago) by schoenebeck
File length: 4179 byte(s)
Diff to previous 1751
* maximum voices and disk streams can now be altered at runtime (added new
  LSCP commands "GET VOICES", "SET VOICES", "GET STREAMS", "SET STREAMS"
  and accordingly new LSCP events "GLOBAL_INFO:VOICES" and
  "GLOBAL_INFO:STREAMS")
* bumped version to 0.5.1.8cvs


Revision 1751 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 28 07:36:35 2008 UTC (15 years, 8 months ago) by schoenebeck
File length: 3928 byte(s)
Diff to previous 1012
* bugfix: process chromatic / drumkit mode sysex message only for
  the respective engine channels that are connected to the MIDI
  input port on which the message was received


Revision 1012 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 7 15:52:36 2007 UTC (17 years, 3 months ago) by capela
File length: 3847 byte(s)
Diff to previous 947
* Fixed a memory leak due to EngineFactory::Destroy() not doing it
as an actual destructor and just removing the engine instance from
factory stock and all instances allocated via EngineFactory::Create()
never got delete'd and thus their destructors never called. This bug
was evident while having many mapped instruments and querying the
instrument status via GET MIDI_INSTRUMENT INFO command, eating up
system memory very quickly and never let it go.


Revision 947 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 27 21:34:55 2006 UTC (17 years, 4 months ago) by schoenebeck
File length: 3780 byte(s)
Diff to previous 887
* implemented MIDI instrument mapping according to latest LSCP draft


Revision 887 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sat Jul 1 13:30:52 2006 UTC (17 years, 9 months ago) by schoenebeck
File length: 3224 byte(s)
moved file src/engines/common/Engine.h -> src/engines/Engine.h


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