CVS log for liblscp/debian/changelog

(logo)

Help

(back) Up to [ls] / liblscp / debian

Request diff between arbitrary revisions


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

Revision 1.26 / (view) - annotate - [select for diffs] , Fri Oct 12 21:43:38 2007 UTC (14 months, 3 weeks ago) by capela
Branch: MAIN
CVS Tags: liblscp_0_5_5, HEAD
Changes since 1.25: +6 -0 lines
Diff to previous 1.25
* Changed client interface function, for editing
  instrument, from:
    lscp_edit_instrument();
  to:
    lscp_edit_channel_instrument();

Revision 1.25 / (view) - annotate - [select for diffs] , Tue Oct 2 16:29:55 2007 UTC (15 months ago) by capela
Branch: MAIN
CVS Tags: liblscp_0_5_4
Changes since 1.24: +1 -1 lines
Diff to previous 1.24
- On the way up for the 0.5.4 release.

Revision 1.24 / (view) - annotate - [select for diffs] , Tue Oct 2 06:16:59 2007 UTC (15 months ago) by capela
Branch: MAIN
Changes since 1.23: +6 -0 lines
Diff to previous 1.23
- Prepare for new release 0.5.4.

Revision 1.23 / (view) - annotate - [select for diffs] , Mon Jan 15 11:08:28 2007 UTC (23 months, 3 weeks ago) by capela
Branch: MAIN
CVS Tags: liblscp_0_5_3
Changes since 1.22: +7 -1 lines
Diff to previous 1.22
* 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 1.22 / (view) - annotate - [select for diffs] , Mon Jan 15 00:40:40 2007 UTC (23 months, 3 weeks ago) by schoenebeck
Branch: MAIN
Changes since 1.21: +4 -4 lines
Diff to previous 1.21
fixed debhelper error due to invalid changelog time stamps

Revision 1.21 / (view) - annotate - [select for diffs] , Thu Jan 11 12:33:04 2007 UTC (23 months, 3 weeks ago) by capela
Branch: MAIN
CVS Tags: liblscp_0_5_2
Changes since 1.20: +6 -0 lines
Diff to previous 1.20
* 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 1.20 / (view) - annotate - [select for diffs] , Fri Dec 22 00:35:52 2006 UTC (2 years ago) by capela
Branch: MAIN
CVS Tags: liblscp_0_5_1
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
Prepared for 0.5.1 release.

Revision 1.19 / (view) - annotate - [select for diffs] , Thu Dec 21 13:33:27 2006 UTC (2 years ago) by capela
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
*  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 1.18 / (view) - annotate - [select for diffs] , Tue Dec 19 11:28:47 2006 UTC (2 years ago) by capela
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
- Updated examples (3nd round).

Revision 1.17 / (view) - annotate - [select for diffs] , Mon Dec 18 09:39:20 2006 UTC (2 years ago) by capela
Branch: MAIN
Changes since 1.16: +6 -0 lines
Diff to previous 1.16
- Updated examples.

Revision 1.16 / (view) - annotate - [select for diffs] , Sun Dec 17 00:59:39 2006 UTC (2 years ago) by capela
Branch: MAIN
CVS Tags: liblscp_0_5_0
Changes since 1.15: +6 -0 lines
Diff to previous 1.15
* 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 1.15 / (view) - annotate - [select for diffs] , Mon Dec 4 23:56:27 2006 UTC (2 years, 1 month ago) by capela
Branch: MAIN
CVS Tags: liblscp_0_4_2
Changes since 1.14: +6 -0 lines
Diff to previous 1.14
Going up into 0.4.2 release really fast.

Revision 1.14 / (view) - annotate - [select for diffs] , Tue Nov 28 23:36:05 2006 UTC (2 years, 1 month ago) by schoenebeck
Branch: MAIN
CVS Tags: liblscp_0_4_1
Changes since 1.13: +8 -0 lines
Diff to previous 1.13
- minor Debian packaging fix and preparation for release 0.4.1

Revision 1.13 / (view) - annotate - [select for diffs] , Sun Aug 28 21:15:20 2005 UTC (3 years, 4 months ago) by schoenebeck
Branch: MAIN
CVS Tags: liblscp_0_3_3, liblscp_0_3_2
Changes since 1.12: +6 -0 lines
Diff to previous 1.12
prepared for release 0.3.2

Revision 1.12 / (view) - annotate - [select for diffs] , Tue Aug 16 16:56:22 2005 UTC (3 years, 4 months ago) by schoenebeck
Branch: MAIN
CVS Tags: liblscp_0_3_1
Changes since 1.11: +6 -0 lines
Diff to previous 1.11
prepared for release 0.3.1

Revision 1.11 / (view) - annotate - [select for diffs] , Fri Jun 10 10:33:55 2005 UTC (3 years, 6 months ago) by schoenebeck
Branch: MAIN
CVS Tags: liblscp_0_3_0
Changes since 1.10: +7 -1 lines
Diff to previous 1.10
Debian changelog update for release 0.3.0

Revision 1.10 / (view) - annotate - [select for diffs] , Thu Jun 2 06:50:53 2005 UTC (3 years, 7 months ago) by flax
Branch: MAIN
Changes since 1.9: +12 -0 lines
Diff to previous 1.9
* fixed multiport build probs. again

Revision 1.9 / (view) - annotate - [select for diffs] , Sun May 29 13:43:42 2005 UTC (3 years, 7 months ago) by flax
Branch: MAIN
Changes since 1.8: +6 -0 lines
Diff to previous 1.8
* fixed debian bug #311062 cross platform build error (bug.debian.org)

Revision 1.8 / (view) - annotate - [select for diffs] , Wed May 25 01:35:22 2005 UTC (3 years, 7 months ago) by flax
Branch: MAIN
Changes since 1.7: +2 -8 lines
Diff to previous 1.7
* fixed a debian/changelog error which caused sources not to be uploaded

Revision 1.7 / (view) - annotate - [select for diffs] , Wed May 25 01:02:00 2005 UTC (3 years, 7 months ago) by schoenebeck
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
changelog format fix, accidently introduced with last commit

Revision 1.6 / (view) - annotate - [select for diffs] , Wed May 25 00:43:17 2005 UTC (3 years, 7 months ago) by schoenebeck
Branch: MAIN
Changes since 1.5: +7 -1 lines
Diff to previous 1.5
version sync

Revision 1.5 / (view) - annotate - [select for diffs] , Tue May 24 05:04:24 2005 UTC (3 years, 7 months ago) by flax
Branch: MAIN
Changes since 1.4: +6 -0 lines
Diff to previous 1.4
* new cvs to debian package

Revision 1.4 / (view) - annotate - [select for diffs] , Mon Mar 21 02:48:03 2005 UTC (3 years, 9 months ago) by flax
Branch: MAIN
CVS Tags: liblscp_0_2_9, liblscp_0_2_8
Changes since 1.3: +1 -8 lines
Diff to previous 1.3
* more packaging fixes

Revision 1.3 / (view) - annotate - [select for diffs] , Sun Mar 20 14:46:17 2005 UTC (3 years, 9 months ago) by flax
Branch: MAIN
Changes since 1.2: +4 -2 lines
Diff to previous 1.2
* fixed debian packaging

Revision 1.2 / (view) - annotate - [select for diffs] , Tue Jul 13 17:48:00 2004 UTC (4 years, 5 months ago) by schoenebeck
Branch: MAIN
CVS Tags: liblscp_0_2_7, liblscp_0_2_6, liblscp_0_2_5, liblscp_0_2_3
Changes since 1.1: +6 -0 lines
Diff to previous 1.1
* renamed pkg-config lib name 'liblscp' -> 'lscp', as it's common practice
  to omit the 'lib' prefix

Revision 1.1 / (view) - annotate - [select for diffs] , Mon Jul 12 18:01:07 2004 UTC (4 years, 5 months ago) by schoenebeck
Branch: MAIN
* added support for generating Debian packages

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