/[svn]/liblscp/trunk/debian
ViewVC logotype

Log of /liblscp/trunk/debian

View Directory Listing Directory Listing


Sticky Revision:

Revision 3519 - Directory Listing
Modified Sun Jun 30 17:01:00 2019 UTC (4 years, 8 months ago) by capela
- Modernized on debian, doxygen and reproducible build fronts.

Revision 3280 - Directory Listing
Modified Wed Jun 7 10:22:27 2017 UTC (6 years, 9 months ago) by capela
- Fixed obsolete version tag on debian.control fie.

Revision 3066 - Directory Listing
Modified Mon Jan 2 12:12:11 2017 UTC (7 years, 2 months ago) by capela
- Update to brand New Hear (2017).

Revision 3043 - Directory Listing
Modified Sat Nov 12 16:09:52 2016 UTC (7 years, 4 months ago) by capela
- Early preparations for the Fall'16 release.

Revision 3036 - Directory Listing
Modified Thu Nov 3 09:08:44 2016 UTC (7 years, 4 months ago) by capela
* Sync to upstream git head.

Revision 2875 - Directory Listing
Modified Tue Apr 12 17:00:28 2016 UTC (7 years, 11 months ago) by capela
* Sync to upstream git repo.

Revision 2873 - Directory Listing
Modified Tue Apr 12 16:44:46 2016 UTC (7 years, 11 months ago) by capela
- Sync to upstream git repo.

Revision 2868 - Directory Listing
Modified Wed Apr 6 19:25:51 2016 UTC (7 years, 11 months ago) by schoenebeck
* Debian packaging: Updated to compat 7 (was 4), and assigned
  linuxsampler-devel@lists.sourceforge.net as maintainer of this package.


Revision 2668 - Directory Listing
Modified Sat Jul 12 10:30:29 2014 UTC (9 years, 8 months ago) by capela
- Update to debian rules, compat.

Revision 2487 - Directory Listing
Modified Tue Dec 31 11:21:32 2013 UTC (10 years, 2 months ago) by capela
- Final preparations for 0.5.7 (A fifth of a Jubilee) release.

Revision 2122 - Directory Listing
Modified Tue Sep 14 19:46:36 2010 UTC (13 years, 6 months ago) by capela
- Fixed debian rules [Bug 148].


Revision 2098 - Directory Listing
Modified Tue May 25 14:47:40 2010 UTC (13 years, 9 months ago) by capela
- OBS debian fixing.


Revision 2096 - Directory Listing
Modified Fri May 21 09:16:35 2010 UTC (13 years, 10 months ago) by capela
- Dropped debian automake stuff.


Revision 2095 - Directory Listing
Modified Thu May 20 20:26:55 2010 UTC (13 years, 10 months ago) by capela
- Dropped debian automake stuff.


Revision 1965 - Directory Listing
Modified Sat Aug 1 16:52:37 2009 UTC (14 years, 7 months ago) by capela
* Preparations for the 0.5.6 release.


Revision 1412 - Directory Listing
Modified Fri Oct 12 22:43:38 2007 UTC (16 years, 5 months ago) by capela
* Changed client interface function, for editing
  instrument, from:
    lscp_edit_instrument();
  to:
    lscp_edit_channel_instrument();


Revision 1369 - Directory Listing
Modified Tue Oct 2 17:29:55 2007 UTC (16 years, 5 months ago) by capela
- On the way up for the 0.5.4 release.


Revision 1368 - Directory Listing
Modified Tue Oct 2 07:16:59 2007 UTC (16 years, 5 months ago) by capela
- Prepare for new release 0.5.4.


Revision 1031 - Directory Listing
Modified Mon Jan 15 11:08:28 2007 UTC (17 years, 2 months ago) by capela
* Added new client interface functions, for sampler
  channel effect sends control:
    lscp_set_fxsend_midi_controller();
    lscp_set_fxsend_level();

* Added new field member to lscp_fxsend_info_t (level).


Revision 1029 - Directory Listing
Modified Mon Jan 15 00:40:40 2007 UTC (17 years, 2 months ago) by schoenebeck
fixed debhelper error due to invalid changelog time stamps


Revision 1019 - Directory Listing
Modified Thu Jan 11 12:33:05 2007 UTC (17 years, 2 months ago) by capela
* Added new client interface functions, for sampler
  channel effect sends control:
	 lscp_create_fxsend();
	 lscp_destroy_fxsend();
	 lscp_get_fxsends();
	 lscp_list_fxsends();
	 lscp_get_fxsend_info();
	 lscp_set_fxsend_audio_channel();
  and for global volume:
	 lscp_get_volume();
	 lscp_set_volume();


Revision 997 - Directory Listing
Modified Fri Dec 22 00:35:52 2006 UTC (17 years, 3 months ago) by capela
Prepared for 0.5.1 release.


Revision 994 - Directory Listing
Modified Thu Dec 21 13:33:27 2006 UTC (17 years, 3 months ago) by capela
*  Added support for new (un)subscribable events:
     LSCP_EVENT_AUDIO_OUTPUT_DEVICE_COUNT,
     LSCP_EVENT_AUDIO_OUTPUT_DEVICE_INFO,
     LSCP_EVENT_MIDI_INPUT_DEVICE_COUNT,
     LSCP_EVENT_MIDI_INPUT_DEVICE_INFO,
     LSCP_EVENT_MIDI_INSTRUMENT_MAP_COUNT,
     LSCP_EVENT_MIDI_INSTRUMENT_MAP_INFO,
     LSCP_EVENT_MIDI_INSTRUMENT_COUNT,
     LSCP_EVENT_MIDI_INSTRUMENT_INFO.


Revision 988 - Directory Listing
Modified Tue Dec 19 11:28:47 2006 UTC (17 years, 3 months ago) by capela
- Updated examples (3nd round).


Revision 983 - Directory Listing
Modified Mon Dec 18 09:39:20 2006 UTC (17 years, 3 months ago) by capela
- Updated examples.


Revision 975 - Directory Listing
Modified Sun Dec 17 00:59:40 2006 UTC (17 years, 3 months ago) by capela
* MIDI instrument mapping, second round, according to
  LSCP 1.2 draft document as of December 15, 2006.

* New client interface functions:
     lscp_set_channel_midi_map();
     lscp_add_midi_instrument_map();
     lscp_remove_midi_instrument_map();
     lscp_get_midi_instrument_maps();
     lscp_list_midi_instrument_maps();
     lscp_get_midi_instrument_map_name();
     lscp_set_midi_instrument_map_name();


Revision 965 - Directory Listing
Modified Mon Dec 4 23:56:27 2006 UTC (17 years, 3 months ago) by capela
Going up into 0.4.2 release really fast.


Revision 954 - Directory Listing
Modified Tue Nov 28 23:36:05 2006 UTC (17 years, 3 months ago) by schoenebeck
- minor Debian packaging fix and preparation for release 0.4.1


Revision 763 - Directory Listing
Modified Sun Aug 28 22:15:20 2005 UTC (18 years, 6 months ago) by schoenebeck
prepared for release 0.3.2


Revision 750 - Directory Listing
Modified Fri Aug 19 17:06:40 2005 UTC (18 years, 7 months ago) by capela
* Include debian files into distribution.


Revision 743 - Directory Listing
Modified Tue Aug 16 17:56:22 2005 UTC (18 years, 7 months ago) by schoenebeck
prepared for release 0.3.1


Revision 627 - Directory Listing
Modified Fri Jun 10 11:33:55 2005 UTC (18 years, 9 months ago) by schoenebeck
Debian changelog update for release 0.3.0


Revision 598 - Directory Listing
Modified Thu Jun 2 07:50:53 2005 UTC (18 years, 9 months ago) by flax
* fixed multiport build probs. again


Revision 589 - Directory Listing
Modified Sun May 29 14:43:42 2005 UTC (18 years, 9 months ago) by flax
* fixed debian bug #311062 cross platform build error (bug.debian.org)


Revision 584 - Directory Listing
Modified Wed May 25 02:35:22 2005 UTC (18 years, 9 months ago) by flax
* fixed a debian/changelog error which caused sources not to be uploaded


Revision 582 - Directory Listing
Modified Wed May 25 02:02:00 2005 UTC (18 years, 9 months ago) by schoenebeck
changelog format fix, accidently introduced with last commit


Revision 581 - Directory Listing
Modified Wed May 25 01:43:17 2005 UTC (18 years, 9 months ago) by schoenebeck
version sync


Revision 576 - Directory Listing
Modified Tue May 24 06:04:24 2005 UTC (18 years, 9 months ago) by flax
* new cvs to debian package


Revision 481 - Directory Listing
Modified Mon Mar 21 02:48:03 2005 UTC (19 years ago) by flax
* more packaging fixes


Revision 480 - Directory Listing
Modified Sun Mar 20 14:46:17 2005 UTC (19 years ago) by flax
* fixed debian packaging


Revision 199 - Directory Listing
Modified Tue Jul 13 18:48:00 2004 UTC (19 years, 8 months ago) by schoenebeck
* renamed pkg-config lib name 'liblscp' -> 'lscp', as it's common practice
  to omit the 'lib' prefix


Revision 197 - Directory Listing
Added Mon Jul 12 19:01:07 2004 UTC (19 years, 8 months ago) by schoenebeck
* added support for generating Debian packages


  ViewVC Help
Powered by ViewVC