[PD] problems with arrays in extended 0.43.4 / windows 8

2013-03-08 Thread kristof lauwers
Hi, I just installed Pd extended 0.43.4 on this computer, and there seems to be some problems with arrays: when i want to create one from the put menu, nothing happens. When i right click on an existing array in the help patches, i get just the canvas properties dialog, not the one for arrays

Re: [PD] readsf~ problem with 28-channel 256hz file

2012-08-07 Thread kristof lauwers
nto 28 > tables, and read from those using tabread4~ or even a message-based > tabread followed by a line~. i will give that a try. thanks for the suggestion! greetings, Kristof On Tuesday, August 7, 2012, kristof lauwers wrote: Hi, I'm trying to play back a rather uncommon file wi

[PD] readsf~ problem with 28-channel 256hz file

2012-08-07 Thread kristof lauwers
he file at the right speed? I'm using Pd version 0.40.3-extended on windows xp.. thanks! Kristof http://soundcloud.com/kristof-lauwers http://kristoflauwers.domainepublic.net ___

Re: [PD] auto-adding MIDI devices

2012-03-26 Thread kristof lauwers
At 08:45 2012-03-26, IOhannes m zmoelnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-03-23 14:29, kristof lauwers wrote: > Hi, > > If you are going to make changes to the midi device setup, i have two > other suggestions: > > - in the midi settings dialog

Re: [PD] auto-adding MIDI devices

2012-03-23 Thread kristof lauwers
connect an external midi device, most of the time you have also an internal midi playback on the soundcard and you don't know which one is first in windows' enumeration.. all the best, Kristof i...@kristoflauwers.domainepublic.net http://so

Re: [PD] very compressed chip sounds

2011-10-16 Thread kristof lauwers
--- http://soundcloud.com/kristof-lauwers http://kristoflauwers.domainepublic.net -- #N canvas 41 127 450 300 10; #X obj 301 102 adc~; #X obj 301 158 dac~; #X obj 62 117 del 33000; #X obj 62 141 del 143000; #X obj 62 174 del 10

Re: [PD] OT: asimuth in speaker

2010-12-02 Thread kristof lauwers
equations don't work here? (i have the intuition they should, but might very well be wrong) greetings, Kristof i...@kristoflauwers.domainepublic.net http://soundcloud.com/kristof-lauwers http://kristoflauwers.domainepubli

Re: [PD] How to: different channels with noteout & ctlout (pd > ableton)

2010-10-27 Thread kristof lauwers
ct is limited to 2 or 4 in the menu. The only way i found to add more is by manually adding them in the registry.. cheers, Kristof i...@kristoflauwers.domainepublic.net http://soundcloud.com/kristof-lauwers http

Re: [PD] music made with Pd

2010-05-19 Thread kristof lauwers
Hi, here are two pieces where i used PD to transform the sound of voices/instruments.. http://soundcloud.com/kristof-lauwers/thintroppoinmealways http://soundcloud.com/kristof-lauwers/sir-john-longton-revisited cheers, Kristof i

[PD] more then 2 midi output devices

2010-02-24 Thread kristof lauwers
le to add them from Pd itself would be quite a bit handier.. all the best, Kristof ____ http://soundcloud.com/kristof-lauwers http://kristoflauwers.domainepublic.net _

[PD] midiout / sysex on windows

2009-11-11 Thread kristof lauwers
hello, I was wondering what the current state of midiout is on windows (i'm working on Xp, but should make something that works under any recent windows version) I see some discussion about it in the list archives and forum, but it's not clear if it should be working or not right now.. I tri

Re: [PD] PD extended very slow loading patches

2009-01-23 Thread kristof lauwers
At 17:36 2009-01-21, Hans-Christoph Steiner wrote: >Hey, > >Let's keep this on the list so that everyone can benefit. The problem >is caused by the [zexy] object in labelslider. If you change that to >[import zexy] or whatever the same thing is with [declare] (I think >its [declare -stdlib zex

Re: [PD] PD extended very slow loading patches

2009-01-09 Thread kristof lauwers
esn't get loaded. > >'libdir' is support for the libdir library format. > >.hc > >On Jan 8, 2009, at 5:19 AM, kristof lauwers wrote: > >>At 01:57 2009-01-08, Hans wrote: >> >> >>>My guess is that it is due to the hexloader. Are you loadin

Re: [PD] PD extended very slow loading patches

2009-01-08 Thread kristof lauwers
ore.. i can live with it that way, but it ould be nice if it worked some time in the future.. xof >.hc > >On Jan 7, 2009, at 9:44 AM, kristof lauwers wrote: > >>hi, >>I just tried PD extended 0.40.3. While none of my patches takes >>longer then a couple of seconds to

[PD] PD extended very slow loading patches

2009-01-07 Thread kristof lauwers
hi, I just tried PD extended 0.40.3. While none of my patches takes longer then a couple of seconds to load in vanilla pd, extended takes sometimes (especialy with patches that contain a lot of gop abstractions) several minutes, eating 50% of my cpu. I tried it on two computers (both on WinXp) a

Re: [PD] pow with negative base

2008-11-12 Thread kristof lauwers
hi, you can also simply use expr pow($f1, $f2) xof >Le 10 nov. 08 à 22:20, olsen a écrit : > >>hi list >>as [pow] cannot handle negative messages - is my mind playing >>tricks on me or is the attached version the easiest way to >>exponentiate negative factors in pd? >>thanks for satori >>olse

Re: [PD] variables in throw~

2008-08-03 Thread kristof lauwers
hi, this should do it.. (num) | [makefilename channel%d] | [set $1( | [throw~ channel0] greetings, xof -- [EMAIL PROTECTED] http://kristoflauwers.domainepublic.net http://myspace.com/xofxof ---

Re: [PD] bcr2000 and midi-feedback

2008-07-22 Thread kristof lauwers
Hi, You can set the value of the slider without having it sent back with a 'set' message [ctlin 1] | [/127] | [set $1( | [s rec] cheers, Kristof [EMAIL PROTECTED] http://kristoflauwers.domainepublic.net http://myspace.com/xofxof __

Re: [PD] microphone feedback canceling

2008-02-12 Thread kristof lauwers
putting the latency not too low can do wonders ;) xof >tim wrote: > > Hi, > > I'm planning to use a microphone on stage, with pd. > > With it comes the risk of unwanted feedback. > > Has anyone done a feedback canceling patch or seen a proven technique ? > > I don't know much about how this wor

Re: [PD] translations for pdpedia templates Nederlands

2007-10-11 Thread kristof lauwers
Hi, >>> > $arguments = "argumenten"; >> >>maybe "parameters" is better here. if i hear "argumenten" in Dutch >>i rather think of arguments like in a discussion > >I'm not sure about that, because not all 'parameters' can be given >as creation arguments. Makes sense.. so, ok we can keep the "

Re: [PD] translations for pdpedia templates Nederlands

2007-10-11 Thread kristof lauwers
At 06:15 PM 10/10/2007, IOhannes m zmoelnig wrote: >hi > >tim wrote: > > Hi Kristof, > > > >> (tried to send this an hour ago, but seems like it didn't get through. > >> sorry if you receive it twice) > >> > > I have this too with pd-list, sometimes it takes more than an hour for > > my mail to ap

Re: [PD] translations for pdpedia templates Nederlands

2007-10-10 Thread kristof lauwers
(tried to send this an hour ago, but seems like it didn't get through. sorry if you receive it twice) Hi Tim & all! my 50c on the Duch translations you proposed.. > > $arguments = "argumenten"; maybe "parameters" is better here. if i hear "argumenten" in Dutch i rather think of arguments lik

Re: [PD] translations for pdpedia templates Nederlands

2007-10-10 Thread kristof lauwers
Hi Tim & all! my 50c on the Duch translations you proposed.. > > $arguments = "argumenten"; maybe "parameters" is better here. if i here "argumenten" in Dutch i rather think of arguments like in a discussion > > $messages = "berichten"; // could be 'boodschappen' too, but that > > sounds a b