Re: [PD] status of 123 - 125 (curly braces) keycodes?

2012-01-11 Thread Martin Peach
I guess you could use another pair of characters to represent curly brackets and intercept them as they pass between [packOSC] and [udpsend], replacing them with the codes (123 and 125) for curly brackets. (The output of [packOSC] is a list of ASCII character codes). Martin On 2012-01-11 03

Re: [PD] removing semicolon from netsend

2012-01-07 Thread Martin Peach
ice. Then [net/tcpclient] or [net/tcpsend] or [maxlib/netclient] can send them as a TCP packet to the receiving app. (Maybe look into [pdlua] for more complex text processing.) Martin ___ Pd-list@iem.at mailing list UNSUBSCRIBE and ac

Re: [PD] [PD-announce] pd 0.43-1 test7 (!) available

2011-12-26 Thread Martin Peach
ling any errors? Martin ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] pd at startup creates 2 canvases, why?

2011-12-11 Thread Martin Peach
llocated by the process when it terminates, so no. Martin ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Troubles running Pd-0.43.1test5 on Windows XP

2011-11-13 Thread Martin Peach
I just tried it now and it seems to work fine. Martin On 2011-11-13 10:40, Roman Haefeli wrote: Hi all Has anyone tried to run the last release of Pd (Pd-0.43.1test5) on Windowx XP? I fail to even start it. Double-clicking either pd.exe or pd.com does just nothing. When calling pd.com from

Re: [PD] editing pd silence

2011-10-23 Thread martin brinkmann
ill have the original 32bit float files somwhere in my cdr-pile... it is also explained here: http://wiki.audacityteam.org/wiki/Dither > Personally, I don't understand what's the point of dither in audio. > Maybe it's just an evil plot to make CD qualit

Re: [PD] editing pd silence

2011-10-22 Thread martin brinkmann
o "none") bis denn! martin ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] editing pd silence

2011-10-22 Thread martin brinkmann
saving in another format than 16bit wav ("other uncompressed format" in audacity), you would need another program to convert the file for buring on cd (or whatever) though. bis denn! martin ___ Pd-list@iem.at mailing list UNSUBSCRIBE and

Re: [PD] very compressed chip sounds

2011-10-21 Thread martin brinkmann
On 10/19/2011 07:56 AM, Mathieu Bouchard wrote: > Something like ((y^128)-128)/128. and some output filtering to eliminate frequencies above 1/2 of 8 khz. i have just added a few lop~, and i think it sounds quite close now. bis denn! martin #N canvas 101 287 793 443 10; #X

Re: [PD] very compressed chip sounds

2011-10-18 Thread martin brinkmann
p; 0xff like in the javascript on the site, and dividing by 256 (instead of scaling by 256 to fit into short), maybe there is still a lsb/msb issue though. bis denn! martin #N canvas 206 341 444 273 10; #X obj -64 239 dac~; #X obj -62 92 rpole~ 1; #X msg 29 65 set 0; #X obj -60 207 hip~ 10;

Re: [PD] very compressed chip sounds

2011-10-17 Thread martin brinkmann
type conversion to char. bis denn! martin ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] very compressed chip sounds

2011-10-15 Thread martin brinkmann
or did i miss something obvious? bis denn! martin #N canvas 24 185 1029 707 10; #X obj 576 624 dac~; #X obj 580 596 hip~ 10; #X obj 276 126 nbx 5 14 1 64 0 1 empty empty samplerate_divide 0 -8 0 10 -262144 -1 -1 8 256; #X obj 208 222 int; #X obj 243 249 + 1; #X msg 91 74 0; #X obj 270 -55

Re: [PD] very compressed chip sounds

2011-10-14 Thread martin brinkmann
improved version of my 1st one (got rid of the lame random), another feedback-based, and a fm-tuningfork with echo. bis denn! martin #N canvas 586 335 387 350 10; #X obj 160 252 dac~; #N canvas 826 407 450 300 stuff 1; #X obj 48 227 cos~; #X obj 90 133 *~; #X obj 52 53 phasor~ 1; #X obj

Re: [PD] very compressed chip sounds

2011-10-11 Thread martin brinkmann
and another one, bis denn! martin #N canvas 559 407 450 300 10; #X obj 83 251 dac~; #X obj 76 203 osc~; #X obj 141 68 wrap~; #X obj 121 127 vd~ \$0delay; #X obj 131 234 delwrite~ \$0delay 1000; #X obj 75 181 mtof~; #X obj 68 33 phasor~ 0.707106; #X obj 259 31 phasor~ 0.866025; #X obj 75

Re: [PD] very compressed chip sounds

2011-10-11 Thread martin brinkmann
these minimal patches are fun! the idea reminds me a little of the sc140 project: http://supercollider.sourceforge.net/sc140/ here is my 1st one. bis denn! martin #N canvas 424 308 387 350 10; #X obj 125 242 dac~; #X obj 48 227 cos~; #X obj 90 133 *~; #X obj 52 53 phasor~ 1; #X obj 131

[PD] Fwd: Re: Targeting specific content with HttpGet

2011-09-20 Thread Martin Peach
I forgot to reply to the list as well: On 2011-09-20 15:25, Alvin Google wrote: On 2011-09-20 14:58, Martin Peach wrote: On 2011-09-20 01:22, Alvin Google wrote: I have been interested in using streaming information in a pd patch. I have taken a look at the simplewebclient and httpget

Re: [PD] Targeting specific content with HttpGet

2011-09-20 Thread Martin Peach
, the ASCII line feed character. Martin ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Having trouble getting my external to work

2011-09-10 Thread Martin Peach
On 2011-09-10 23:31, Mathieu Bouchard wrote: On Sat, 10 Sep 2011, Martin Peach wrote: It should be -export-dynamic, not -export_dynamic. The GCC manpage I have does not mention -export-dynamic other than to say that -rdynamic is a gcc option that corresponds to ld's -export-dynamic o

Re: [PD] Having trouble getting my external to work

2011-09-10 Thread Martin Peach
It should be -export-dynamic, not -export_dynamic. Martin On 2011-09-10 17:34, Rick T wrote: Greetings All I'm having trouble getting my external to work, It compiles with no errors and has 1 warning when I do a make but it completes successfully see warning below. cc -export_dy

Re: [PD] (breaking symbols) was Re: find a list of numbers in a text file

2011-09-10 Thread Martin Peach
On 2011-09-10 13:46, Mathieu Bouchard wrote: On Sat, 10 Sep 2011, Martin Peach wrote: Which other ways are you thinking about, apart from something that behaves more or less like strtof ? OK, for example an object that converts names of numbers to floats: or binary to float: or imaginary

Re: [PD] (breaking symbols) was Re: find a list of numbers in a text file

2011-09-10 Thread Martin Peach
ethod. Each needs to parse its input according to its own specific meaning-space. Martin ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Appending two signals together to create a third

2011-09-04 Thread martin brinkmann
On 09/04/2011 01:46 PM, martin brinkmann wrote: > and reblock the patch to > fit the frequency of d. this would always guarantee exactly appended > waves, though not with precise control over the frequencies of b and c. ...and of course somehow write the result to "normal"

Re: [PD] Appending two signals together to create a third

2011-09-04 Thread martin brinkmann
fit the frequency of d. this would always guarantee exactly appended waves, though not with precise control over the frequencies of b and c. bis denn! martin #N canvas 317 118 998 883 10; #X obj 190 -35 phasor~; #X obj 46 177 wrap~; #X obj 45 198 *~ 512; #X obj 159 193 *~ 512; #X obj 159

Re: [PD] (breaking symbols) was Re: find a list of numbers in a text file

2011-09-03 Thread Martin Peach
ways of writing numbers than a single sscanf call can handle, so a real version would have to check all the expected input styles. The function pd_defaultsymbol in m_class.c is the default symbol handler for objects that have no explicit symbol method. It could check to see if a non-default float method

Re: [PD] Controlling a Printer

2011-08-31 Thread Martin Peach
On 2011-08-31 17:56, Mathieu Bouchard wrote: On Wed, 31 Aug 2011, Martin wrote: For me the best are the old dot-matrix with the serial connection. I've never seen an old dot-matrix with a serial connection. For use with the Color Computer, I had a DIN4 serial port (RS232) connected to

Re: [PD] Controlling a Printer

2011-08-31 Thread Martin
hat drives the head along the rails. I use an arduino or something similar to control the stepper. Martin On 31/08/11 04:28 PM, Tyler Leavitt wrote: Hello list, I was curious if anybody has dabbled in controlling a printer through pd. I'm waiting for a cheap one to arrive at the lo

Re: [PD] making puredata headphone-safe

2011-08-29 Thread Martin Peach
our output by a trillion. Martin ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] making puredata headphone-safe

2011-08-29 Thread Martin Peach
On 2011-08-29 11:52, Hans-Christoph Steiner wrote: On Aug 23, 2011, at 3:43 PM, Martin wrote: On 23/08/11 03:29 PM, Stephen Lavelle wrote: I've managed to hurt my ears twice over the past two days when using PD w/ headphones. Even at lowest system volumes, it seems that Terrible Thing

Re: [PD] [PD-dev] tkwidgets

2011-08-26 Thread Martin Peach
t has to go through a processor that interprets the script to call a lower-level machine that actually does the work, while Qt is compiled so it does what you ask it directly, more or less. * tcl/tk behaves differently on the three main platforms. See the

Re: [PD] making puredata headphone-safe

2011-08-24 Thread martin brinkmann
ng sound at the dac~ ,which should(!?) also clip at -1 1, but this might be too loud already... bis denn! martin ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] making puredata headphone-safe

2011-08-23 Thread Martin Peach
On 2011-08-23 15:45, patrick wrote: use a limiter~ (from zexy) before your dac~ No. You have to decide what is the level that you can live with and work with that. You need to blast the loudest sound you can make and adjust your phones that level. __

Re: [PD] making puredata headphone-safe

2011-08-23 Thread Martin Peach
do will be quieter than that. Martin *From:* tim vets *To:* Martin *Cc:* pd-list@iem.at *Sent:* Tuesday, August 23, 2011 6:13 PM *Subject:* Re: [PD] making puredata headphone-safe

Re: [PD] making puredata headphone-safe

2011-08-23 Thread Martin
ng my life into my hands when I have to use headphones? Try making a [noise~] connected directly to a [dac~] and set the headphone volume so you can live with that. Nothing will ever be louder than that. Martin ___ Pd-list@iem.at mailing list U

Re: [PD] MinGW + Eclipse + MSWIN helloworld

2011-07-14 Thread Martin Peach
import from either pd.lib or pd.dll. On MSVC you need the pd.lib. Also add -L"path/to/pdlib" to LIBS. Martin ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Pd-extended 0.43 updates: lots of new editing features

2011-07-11 Thread Martin Peach
On 2011-07-11 13:45, Mathieu Bouchard wrote: On Mon, 11 Jul 2011, Martin Peach wrote: On 2011-07-11 12:06, Jonathan Wilkes wrote: But I'm not sure where to store the tooltip string... Not sure if that's what you mean, but in max the assist method receives a number corresponding to

Re: [PD] Pd-extended 0.43 updates: lots of new editing features

2011-07-11 Thread Martin Peach
string is already stored somewhere in the memory allocated to the object. Martin ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Comport can't read serial devices when soundcard is plugged in

2011-07-09 Thread Martin Peach
t the hardware, except possibly the cable/connectors. Martin On 2011-07-09 12:00, Pierre Massat wrote: It's a laptop. I don't get random dropouts once it's connected (I used it for 2 ours in Pd and it worked fine all the time), but it just doesn't appear (either in the Serial

Re: [PD] Comport can't read serial devices when soundcard is plugged in

2011-07-09 Thread Martin Peach
mething is plugged into the arduino that's taking too much current from the USB. Martin On 2011-07-09 11:26, Pierre Massat wrote: The problem isn't really solved at all. The USB soundcard doesn't seem to completely prevent [comport] to detect my uno board (I've been playin

Re: [PD] Comport can't read serial devices when soundcard is plugged in

2011-07-09 Thread Martin Peach
about banishing daemons before plugging in... Martin Pierre 2011/7/9 Ingo mailto:i...@miamiwave.com>> Similar problem here. I had an Arduino (USB) and a LCD display (RS232) working together very well with two [comport] objects on my old mainboard. With the new board either one by

Re: [PD] Compiling...

2011-07-06 Thread Martin Peach
On 2011-07-06 16:42, Mario Mey wrote: *pdlua.c:40:17: fatal error: lua.h: No existe el fichero o el directorio* *compilation terminated. You need to install the lua-dev package. Martin ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account

Re: [PD] reorg of puredata.info/docs/developer

2011-07-06 Thread Martin Peach
format specifier when it writes out the pd patch (e.g. printf("%g", number)), so floats get simplified. It's possible to use a high precision number by entering it in the patch but when you reopen the patch it will have been simplified. Martin ___

Re: [PD] mrpeach/tcpclient

2011-06-24 Thread Martin Peach
On 2011-06-24 07:46, Oli44 wrote: Le 24/06/2011 03:00, Martin Peach a écrit : On 2011-06-23 13:36, Oli44 wrote: Hello, We've been using a patch with tcpclient to connect to a Lanbox for over a year of time, without any hassle. Today, we started having the following error me

Re: [PD] mrpeach/tcpclient

2011-06-23 Thread Martin Peach
nning ubuntu 10.04, Linksys WRT54GL and a Lanbox. That's a wireless router. Are you using wifi? If so and you can't send over the network (never or after a few sucesses?)it's probably something to do with the wifi connection. You may be able to change the channel to a less con

Re: [PD] Piezo, trigger, Arduino

2011-06-22 Thread Martin
I use the MCP6024. It's a quad rail-to-rail single-supply high impedance input op-amp, which makes it easy to power from the arduino. Martin On 22/06/11 09:13 AM, Pierre Massat wrote: Oops. Sorry, i meant Martin, obviously. 2011/6/22 Roman Haefeli mailto:reduz...@gmail.com>>

Re: [PD] Pd performance at TED

2011-06-22 Thread martin brinkmann
nterviews/supercomputing.html explains the problems we have with life performance/electronic music quite well. bis denn! martin ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Pd performance at TED

2011-06-20 Thread martin brinkmann
nd the previously recorded loop plays on. and even if it is only 'secondary', movement/dancing is certainly very helpful to stay in sync. bis denn! martin ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Another arduino weirdness

2011-06-17 Thread Martin Peach
On 2011-06-17 12:04, Matteo Sisti Sette wrote: On 06/17/2011 05:29 PM, Martin Peach wrote: O, it may be relevant (though I don't directly see how) that when I test on Windows I do it through a virtual machine (on a linux host which is the one on which i test it in Linux). Yes I

Re: [PD] Another arduino weirdness

2011-06-17 Thread Martin Peach
s the one on which i test it in Linux). Yes I think that is relevant. I just tried it on WinXP and at least that part works properly. (arduino duemilanove / firmata2.2 / Pduino-0.5beta8) Usually emulators don't do a good job with I/O. Martin _

Re: [PD] Piezo, trigger, Arduino

2011-06-17 Thread Martin Peach
so the arduino has time to measure it, the resistor drains the capacitor so it doesn't hold the peak forever. Putting weights on top of the piezos increases their output, as does gluing them to a resonant object. Martin On 2011-06-17 08:53, Roman Haefeli wrote: Hi Pierre Actual

Re: [PD] The final question about Arduino

2011-06-15 Thread Martin Peach
d of an arduino as it uses standard USB serial protocol. Martin ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Another arduino weirdness

2011-06-14 Thread Martin Peach
On 2011-06-14 17:45, Matteo Sisti Sette wrote: On 06/14/2011 11:01 PM, Martin wrote: On 14/06/11 04:44 PM, Matteo Sisti Sette wrote: On 06/14/2011 09:58 PM, Matteo Sisti Sette wrote: Hi, With this: [arduino] | [print ARDUINO] Well maybe you have different versions of [comport]. The

Re: [PD] Another arduino weirdness

2011-06-14 Thread Martin
put. You can often change unconnected pins by moving your charge-carrying body parts near them. Martin ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] ardino "open" message and version

2011-06-14 Thread Martin
oute open] (among other messages) on its right outlet, so maybe it is actually a bug in [comport] not outputting the open message? Or maybe you don't have a recent [comport]. It should output a list of things when you send it a [info( message, one of which is 'open'. Martin __

Re: [PD] control lot of audios files with arduino + puredata

2011-06-01 Thread Martin Peach
It's certainly possible to make a Pd patch that controls shift registers through firmata. It's also possible to program the Arduino to do that and send the switch numbers to a Pd patch that has a [comport] in it. Martin On 2011-06-01 22:33, FernandoG wrote: Thanks for answer Ma

Re: [PD] control lot of audios files with arduino + puredata

2011-05-30 Thread Martin Peach
over time. Martin ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] euclidean rhythms

2011-05-26 Thread martin brinkmann
On 05/26/2011 01:29 AM, Martin Dupras wrote: > In other words: let's say you want 5 beats in a grid of 12 (or a > 12-sided polygon, if we use his graphical representation), the exact > spacing between two beats would be 12/5, or 2.4. > > The first beat would be 0*2.4= 0. >

Re: [PD] euclidean rhythms

2011-05-25 Thread Martin Dupras
by values from 0 to n-1 (0 to 4, since we want 5 divisions of 12), round that, and then store a "1" at the rounded index values. I'm sure there are plenty of more elegant methods. - martin On 25 May 2011 22:13, Cody Loyd wrote: > Posted this on the PD forum.. but haven't

Re: [PD] opengl performance on osX ; Re: four PS3 Eye on Mac Pro and Pd-ext and GEM

2011-05-22 Thread Martin Peach
it for you if unix style CL stuff is not for you - I remember something like 'onyx' was a good one of these. What do the letters «CL» stand for ? Probably Command Line, as in a terminal, as opposed to Graphical User Interface. Martin _

Re: [PD] routeOSC: how to distinguish messages addressed to a node from messages addressed to any descendant

2011-05-21 Thread Martin Peach
On 2011-05-21 19:21, Matteo Sisti Sette wrote: On 05/22/2011 12:44 AM, Martin Peach wrote: until [routeOSC] will consider a message without an address as equivalent to a message addressed to "/". Yes I think that makes sense. But I think [routeOSC] should simply prefix an outgoi

Re: [PD] routeOSC: how to distinguish messages addressed to a node from messages addressed to any descendant

2011-05-21 Thread Martin Peach
ivalent to a message addressed to "/". Yes I think that makes sense. But I think [routeOSC] should simply prefix an outgoing message with '/' if there is no more path. Martin ___ Pd-list@iem.at mailing list UNSUBSCRIBE and

Re: [PD] routeOSC: how to distinguish messages addressed to a node from messages addressed to any descendant

2011-05-21 Thread Martin Peach
[routeOSC /foo] | [routeOSC /*] Martin ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] udpsend broadcast was Re: 0.43 should still be a test version

2011-05-17 Thread Martin Peach
On 2011-05-16 17:36, Matteo Sisti Sette wrote: On 05/16/2011 11:21 PM, Martin wrote: 255.255.255.255. Where is it supposed to send that to? I doubt if any router would forward it to every machine on the internet. No, it is supposed to broadcast to the local network, exactly like x.x.x.255

Re: [PD] udpsend broadcast was Re: 0.43 should still be a test version

2011-05-16 Thread Martin
would forward it to every machine on the internet. Martin ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] pd-extended-0.43.1 win32

2011-05-13 Thread Martin Peach
(ctrl-alt-delete), which is needed to kill it. Martin ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] udpsend performance issue

2011-05-12 Thread Martin Peach
On 2011-05-12 07:59, matteo sisti sette wrote: Some follow-up on this: - By bundling the data into few large packets instead of many small packets (hence decreasing the overhead), indeed the blocking occurs much less frequently as Martin suggested, though it still occasionally occurs every once

Re: [PD] 0.43 should still be a test version

2011-05-10 Thread Martin
On 10/05/11 01:40 PM, Matteo Sisti Sette wrote: On 05/10/2011 06:56 PM, Martin wrote: I don't have any trouble here with [udpsend] and debian lenny. I don't have any trouble with [udpsend] either. It's [netsend 1] that can't broadcast (neither in Pd Vanilla 0.42.5 no

Re: [PD] 0.43 should still be a test version

2011-05-10 Thread Martin
e you get permission denied it's up to you to set the permissions. (If a program could do that, why have permissions at all?) Try running as root and see if it changes. Martin ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] tcpserver for sending files?

2011-05-10 Thread Martin
On 10/05/11 11:34 AM, Mathieu Bouchard wrote: On Mon, 9 May 2011, Martin wrote: It opens the file relative to the folder containing [tcpserver] (it calls fopen with whatever path you give it). Isn't that only because you start pd from the folder containing [tcpserver] ? Yes, that

Re: [PD] tcpserver for sending files?

2011-05-09 Thread Martin
On 09/05/11 01:31 PM, Mathieu Bouchard wrote: On Mon, 9 May 2011, Martin wrote: If the data you're sending is a symbol instead of numbers, the symbol will be interpreted as a file name, so [client 1 hello.jpg( will send hello.jpg as raw bytes. Is that name relative to the "curr

Re: [PD] tcpserver for sending files?

2011-05-09 Thread Martin
On 09/05/11 02:29 PM, Patrice Colet wrote: - "Martin" a écrit : If the data you're sending is a symbol instead of numbers, the symbol will be interpreted as a file name, so [client 1 hello.jpg( will send hello.jpg as raw bytes. The other end will just receive the raw byt

Re: [PD] tcpserver for sending files?

2011-05-09 Thread Martin
port 80. I still need to make a [packhttp] object that will send stuff with the proper header. Martin ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] udpsend performance issue

2011-05-09 Thread Martin Peach
On 2011-05-09 01:45, Matteo Sisti Sette wrote: On 05/09/2011 04:54 AM, Martin Peach wrote: [udpsend] uses almost the same code as [netsend] to send the data. I guess the bottleneck is in the way you load the hundreds of messages into [udpsend]. Are you receiving one packet per message at the

Re: [PD] udpsend performance issue

2011-05-08 Thread Martin Peach
leneck is in the way you load the hundreds of messages into [udpsend]. Are you receiving one packet per message at the other end? Martin ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] CVs

2011-05-08 Thread Martin Peach
hings like oscillator frequency and amplifier volume. At least some digital synths use software-generated CVs to control analog oscillators and filters because it takes less processing to generate control waveforms than the actual output waveform. M

Re: [PD] readanysf for windows? (again)

2011-04-28 Thread Martin Peach
le is used. Any symbol in any object file was marked with the __declspec(dllexport) attribute. " Might be that the included libs have that declspec in them. Martin On 2011-04-28 18:25, Patrice Colet wrote: I've explored a bit the source files of pd-extended externals and didn

Re: [PD] libpd and game engines (OpenFrameworks?)

2011-04-27 Thread Martin Eckart
ication running on my linux development machine then worry about getting hardware specific on other platforms but hopefully share some of the code base. -martin On Wed, 2011-04-27 at 07:52 +0800, Chris McCormick wrote: > Also this! > https://gitorious.org/pdlib/libpd/blobs/master/pyth

Re: [PD] Arduino, any feedback to help me choose the model?

2011-04-27 Thread Martin Peach
Or a stack of 4 AAs, depending how long you need it to last. Martin On 2011-04-26 17:28, Pierre Massat wrote: Hi, I just got my Uno in the mail today. It's so cool! I'm all excited. I've been searching their website for some basic info regarding he components i should us

[PD] libpd and game engines (shiva3d?)

2011-04-26 Thread Martin Eckart
really just looking for a mobile-ready graphics engine (like GEM!) that I can use to mess around with music. Would my time be better spent writing my own library in openGL ES (I just need simple graphics)? Should GEM be ported? How do would you make beautiful interfaces to pd on mobile

Re: [PD] Midi note handling for monophonic synth

2011-04-21 Thread martin brinkmann
not desired, maybe a counter for note on/off msg (and stopping the sound at 0) would help, so that the sound is only stopped when all keys are released. bis denn! martin ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->

Re: [PD] Arduino, any feedback to help me choose the model?

2011-04-16 Thread Martin Peach
On 2011-04-16 07:09, Pierre Massat wrote: Hi, I just ordered a Uno, i think it will suffice. Martin, I'd like to replace my pot with an optical sensor if it's quieter. Only i've never used one. How does it work? How do i put this in the pedal? I got a reflective sensor which

Re: [PD] Arduino, any feedback to help me choose the model?

2011-04-10 Thread Martin Peach
have to program the MIDI messages yourself instead of using pduino, as well as powering the arduino from a battery (quiet) or AC adapter (noisy). I have built a MIDI pedal that uses an optical sensor to detect the pedal position. It is much quieter than a potentiometer. Martin On 2011-04-10

Re: [PD] Latest pd-extended 0.43 autobuild on WinXp

2011-04-02 Thread Martin Peach
;" "loadlib1"="libdir" "loadlib2"="vanilla/list" "loadlib3"="vanilla" "loadlib4"="extra" "loadlib5"="Gem" "loadlib6"="cyclone" "loadlib7"="zexy" "nload

Re: [PD] Latest pd-extended 0.43 autobuild on WinXp

2011-04-02 Thread Martin Peach
vanilla: can't load library extra: can't load library Gem: can't load library cyclone: can't load library zexy: can't load library The Pd window filtered 3 lines I tried setting the path but whatever I add isn't saved when I quit. So far this is not very useful... D

Re: [PD] Latest pd-extended 0.43 autobuild on WinXp

2011-04-01 Thread Martin Peach
work. Any idea why? (I removed all previous versions from the computer.) Martin If you are using your own, old preferences, then you'll need to load 'vanilla/list' and 'vanilla' libraries. The default preferences includes them. I've been experimenting with making th

Re: [PD] MIDI triggered samples

2011-03-26 Thread martin brinkmann
kstream, also with 1 sec. delay). as far as i remember, this worked very well. bis denn! martin ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] The economics of Open source

2011-03-19 Thread Martin Peach
seems to have been Apple's modus operandi since day 1. Martin ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] turning an osc on and off

2011-03-17 Thread Martin Dupras
The osc~ is on all the time; to turn it on and off you need to multiply the output by 1 (to let the signal through) or 0 (to make it silent.) One solution attached. - martin On 17 March 2011 11:15, Coralie Diatkine wrote: > Hello everyone > > I'm trying to do something simple

Re: [PD] Help parsing HTML with [httpget]

2011-03-05 Thread Martin Peach
It works fine for me. I recently added [httpreq] and [httpreceive] to the mrpeach stuff in svn, they make it easier to do http stuff. [httpreceive] outputs the status on a separate outlet so you could scan for the "expires" keyword to know when to make another request. Martin On

Re: [PD] Reading and writing binary files

2011-02-27 Thread Martin Peach
lose the patch, or exit Pd, or switch off the machine... Martin ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Reading and writing binary files

2011-02-27 Thread Martin Peach
| [until] [rewind( [0( ||/ |/ [binfile] / | |* / The * connects back to the [until] to stop it. | / [trigger f b]/ | |/ | [f]X[+1] | | [tabwrite x] Martin _

Re: [PD] externals tutorial: link error

2011-02-18 Thread Martin
he linker can't find it. Another way to avoid that error is to replace any ocurrence of &s_float with gensym("float") but then you'll probably run into more trouble down the line. Martin ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] [GEM] pix_film mjpeg crash

2011-02-13 Thread Martin Eckart
build .deb floating around somewhere. To compile, I got gavl libraries etc. from Roman's PPA https://launchpad.net/~reduzierer/+ppa-packages <https://launchpad.net/~reduzierer/+ppa-packages>-martin On Sun, Feb 13, 2011 at 5:41 PM, Bastiaan van den Berg wrote: > Oh what I actually wan

Re: [PD] Music Made with Pd

2011-02-10 Thread martin brinkmann
t of 'scenes' can help a lot, like switching (or crossfading) different pre-programmed sets of parameters. bis denn! martin ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Music Made with Pd

2011-02-08 Thread martin brinkmann
the details. > http://soundcloud.com/iburiedpaul/live-at-hfk-bremen bis denn! martin ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] pure-data on gentoo; how to specify lib path?

2010-12-31 Thread Martin Peach
re? (will also bug monome's list). The attached patch shows how to do OSC_setup with the mrpeach version. Martin OSC_setup.pd Description: application/puredata ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Web browser?

2010-12-19 Thread Martin Peach
Look in moocow. Martin On 2010-12-19 17:45, Andrew Faraday wrote: This is fascinating, currently not running on my mac, however, missing [any2bytes] and [bytes2any] Does anyone know where I can find these two objects? > Date: Sun, 19 Dec 2010 11:19:15 -0300 > Subject: Re: [PD] Web b

Re: [PD] Object vs Class

2010-12-14 Thread Martin
Pd differs from C/python/lua etc. in that it's a graphical/visual language so I tend to think of the object as the thing that gets drawn on the screen by an instance of the class. So in Pd, "object" has a meaning distinct from "instance". Martin

Re: [PD] pd-pidip into Debian

2010-12-11 Thread Martin .
+1 for including the line about military use in pd's license. That will make us all happy. And the military then has to use maxmsp. Though, I assume it means military institutions and not my own militant guerilla art. But, we could also conclude that war/military is commercial, at least in the se

Re: [PD] call for testers for L2Ork iteration of pd-extended (based on 0.42.x branch)

2010-12-05 Thread Martin Peach
ny. I thought the whole 0.43 thing was about putting the tcl/tk into one place. In 0.42 the tcl/tk (one of the slowest languages around) is all over the Pd code, not just in pd.tk. Martin ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-manag

Re: [PD] The Game of Life

2010-11-29 Thread martin brinkmann
On 11/29/2010 11:09 AM, Andrew Faraday wrote: > How did you use the data from your grid to generate the music? my grid is a (virtual)tenori-on-ish sequencer, and: > Was it the straight-forward each position represents a note approach, exactly. bis denn!

<    1   2   3   4   5   6   7   8   9   10   >