CVS log for linuxsampler/src/Sampler.h

(logo)

Help

(back) Up to [ls] / linuxsampler / src

Request diff between arbitrary revisions


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision 1.33 / (as text) / (view) - annotate - [select for diffs] , Sun Jul 12 18:52:20 2009 UTC (12 months, 2 weeks ago) by schoenebeck
Branch: MAIN
CVS Tags: release1_0_0, HEAD
Changes since 1.32: +21 -4 lines
Diff to previous 1.32
* bugfix: don't allow to change the audio output device, MIDI input device
  or MIDI input port when using a host plugin implementation
  (e.g VST, AU, DSSI, LV2) as this would go terribly wrong

Revision 1.32 / (as text) / (view) - annotate - [select for diffs] , Sun Jul 12 09:35:55 2009 UTC (12 months, 2 weeks ago) by schoenebeck
Branch: MAIN
Changes since 1.31: +147 -122 lines
Diff to previous 1.31
* bugfix: don't allow to create or destroy audio devices and MIDI devices
  of host plugin implementations (e.g VST, AU, DSSI, LV2) on their own,
  as they only exist in the context of the plugin instance and would
  otherwise crash the application

Revision 1.31 / (as text) / (view) - annotate - [select for diffs] , Sun May 10 08:31:50 2009 UTC (14 months, 2 weeks ago) by persson
Branch: MAIN
Changes since 1.30: +9 -1 lines
Diff to previous 1.30
* Windows: look for editor plugins and Fantasia using base directory
  of liblinuxsampler dll
* lscp bugfix: SET CHANNEL MIDI_INPUT_TYPE didn't work with the MME
  driver

Revision 1.30 / (as text) / (view) - annotate - [select for diffs] , Mon Feb 16 17:56:49 2009 UTC (17 months, 1 week ago) by iliev
Branch: MAIN
Changes since 1.29: +26 -2 lines
Diff to previous 1.29
* Adapted drivers/Plugin class to be used as a base class for the
  AudioUnit plugin and fixed orphaned pointers when deleting PluginGlobal
* Fixed possible iterator invalidations when resetting the sampler
* Fixed memory leaks when issuing the following LSCP commands:
  GET AUDIO_OUTPUT_DRIVER INFO
  GET AUDIO_OUTPUT_DRIVER_PARAMETER INFO
  GET MIDI_INPUT_DRIVER INFO
  GET MIDI_INPUT_DRIVER_PARAMETER INFO
* Fixed possible compilation error when sqlite is not present

Revision 1.29 / (as text) / (view) - annotate - [select for diffs] , Sat Nov 1 19:01:27 2008 UTC (20 months, 3 weeks ago) by iliev
Branch: MAIN
Changes since 1.28: +6 -0 lines
Diff to previous 1.28
* notification events for stream/voice count statistics are now sent
  only when there are actual changes
* use atomic_t for stream/voice count statistics

Revision 1.28 / (as text) / (view) - annotate - [select for diffs] , Sat Sep 6 15:44:42 2008 UTC (22 months, 3 weeks ago) by persson
Branch: MAIN
Changes since 1.27: +7 -0 lines
Diff to previous 1.27
* refactoring: extracted lscp notification from main() to a separate
  function
* added helper function MidiInputPort::DispatchRaw for midi device
  implementations with raw byte data
* fixed a win32 build error (atomic.h is working on windows too)
* code cleanup: moved lscp classes into LinuxSampler namespace

Revision 1.27 / (as text) / (view) - annotate - [select for diffs] , Fri Aug 29 14:42:05 2008 UTC (22 months, 4 weeks ago) by iliev
Branch: MAIN
Changes since 1.26: +3 -0 lines
Diff to previous 1.26
* fixed a crash which occurs when removing a sampler channel waiting
  to start instrument loading after another channel

Revision 1.26 / (as text) / (view) - annotate - [select for diffs] , Sun Apr 20 07:53:39 2008 UTC (2 years, 3 months ago) by schoenebeck
Branch: MAIN
Changes since 1.25: +9 -0 lines
Diff to previous 1.25
* allow pan control of engine channels on C++ API level
* export denormals-are-zero mode feature to C++ API

Revision 1.25 / (as text) / (view) - annotate - [select for diffs] , Sat Feb 16 01:09:33 2008 UTC (2 years, 5 months ago) by schoenebeck
Branch: MAIN
Changes since 1.24: +14 -0 lines
Diff to previous 1.24
* added new LSCP event "DEVICE_MIDI" which can be used by frontends to
  react on MIDI data arriving on certain MIDI input devices (so far only
  Note-On and Note-Off events are sent via this LSCP event)
* bumped version to 0.5.1.4cvs

Revision 1.24 / (as text) / (view) - annotate - [select for diffs] , Thu Feb 14 14:58:49 2008 UTC (2 years, 5 months ago) by schoenebeck
Branch: MAIN
Changes since 1.23: +28 -1 lines
Diff to previous 1.23
* added new LSCP event "CHANNEL_MIDI" which can be used by frontends to
  react on MIDI data arriving on certain sampler channels (so far only
  Note-On and Note-Off events are sent via this LSCP event)
* bumped LSCP compliance version to 1.4
* bumped LS version to 0.5.1.3cvs

Revision 1.23 / (as text) / (view) - annotate - [select for diffs] , Tue Dec 4 18:09:26 2007 UTC (2 years, 7 months ago) by iliev
Branch: MAIN
CVS Tags: release0_5_1
Changes since 1.22: +11 -0 lines
Diff to previous 1.22
- Added support for monitoring the total number of active disk streams
  (new LSCP commands: GET TOTAL_STREAM_COUNT,
  SUBSCRIBE TOTAL_STREAM_COUNT, UNSUBSCRIBE TOTAL_STREAM_COUNT)

Revision 1.22 / (as text) / (view) - annotate - [select for diffs] , Sun Mar 25 17:59:13 2007 UTC (3 years, 4 months ago) by iliev
Branch: MAIN
CVS Tags: release0_5_0
Changes since 1.21: +205 -0 lines
Diff to previous 1.21
* Implemented new, improved notification system

Revision 1.21 / (as text) / (view) - annotate - [select for diffs] , Wed Jul 5 16:53:22 2006 UTC (4 years ago) by schoenebeck
Branch: MAIN
CVS Tags: release0_4_0
Changes since 1.20: +12 -0 lines
Diff to previous 1.20
* src/Sampler.h, src/Sampler.cpp: allow 3rd party applications to
  retrieve available drivers and sampler engines
* src/linuxsampler.cpp: show available engines on startup (on the console)

Revision 1.20 / (as text) / (view) - annotate - [select for diffs] , Wed Jul 5 15:29:44 2006 UTC (4 years ago) by schoenebeck
Branch: MAIN
Changes since 1.19: +26 -21 lines
Diff to previous 1.19
just a bit API doc correction

Revision 1.19 / (as text) / (view) - annotate - [select for diffs] , Sat Jul 1 12:43:02 2006 UTC (4 years ago) by schoenebeck
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
just some refactoring work, moved the following files:

- src/engines/common/Engine.h -> src/engines/Engine.h,

- src/engines/common/EngineChannel.h ->
  src/engines/EngineChannel.h,

- src/engines/common/EngineChannel.cpp ->
  src/engines/EngineChannel.cpp

Revision 1.18 / (as text) / (view) - annotate - [select for diffs] , Tue Jun 27 21:57:35 2006 UTC (4 years, 1 month ago) by schoenebeck
Branch: MAIN
Changes since 1.17: +14 -14 lines
Diff to previous 1.17
just some refactoring work:
- renamed class LinuxSamplerException -> Exception
- encapsulated LS API relevant files into LS namespace
- removed unnecessary header inclusions

Revision 1.17 / (as text) / (view) - annotate - [select for diffs] , Sun Feb 26 13:00:07 2006 UTC (4 years, 5 months ago) by persson
Branch: MAIN
Changes since 1.16: +1 -2 lines
Diff to previous 1.16
* fixed some concurrency problems between the lscp thread and the
  audio/midi threads for these commands: load engine, set channel
  audio output device, set channel midi input device/port/channel and
  remove channel. Thanks to Vincent Bongiorno for bug reports and
  testing.
* removed an autotools warning
* fixed an iterator bug
* minor code clean-ups

Revision 1.16 / (as text) / (view) - annotate - [select for diffs] , Fri Sep 23 05:58:26 2005 UTC (4 years, 10 months ago) by iliev
Branch: MAIN
Changes since 1.15: +6 -0 lines
Diff to previous 1.15
Added new LSCP commands: GET TOTAL_VOICE_COUNT,
GET TOTAL_VOICE_COUNT_MAX, SUBSCRIBE/UNSUBSCRIBE TOTAL_VOICE_COUNT

Revision 1.15 / (as text) / (view) - annotate - [select for diffs] , Wed Jun 22 21:09:28 2005 UTC (5 years, 1 month ago) by schoenebeck
Branch: MAIN
CVS Tags: release0_3_3, release0_3_2
Changes since 1.14: +36 -32 lines
Diff to previous 1.14
* update MIDI channel info on program change

Revision 1.14 / (as text) / (view) - annotate - [select for diffs] , Fri Apr 29 13:18:25 2005 UTC (5 years, 3 months ago) by letz
Branch: MAIN
CVS Tags: release0_3_1
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
Fix destructor

Revision 1.13 / (as text) / (view) - annotate - [select for diffs] , Sat Feb 26 02:01:14 2005 UTC (5 years, 5 months ago) by schoenebeck
Branch: MAIN
Changes since 1.12: +24 -21 lines
Diff to previous 1.12
* design change: using now one sampler engine instance and one disk thread
  instance for all sampler channels that are connected to the same audio
  output device (and are using the same engine type of course)
* added EngineFactory / EngineChannelFactory to remove the annoying build
  dependencies e.g. of the lscpserver to the actual sampler engine
  implementations
* bumped version to 0.3.0 (current CVS state is still quite broken,
  previous, stable CVS version was tagged as "v0_2_0" and is also available
  as source tarball)

Revision 1.12 / (as text) / (view) - annotate - [select for diffs] , Fri Aug 20 16:25:19 2004 UTC (5 years, 11 months ago) by schoenebeck
Branch: MAIN
CVS Tags: v0_2_0
Changes since 1.11: +6 -6 lines
Diff to previous 1.11
* src/drivers/midi/MidiInputDeviceAlsa.cpp: implemented port parameter
 "NAME" which now updates the registered ALSA seq port name as well, fixed
  port parameter "ALSA_SEQ_BINDINGS" to allow more than one binding
* src/network/lscp.y: fixed symbol STRINGVAL (that is strings encapsulated
  into apostrophes) which didn't allow space characters
* changed all driver names and driver paramaters to upper case
* fixed typo in LSCP documentation
  (section 5.3.12, was: "SET MIDI_INPUT_PORT PARAMETER",
   should be: "SET MIDI_INPUT_PORT_PARAMETER")

Revision 1.11 / (as text) / (view) - annotate - [select for diffs] , Wed Jul 28 13:17:29 2004 UTC (6 years ago) by schoenebeck
Branch: MAIN
Changes since 1.10: +6 -0 lines
Diff to previous 1.10
* introduced and implemented new LSCP command "RESET" which resets the
  whole sampler instance
* src/drivers/audio/AudioOutputDeviceAlsa.cpp: parameter 'card' now
  returns all available sound cards as possibility, added dependency to
  parameter 'card' to parameters 'fragments' and 'fragmentsize'
* src/drivers/DeviceParameter.cpp: fixed return value(s) for classes
  'DeviceCreationParameterString' and 'DeviceCreationParameterStrings'
  which returned the default value(s) not encapsulated into apostrophes
* src/network/lscpserver.cpp: fixed implementation of LSCP commands
  "GET MIDI_INPUT_DRIVER_PARAMETER INFO" and
  "GET AUDIO_OUTPUT_DRIVER_PARAMETER INFO"

Revision 1.10 / (as text) / (view) - annotate - [select for diffs] , Sat Jul 17 23:29:39 2004 UTC (6 years ago) by schoenebeck
Branch: MAIN
Changes since 1.9: +46 -5 lines
Diff to previous 1.9
* src/Sampler.cpp: changed sampler channel index allocation from consistent
channel index allocation to incrementing channel index allocation, that is
it doesn't fill channel index gaps anymore (to avoid race conditions)
* implemented "LIST CHANNELS" LSCP command

Revision 1.9 / (as text) / (view) - annotate - [select for diffs] , Tue Jul 13 21:44:13 2004 UTC (6 years ago) by schoenebeck
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8
forgot to change some things which was mandatory due to the recent
directory movements ('/src/audiodriver' -> '/src/drivers/audio',
'/src/mididriver' -> '/src/drivers/midi')

Revision 1.8 / (as text) / (view) - annotate - [select for diffs] , Tue Jul 6 02:18:03 2004 UTC (6 years ago) by senkov
Branch: MAIN
Changes since 1.7: +0 -6 lines
Diff to previous 1.7
moved ToString() out

Revision 1.7 / (as text) / (view) - annotate - [select for diffs] , Tue Jun 29 20:11:50 2004 UTC (6 years, 1 month ago) by capela
Branch: MAIN
Changes since 1.6: +46 -18 lines
Diff to previous 1.6
* Unconsolidaded MIDI input related channel commands are back:
  SET CHANNEL MIDI_INPUT_DEVICE <chan> <midi-device>
  SET CHANNEL MIDI_INPUT_PORT <chan> <midi-port>
  SET CHANNEL MIDI_INPUT_CHANNEL <chan> <midi-chan>

* Still useful for compability with legacy clients, an almost
  deprecated command gets re-implemented:
  SET CHANNEL MIDI_INPUT_TYPE <chan> <midi-driver>

* Optional parameter list on MIDI input device creation fixed,
  but not quite fully effective yet:
  CREATE MIDI_INPUT_DEVICE <midi-driver> [<key>=<val>...]

Revision 1.6 / (as text) / (view) - annotate - [select for diffs] , Mon Jun 28 03:30:11 2004 UTC (6 years, 1 month ago) by senkov
Branch: MAIN
Changes since 1.5: +39 -31 lines
Diff to previous 1.5
* Updated parser, lscp server and sampler class for new MIDI_INPUT
* Minor fixes (and major new bugs) here and there
* Consolidated 3 SET CHANNEL MIDI_xxx commands into one:
SET CHANNEL MIDI_INPUT

Revision 1.5 / (as text) / (view) - annotate - [select for diffs] , Mon Jun 14 18:33:16 2004 UTC (6 years, 1 month ago) by schoenebeck
Branch: MAIN
Changes since 1.4: +30 -25 lines
Diff to previous 1.4
* src/common: added template class 'optional<>' which can be used e.g. as
  return type whenever a value might be returned, but don't has to; this
  template class pretty much acts like a pointer of the given type, but is
  much more safer than a simple pointer
* src/audiodriver: added static class AudioDeviceFactory to create audio
  devices at runtime by using a string and to obtain driver informations
  of drivers at runtime, driver classes should simply use the macro
  REGISTER_AUDIO_OUTPUT_DRIVER(DriverName,DriverClass) in their cpp file
  to register the driver to LinuxSampler (no changes needed anymore in the
  LS code to add a new audio output driver)
* src/drivers: added classes to dynamically manage driver parameters; there
  are two different kinds of parameters: parameters which are need to
  create a new device (DeviceCreationParameterX) used to e.g. create an
  audio output device or a MIDI input device and parameters which are only
  available at runtime, means when a device is already created
  (DeviceRuntimeParameterX) which will be e.g. used as audio channel
  parameters and MIDI port parameters
* src/linuxsampler.cpp: all registered audio output drivers will be shown
  on the console on startup
* src/network: implemented configuration of audio output devices via LSCP

Revision 1.4 / (as text) / (view) - annotate - [select for diffs] , Thu May 6 19:06:20 2004 UTC (6 years, 2 months ago) by schoenebeck
Branch: MAIN
Changes since 1.3: +9 -31 lines
Diff to previous 1.3
* src/Sampler.cpp: fixed 3 stupid but fatal bugs that left in the rush (in
  method SamplerChannels(), CreateAudioOutputDevice() and
  CreateMidiInputDevice())
* src/network/lscpserver.cpp: implemented LSCP command
  'SET CHANNEL MIDI_INPUT_CHANNEL'
* src/Sampler.h: moved enums 'audio_output_type_t', 'midi_input_type_t'
  and 'engine_type_t' into the respective base classes
  ('AudioOutputDevice', 'MidiInputDevice', 'Engine')

Revision 1.3 / (as text) / (view) - annotate - [select for diffs] , Mon May 3 18:29:44 2004 UTC (6 years, 2 months ago) by schoenebeck
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
forgot to update copyright header for 2004 for following files:
src/linuxsampler.cpp,
src/Sampler.h,
src/Sampler.cpp,
src/network/lscpscanner.cpp

Revision 1.2 / (as text) / (view) - annotate - [select for diffs] , Sun May 2 16:45:42 2004 UTC (6 years, 2 months ago) by schoenebeck
Branch: MAIN
Changes since 1.1: +207 -15 lines
Diff to previous 1.1
* src/common/Thread.cpp: method StartThread() now blocks until thread
  actually runs, mlockall() will only be applied for realtime threads
* libtoolized liblinuxsampler
* initiated automatic unit tests against the LinuxSampler codebase
  (see src/testcases): already added a couple of tests for the Thread and
  Mutex classes, you have to explicitly compile the unit tests by running
  'make testcases' (you need to have cppunit installed though) and then you
  can run the console version of the test runner by calling
  'src/testcases/linuxsamplertest'
* src/Sampler.h: added API documentation

Revision 1.1 / (as text) / (view) - annotate - [select for diffs] , Mon Apr 26 16:15:50 2004 UTC (6 years, 3 months ago) by schoenebeck
Branch: MAIN
* 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 a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

LinuxSampler Developers
Powered by
ViewCVS