/[svn]/linuxsampler/trunk/src/drivers/audio/AudioOutputDeviceJack.h
ViewVC logotype

Log of /linuxsampler/trunk/src/drivers/audio/AudioOutputDeviceJack.h

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 2513 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 26 17:59:32 2014 UTC (10 years, 2 months ago) by schoenebeck
File length: 10806 byte(s)
Diff to previous 2512 , to selected 221
- Fixed compilation error regarding previous commit.


Revision 2512 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 26 17:47:43 2014 UTC (10 years, 2 months ago) by schoenebeck
File length: 10799 byte(s)
Diff to previous 2478 , to selected 221
* JACK audio driver: return JACK server's current sample rate
  as default value for audio device parameter "SAMPLERATE"
  (fixes #166).
* Bumped version (1.0.0.svn27).


Revision 2478 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Oct 19 07:52:33 2013 UTC (10 years, 5 months ago) by persson
File length: 9612 byte(s)
Diff to previous 2444 , to selected 221
* fixed build error on newer MinGW
* support building with older jack versions
* support building with spaces in vst sdk path


Revision 2444 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 23 12:19:57 2013 UTC (10 years, 11 months ago) by schoenebeck
File length: 9508 byte(s)
Diff to previous 2434 , to selected 221
* JACK driver: Use jack_on_info_shutdown() instead of the
  deprecated jack_on_shutdown() callback mechanism.


Revision 2434 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 7 19:23:24 2013 UTC (11 years ago) by schoenebeck
File length: 9430 byte(s)
Diff to previous 2412 , to selected 221
* Started to spread new C++ keyword "override" over the code base
  (keyword introduced with C++11 standard).


Revision 2412 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Feb 4 21:52:56 2013 UTC (11 years, 1 month ago) by schoenebeck
File length: 9239 byte(s)
Diff to previous 2410 , to selected 221
* Bugfix: update effects on sample rate & period size changes.
* JACK: allow to register jackd shutdown listeners.


Revision 2410 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 2 18:52:15 2013 UTC (11 years, 1 month ago) by schoenebeck
File length: 8387 byte(s)
Diff to previous 1682 , to selected 221
* 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 1682 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 13 15:31:56 2008 UTC (16 years, 1 month ago) by schoenebeck
File length: 8017 byte(s)
Diff to previous 1651 , to selected 221
* fixed compilation error on systems which support JACK, but not JACK MIDI


Revision 1651 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 27 15:07:11 2008 UTC (16 years, 2 months ago) by persson
File length: 7882 byte(s)
Diff to previous 1424 , to selected 221
* added JACK MIDI driver


Revision 1424 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Oct 14 22:00:17 2007 UTC (16 years, 5 months ago) by schoenebeck
File length: 6565 byte(s)
Diff to previous 880 , to selected 221
* code cleanup:
- global.h now only covers global definitions that are needed for the C++
  API header files, all implementation internal global definitions are now
  in global_private.h
- atomic.h is not exposed to the C++ API anymore (replaced the references
  in SynchronizedConfig.h for this with local definitions)
- no need to include config.h anymore for using LS's API header files
- DB instruments classes are not exposed to the C++ API
- POSIX callback functions of Thread.h are hidden
- the (optional) gig Engine benchmark compiles again
- updated Doxyfile.in
- fixed warnings in API doc generation
* preparations for release 0.5.0


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: 6557 byte(s)
Diff to previous 483 , to selected 221
just some refactoring work:
- renamed class LinuxSamplerException -> Exception
- encapsulated LS API relevant files into LS namespace
- removed unnecessary header inclusions


Revision 483 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 21 23:40:56 2005 UTC (19 years ago) by schoenebeck
File length: 6581 byte(s)
Diff to previous 374 , to selected 221
* JACK audio driver: fixed handling of channel parameter 'JACK_BINDINGS'
* fixed parser bug of multiplicity parameters


Revision 374 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Feb 12 00:36:08 2005 UTC (19 years, 1 month ago) by schoenebeck
File length: 6444 byte(s)
Diff to previous 226 , to selected 221
* JACK audio driver: added device creation parameter 'NAME' which can be
  used to assign an arbitrary name to the JACK client, it's now possible to
  create multiple JACK audio output devices simultaniously for LS
* src/network/lscpserver.cpp: fixed little bug in
  'SET CHANNEL AUDIO_OUTPUT_CHANNEL' (altering of audio routing)
  implementation, cleanup of error messages


Revision 226 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 25 22:00:33 2004 UTC (19 years, 7 months ago) by schoenebeck
File length: 5408 byte(s)
Diff to previous 221
* ALSA MIDI driver: create one MIDI port by default, implemented parameter
  info for parameter 'ALSA_SEQ_BINDINGS'
* ALSA audio driver: implemented parameter info for driver parameters
  'FRAGMENTS' and 'FRAGMENTSIZE'
* JACK audio driver: fixed creation of channels on device creation, channel
  parameter 'NAME' now actually updates the respective JACK port name,
  implemented channel parameter 'JACK_BINDINGS' (as well as its parameter
  info)
* src/network/lscpserver.cpp: fixed commands
  "GET MIDI_INPUT_DRIVER_PARAMETER INFO" and
  "GET AUDIO_OUTPUT_DRIVER_PARAMETER  INFO", fixed backward compatibility
  for "SET AUDIO_OUTPUT_TYPE" and "SET MIDI_INPUT_TYPE" commands
* src/networ/lscp.y: added comma character (',') to symbol 'char'
* src/drivers/DeviceParameter.cpp: fixed methods RangeMin(), RangeMax() in
  class DeviceCreationParameterInt which returned wrong values


Revision 221 - (view) (download) (as text) (annotate) - [selected]
Modified Fri Aug 20 17:25:19 2004 UTC (19 years, 7 months ago) by schoenebeck
File length: 4543 byte(s)
Diff to previous 200
* 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 200 - (view) (download) (as text) (annotate) - [select for diffs]
Added Tue Jul 13 22:04:16 2004 UTC (19 years, 8 months ago) by schoenebeck
File length: 4474 byte(s)
Diff to selected 221
moved directory '/src/audiodriver' -> '/src/drivers/audio'


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