/[svn]/linuxsampler/trunk/src/drivers/midi/MidiInputDeviceCoreMidi.h
ViewVC logotype

Log of /linuxsampler/trunk/src/drivers/midi/MidiInputDeviceCoreMidi.h

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 2719 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 25 22:46:38 2015 UTC (9 years, 1 month ago) by schoenebeck
File length: 6028 byte(s)
Diff to previous 2434
* CoreMIDI: fixed auto bind feature to CoreMIDI ports that go online
* CoreMIDI: fixed minor memory leak
* Bumped version (1.0.0.svn61)


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: 5730 byte(s)
Diff to previous 2370
* Started to spread new C++ keyword "override" over the code base
  (keyword introduced with C++11 standard).


Revision 2370 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 13:11:45 2012 UTC (11 years, 6 months ago) by schoenebeck
File length: 5629 byte(s)
Diff to previous 1424
* CoreMIDI driver: implemented driver specific port parameter
  "CORE_MIDI_BINDINGS", which allows to retrieve the list of CoreMIDI
  clients / ports and to connect to them a la JACK, via the usual
  sampler APIs
* CoreMIDI driver: added driver specific port parameter "AUTO_BIND", if
  enabled the driver will automatically connect to other CoreMIDI
  clients' ports (e.g. external MIDI devices being attached to the Mac)


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: 4633 byte(s)
Diff to previous 1149
* 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 1149 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Apr 7 22:32:47 2007 UTC (16 years, 11 months ago) by schoenebeck
File length: 4625 byte(s)
Diff to previous 551
* minor fix of EGDecay
* fixed compilation errors regarding OSX
(patch by Toshi Nagata)


Revision 551 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 17 18:16:54 2005 UTC (18 years, 10 months ago) by schoenebeck
File length: 4584 byte(s)
Diff to previous 362
* Implemented MIDI program change as general, engine independant solution.
  The program number will determine the sampler channel to which the MIDI
  device will be connected to and the given MIDI channel defines on which
  MIDI channel that sampler channel should listen to. Also the program
  change will disconnect probably established connection from the previous
  program change event.


Revision 362 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 9 10:08:16 2005 UTC (19 years, 1 month ago) by letz
File length: 4791 byte(s)
Diff to previous 201
Updated for new driver structure


Revision 201 - (view) (download) (as text) (annotate) - [select for diffs]
Added Tue Jul 13 22:10:21 2004 UTC (19 years, 8 months ago) by schoenebeck
File length: 2756 byte(s)
moved directory '/src/mididriver' -> '/src/drivers/midi'


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