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
|
5
(3) |
6
|
7
(1) |
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
|
|
|
From: Robin P. <ro...@bu...> - 2014-04-07 00:11:07
|
On 2014-04-05 20:37, Stephen Sinclair wrote: > This is not calling the function lo_address_free(), but only declaring > it. Try: > > lo_address_free(t); yes, that worked. > However, you don't need to do the lo_address_new() and > lo_address_free() inside the loop. You can create the lo_address once > and use it to send all your messages. well spotted, that makes things a lot simpler and effectively fixes the problem twice cheers, -- robin What the world needs now, is love sweet love |
From: Martin H. <mar...@ha...> - 2014-04-05 09:23:35
|
Hello once more, I'm not sure how many people on this list care about Windows compatibility, but I'll report this anyway: The way how ...-style varargs are passed on within lo_cpp.h (lines 102, 115, ...) does not work under Windows (VS 2013). I used to ignore the "'va_start' has undefined behavior with reference types"-warning while compiling on OSX because everything worked fine. But under Windows, using a reference type like &type as argument for va_start messes up everything. (It works fine when I pass it by value...) Regards, Martin |
From: Stephen S. <rad...@gm...> - 2014-04-05 07:37:07
|
On Sat, Apr 5, 2014 at 6:57 AM, Robin Paulson <ro...@bu...> wrote: > i'm pretty new to working with c, so please excuse what may seem like > simple questions. i've been writing a kinect - OSC application, or > rather modifying an existing piece of code written by joaquim rocha [1]. > i am using liblo to send the messages from my application to puredata, > but get problems after 1021 have been sent. i messaged with stephen > sinclair at the liblo project, and he said i was having problems from > not using lo_address_free to clean up after sending a message, and i was > likely running out of sockets. so, i added a line to free an address > after each message was sent, recompiled and ran again. the lines below > are the trivial piece of code i'm using to figure out how to use liblo > before i work on the actual project. could someone advise what the > problem is here? my code is still only sending 1021 messages, and > netstat tells me i have many, many sockets open on my computer (about > 1030). > > #include <lo/lo.h> > #include <lo/lo_lowlevel.h> > > static int count; > > main() > { > count=1; > while(1) > { > lo_address t = lo_address_new("localhost", "9998"); > lo_send(t, "/sk", "ii", 1, count); > count++; > void lo_address_free(lo_address t); > sleep(1); > } > } This is not calling the function lo_address_free(), but only declaring it. Try: lo_address_free(t); However, you don't need to do the lo_address_new() and lo_address_free() inside the loop. You can create the lo_address once and use it to send all your messages. Steve |
From: Robin P. <ro...@bu...> - 2014-04-05 05:17:04
|
i'm pretty new to working with c, so please excuse what may seem like simple questions. i've been writing a kinect - OSC application, or rather modifying an existing piece of code written by joaquim rocha [1]. i am using liblo to send the messages from my application to puredata, but get problems after 1021 have been sent. i messaged with stephen sinclair at the liblo project, and he said i was having problems from not using lo_address_free to clean up after sending a message, and i was likely running out of sockets. so, i added a line to free an address after each message was sent, recompiled and ran again. the lines below are the trivial piece of code i'm using to figure out how to use liblo before i work on the actual project. could someone advise what the problem is here? my code is still only sending 1021 messages, and netstat tells me i have many, many sockets open on my computer (about 1030). #include <lo/lo.h> #include <lo/lo_lowlevel.h> static int count; main() { count=1; while(1) { lo_address t = lo_address_new("localhost", "9998"); lo_send(t, "/sk", "ii", 1, count); count++; void lo_address_free(lo_address t); sleep(1); } } [1] https://github.com/joaquimrocha/Skeltrack/ -- robin What the world needs now, is love sweet love |
From: Martin H. <mar...@ha...> - 2014-04-03 16:32:24
|
Hello there, after I finally got my (liblo-including) project ported to Windows, I'd like to propose the following: Please change line 25 in lo_osc_types.h from: #ifdef _MSC_VER ...to something like: #if defined(_MSC_VER) && _MSC_VER < 1600 Reason: since Version 2010 (= 1600), Visual Studio now comes with a stdint.h. If that is included somewhere else in a project, the re-definition causes ugly compiler errors ( error C2632). Thanks, Martin |