You can subscribe to this list here.
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(3) |
Jul
|
Aug
(7) |
Sep
|
Oct
(2) |
Nov
(1) |
Dec
(7) |
| 2006 |
Jan
(1) |
Feb
(2) |
Mar
(3) |
Apr
(3) |
May
(5) |
Jun
(1) |
Jul
|
Aug
(2) |
Sep
(4) |
Oct
(17) |
Nov
(18) |
Dec
(1) |
| 2007 |
Jan
|
Feb
|
Mar
(8) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
(6) |
Dec
(1) |
| 2008 |
Jan
(17) |
Feb
(20) |
Mar
(8) |
Apr
(8) |
May
(10) |
Jun
(4) |
Jul
(5) |
Aug
(6) |
Sep
(9) |
Oct
(19) |
Nov
(4) |
Dec
(35) |
| 2009 |
Jan
(40) |
Feb
(16) |
Mar
(7) |
Apr
(6) |
May
|
Jun
(5) |
Jul
(5) |
Aug
(4) |
Sep
(1) |
Oct
(2) |
Nov
(15) |
Dec
(15) |
| 2010 |
Jan
(5) |
Feb
(20) |
Mar
(12) |
Apr
|
May
(2) |
Jun
(4) |
Jul
|
Aug
(11) |
Sep
(1) |
Oct
(1) |
Nov
(3) |
Dec
|
| 2011 |
Jan
(8) |
Feb
(19) |
Mar
|
Apr
(12) |
May
(7) |
Jun
(8) |
Jul
|
Aug
(1) |
Sep
(21) |
Oct
(7) |
Nov
(4) |
Dec
|
| 2012 |
Jan
(3) |
Feb
(25) |
Mar
(8) |
Apr
(10) |
May
|
Jun
(14) |
Jul
(5) |
Aug
(12) |
Sep
(3) |
Oct
(14) |
Nov
|
Dec
|
| 2013 |
Jan
(10) |
Feb
(4) |
Mar
(10) |
Apr
(14) |
May
(6) |
Jun
(13) |
Jul
(37) |
Aug
(20) |
Sep
(11) |
Oct
(1) |
Nov
(34) |
Dec
|
| 2014 |
Jan
(8) |
Feb
(26) |
Mar
(24) |
Apr
(5) |
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
(28) |
Oct
(4) |
Nov
(4) |
Dec
(2) |
| 2015 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
|
Jun
(13) |
Jul
|
Aug
(3) |
Sep
(8) |
Oct
(11) |
Nov
(16) |
Dec
|
| 2016 |
Jan
|
Feb
(6) |
Mar
|
Apr
(9) |
May
(23) |
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
| 2017 |
Jan
|
Feb
|
Mar
|
Apr
(7) |
May
(3) |
Jun
|
Jul
(3) |
Aug
|
Sep
(8) |
Oct
|
Nov
|
Dec
(3) |
| 2018 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2019 |
Jan
(4) |
Feb
|
Mar
(2) |
Apr
(6) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2020 |
Jan
|
Feb
|
Mar
|
Apr
(31) |
May
|
Jun
|
Jul
|
Aug
(7) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
| 2021 |
Jan
(2) |
Feb
(2) |
Mar
(5) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2022 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
|
|
|
1
|
2
|
3
(1) |
|
4
(2) |
5
(2) |
6
|
7
|
8
|
9
|
10
|
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
|
18
(1) |
19
|
20
|
21
(1) |
22
|
23
|
24
|
|
25
|
26
|
27
|
28
|
29
|
30
|
31
|
|
From: Nicholas J H. <nj...@ec...> - 2005-12-21 22:22:55
|
Hi, While firing a lot of messages about with a perl script I have been testing, I noticed that after a while my server process could no longer send out messages. I tracked the problem down to a socket leak. After replying to a message a server has recieved, liblo was not closing the socket. I have also optimised the sending code a bit, so that it does not create a socket at all, if it is not needed (useful for the new send_from calls). Code is now in CVS. nick. |
|
From: Nicholas J H. <nj...@ec...> - 2005-12-18 23:41:04
|
Hi, I have just released a new version of my perl bindings to LibLO. It requires the CVS version of LibLO because it uses my new lo_send_message_from functions. The main thing I changed in this release, is that every object is both a client and server. This makes replying to messages a lot easier. Available from CPAN: http://search.cpan.org/~njh/Net-LibLO/ nick. |
|
From: Steve H. <S.W...@ec...> - 2005-12-05 23:09:45
|
Incase anyone is wondering, these are needed when you have multiple servers, and want to send the message from a specific one, by default it takes the most recently ccreated one. - Steve On Mon, Dec 05, 2005 at 10:54:06 +0000, Nicholas J Humfrey wrote: > Hi, > > I have just updated CVS and added four new functions. > > lo_send_from(lo_address, lo_server, lo_timetag, path, type, ...) > lo_send_message_from(lo_address, lo_server, lo_message ) > lo_send_bundle_from( lo_address, lo_server, lo_bundle) > lo_server_thread_get_server( lo_server_thread ) > > The purpose of the functions is to allow an application with multiple > lo_servers to choose which socket a message is sent from. > > lo_send_from accepts an optional timetag argument, so it can also be > used like lo_send_timestamped(). > > In small compensation for bulking up the liblo API, I have merged the > duplicated code in lo_send_message and lo_send_bundle_from into a new > static function called send_data. > > > Unfortunately there is quite a lot of duplicated code in > lo_send_internal, lo_send_from_internal and > lo_send_timestamped_internal. Sadly these cannot be merged into a > single function, as it would break binary compatibility. The other > two of the functions cannot call lo_send_from_internal, because of > the complications of variable numbers of arguments. > > > I have also bumped up the version number of liblo in CVS, in > preparation for the next release. > > > Hope I haven't broken anything ! > > nick. > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > _______________________________________________ > liblo-devel mailing list > lib...@li... > https://lists.sourceforge.net/lists/listinfo/liblo-devel |
|
From: Nicholas J H. <nj...@ec...> - 2005-12-05 22:54:37
|
Hi, I have just updated CVS and added four new functions. lo_send_from(lo_address, lo_server, lo_timetag, path, type, ...) lo_send_message_from(lo_address, lo_server, lo_message ) lo_send_bundle_from( lo_address, lo_server, lo_bundle) lo_server_thread_get_server( lo_server_thread ) The purpose of the functions is to allow an application with multiple lo_servers to choose which socket a message is sent from. lo_send_from accepts an optional timetag argument, so it can also be used like lo_send_timestamped(). In small compensation for bulking up the liblo API, I have merged the duplicated code in lo_send_message and lo_send_bundle_from into a new static function called send_data. Unfortunately there is quite a lot of duplicated code in lo_send_internal, lo_send_from_internal and lo_send_timestamped_internal. Sadly these cannot be merged into a single function, as it would break binary compatibility. The other two of the functions cannot call lo_send_from_internal, because of the complications of variable numbers of arguments. I have also bumped up the version number of liblo in CVS, in preparation for the next release. Hope I haven't broken anything ! nick. |
|
From: Nicholas J H. <nj...@ec...> - 2005-12-04 21:15:59
|
MadJACK is a MPEG Audio Deck for the Jack Audio Connection Kit with an OSC based control interface. It was written as a backend for DJ music playback and is released under the GPL licence. http://www.ecs.soton.ac.uk/~njh/madjack/ It aims to achieve the following: - Lightweight - Talk natively to JACK - Easy to script / remote control - High Quality audio - Skip free playback - Responsive / Low Latency - Reliable / Not Crash It does not do the following: - Decode metadata/ID3 tags - Queue up multiple tracks - Have playlists Hope somebody else finds it as useful as I do! nick. |
|
From: Steve H. <S.W...@ec...> - 2005-12-04 11:03:36
|
I dont understand. OSX uses libtool library versioning doesnt it? The verson of the library has nothing to do with the version of the package. I dont quite remeber the deal, but if another 0.r.a library version comes out isn't it binary compatible with other 0.r.as? If you put the revision number first then there might be another 0.r.a in the future if binary compatibility is broken. That doesnt make any sense to me. c.f. http://asis.web.cern.ch/asis/products/GNU.DVP/libtool-1.3.2/libtool_6.html - Steve On Sat, Dec 03, 2005 at 10:12:17 +0000, Nicholas J Humfrey wrote: > Hi, > > I was just trying to get liblo packaged up into fink, but have cope > up to a problem with library versioning on Darwin: > > https://sourceforge.net/tracker/? > func=detail&atid=414256&aid=1372496&group_id=17203 > > > >The dylib names could be a problem. Rather than liblo.0.5.0.dylib > >and liblo. > >0.dylib, they should be liblo.5.0.0.dylib and liblo.5.dylib. This > >is an upstream > >mistake in versioning, but it means that if a version 6 comes out, > >it would also > >have a liblo.0.dylib and would conflict. Meaning the new and old > >packages > >couldn't be installed at the same time. Note that just renaming the > >file won't do > >since the install_name of the library is "/sw/lib/liblo.0.dylib" > >and would also > >have to be changed. > > > I get really confused by library versioning.... but must be something > to do with LO_SO_VERSION ? > > > nick. > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click > _______________________________________________ > liblo-devel mailing list > lib...@li... > https://lists.sourceforge.net/lists/listinfo/liblo-devel |
|
From: Nicholas J H. <nj...@ec...> - 2005-12-03 22:12:40
|
Hi, I was just trying to get liblo packaged up into fink, but have cope up to a problem with library versioning on Darwin: https://sourceforge.net/tracker/? func=detail&atid=414256&aid=1372496&group_id=17203 > The dylib names could be a problem. Rather than liblo.0.5.0.dylib > and liblo. > 0.dylib, they should be liblo.5.0.0.dylib and liblo.5.dylib. This > is an upstream > mistake in versioning, but it means that if a version 6 comes out, > it would also > have a liblo.0.dylib and would conflict. Meaning the new and old > packages > couldn't be installed at the same time. Note that just renaming the > file won't do > since the install_name of the library is "/sw/lib/liblo.0.dylib" > and would also > have to be changed. I get really confused by library versioning.... but must be something to do with LO_SO_VERSION ? nick. |