Re: [PD] best format for send/receive between iOS and libPD

2014-05-12 Thread i go bananas
>>> >>> From Pd's perspective at least, it would be more efficient to handle the >>> messages separately (some of Pd's list operations have to copy the list, >>> which would be expensive if done iteratively over a long list). >>> >>> ch

Re: [PD] recursive controls problem

2014-05-09 Thread i go bananas
you can also use [change] in the chain to make sure messages are not resent when they are the same On Fri, May 9, 2014 at 6:12 PM, Lorenzo Sutton wrote: > Hi, > > > On 09/05/2014 07:24, plutek infinity wrote: > >> greetings! >> >> i'm sure this is a simple problem, but i can't seem to come up wi

[PD] best format for send/receive between iOS and libPD

2014-04-29 Thread i go bananas
I've got a six voice synth, each with about 20 variable parameters, and then sequence data, etc... and all of this data is being stored by the objective C front-end of my app. can someone tell me, hopefully from experience, what the best format is to send a lot of pattern data between obj C and li

Re: [PD] Error: Stack stack

2014-04-16 Thread i go bananas
you've got [float]x[+ 4] with the output of the 4 going into the left inlet of [float]. should go to the right inlet. On Wed, Apr 16, 2014 at 9:37 PM, kate sweeney wrote: > Hey yes, these are the other subpatches that I have. > > -- > Date: Wed, 16 Apr 2014 21:29:5

Re: [PD] Error: Stack stack

2014-04-16 Thread i go bananas
i had a look, but i can't see where the overflow is coming from in that one. do you have other patches you can post, that might be to blame? On Wed, Apr 16, 2014 at 9:22 PM, kate sweeney wrote: > Hello, > > A continuous "Stack overflow" message is appearing in the console of my > project. I thi

Re: [PD] friendly reminder that osx pd-extended is still badly flawed

2014-03-13 Thread i go bananas
pd 0.42.5 ...so it got fixed??? i don't like updating, cos if it ain't broke, don't fix itbut maybe i should try? On Fri, Mar 14, 2014 at 12:21 AM, i go bananas wrote: > i'm on 10.6.8 > > > On Fri, Mar 14, 2014 at 12:18 AM, José Rafael Subía Valdez &

Re: [PD] friendly reminder that osx pd-extended is still badly flawed

2014-03-13 Thread i go bananas
fter doing something in system preferences > (cant remember what.. it was a long time ago) Those days, I opened a patch > and I saw a PD icon and another blank icon also called pd, but now.. > running 10.6.8 and extended 0.43. I see no problem as you describe. > > > > > On Thu

[PD] friendly reminder that osx pd-extended is still badly flawed

2014-03-13 Thread i go bananas
every time i open a patch from clicking on an icon, PD loads 2 patches. pretty sure this is a long standing issue that hasn't been fixed. (os-x) ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/p

Re: [PD] 100k lines of code (was libpd separating gui from core)

2014-03-10 Thread i go bananas
I'd also like to see [getdir] made vanilla. There is literally no way to do that without the external. you could get rid of [value] to put [getdir] in. I could count on one hand the amount of times i've actually seen that used in patches. On Mon, Mar 10, 2014 at 11:46 PM, Dan Wilcox wrote:

Re: [PD] Pd as sound editor (issue with "scrolling" a table) ??

2014-03-05 Thread i go bananas
lit an arbitrary line. > > > On Tue, Mar 4, 2014 at 1:33 PM, Jonathan Wilkes wrote: > >> On 03/04/2014 01:20 PM, Jonathan Wilkes wrote: >> >> On 03/04/2014 10:11 AM, i go bananas wrote: >> >> [...] >> >> >>> >>> 2014

Re: [PD] Pd as sound editor (issue with "scrolling" a table) ??

2014-03-04 Thread i go bananas
s to study. > i think i'll stick to data structures though because what i need is > something to record and edit discrete events, not an audio signal. I don't > think i have to use tables at all finally. > > > 2014-03-04 12:12 GMT+01:00 i go bananas : > > just fo

Re: [PD] Pd as sound editor (issue with "scrolling" a table) ??

2014-03-04 Thread i go bananas
just for interest perhaps, here's the sound editor i made years ago: http://puredata.hurleur.com/sujet-1295-sound-editor and probably even more interesting, here is maelstorm's wave display abstraction: http://puredata.hurleur.com/sujet-5890-waveform-display basically, what maelstorm discover

Re: [PD] cryptocurrency and pd

2014-02-06 Thread i go bananas
>In what way? that's what i want to know! ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

[PD] cryptocurrency and pd

2014-02-06 Thread i go bananas
Has anything been done to try to marry these together yet? ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] access to archives

2014-01-23 Thread i go bananas
Just want to point out that there also IS a pd forum: http://puredata.hurleur.com/index.php ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] was confused about $1 in messages; finding last error

2014-01-23 Thread i go bananas
In my opinion, that's a bug in pd's error finding system - probably because the list functions came in after the error finder was implemented, and it has not been updated to find list errors yet. On Thursday, January 23, 2014, wrote: > > thanks everyone for answering, > > and for explaining my

Re: [PD] signal math explanation

2014-01-19 Thread i go bananas
oh and of course, i made a typo myself! that last [+~] should be a [*~] doh! On Mon, Jan 20, 2014 at 12:24 AM, i go bananas wrote: > this whole thread is about a typo? > > i have never seen > > [sig~] > |\ > [+~] > |\ > [+~] > >

Re: [PD] signal math explanation

2014-01-19 Thread i go bananas
this whole thread is about a typo? i have never seen [sig~] |\ [+~] |\ [+~] but have often seen [sig~] |\ [*~] |\ [+~] On Mon, Jan 20, 2014 at 12:02 AM, Dan Wilcox wrote: > Chances are Jonathan has already cleaned that up :D (Thanks for all the > help file updates J!) > > On Jan 19, 2

Re: [PD] [PD-announce] Chocolate et Coffee

2014-01-13 Thread i go bananas
i very much doubt miller will include stuff in vanilla that's not backwards compatible. seeing as how these objects don't even work with my (relatively) recent 0.42.5 version, i can't see how they'd pass. On Mon, Jan 13, 2014 at 6:00 PM, Pierre Guillot wrote: > Hi, > I may have been sensitive

Re: [PD] [PD-announce] Chocolate et Coffee

2014-01-09 Thread i go bananas
just tried this out, and it doesn't play nicely with pd-extended 0.42.5-rc3 on osx. i get this error: invalid command name "pdsend" invalid command name "pdsend" while executing "pdsend {#c.bang1902000 mouseenter}" (command bound to event) so, looks like you need at least 0.43 to make

[PD] usb controller for pd

2014-01-09 Thread i go bananas
Have been looking round for a midi (preferably USB) controller for pd. here's what i have decided i need: * endless rotary knobs with LED displays * LCD display above each knob I've messed around with midi and usb controllers for years, and basically, if there is nothing written on the knob, i'

Re: [PD] Range Slider

2013-11-19 Thread i go bananas
http://puredata.hurleur.com/sujet-6150-whole-freakin-library hrslider.pd ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] literal $0 from message to gui send and gui receive

2013-11-15 Thread i go bananas
ns, or whatever system you choose. On Sat, Nov 16, 2013 at 12:46 PM, i go bananas wrote: > hi Billy, do you know that the gui's have a 'set' function. So, if you > send [set 0.4( to a slider, for example, it will be set at that value, but > the value is not actual

Re: [PD] literal $0 from message to gui send and gui receive

2013-11-15 Thread i go bananas
hi Billy, do you know that the gui's have a 'set' function. So, if you send [set 0.4( to a slider, for example, it will be set at that value, but the value is not actually passed on. If you store all your values for osc1, env1, lfo1 and osc2, env2, lfo2 in separate tables or float objects, then y

Re: [PD] question on help patches path

2013-11-13 Thread i go bananas
your help file should have exactly the same filename as the original patch, but with -help.pd as its suffix. so, for example, if your patch is called sine_tone.pd then the help patch has to be called sine_tone-help.pd it shouldn't matter about the extra folder if you do it correctly. On Wed,

Re: [PD] Legal restrictions for apps

2013-10-04 Thread i go bananas
thing is, we STILL don't know for sure if apple will accept LGPL. they have not said yes or no on that issue. If someone else wants to try contacting them, maybe something has changed since last year...? ___ Pd-list@iem.at mailing list UNSUBSCRIBE and a

Re: [PD] Legal restrictions for apps

2013-10-04 Thread i go bananas
just to clarify, Shahrokh Yadegari, IRCAM, and the JMax developers, ALL agreed with the switch to LGPL license. so AFAIK, the 'GPL' claim in the source code is still there simply because no-one has changed it. On Sat, Oct 5, 2013 at 8:45 AM, Dan Wilcox wrote: > Well, it seems like all the a

Re: [PD] Legal restrictions for apps

2013-10-04 Thread i go bananas
I am the one who originally pushed for expr license change, and contacted apple, and the original expr licensees, etc here's what happened, in summary, from my foggy memory: i contacted the original author of expr, Mr Yadegari, and explained the situation that expr was in a strange limbo betw

Re: [PD] Legal restrictions for apps

2013-10-02 Thread i go bananas
i spent quite a long time being bounced from department to department with apple, trying to find out if i could use expr in IOS apps, and they never gave me a definitive answer. Basically they told me i'd have to hire a lawyer to find out :p On Thu, Oct 3, 2013 at 11:39 AM, Jonathan Wilkes wr

Re: [PD] tanh() or a compressor?

2013-09-30 Thread i go bananas
if the kick is not compressing properly, then one idea might be to lowpass filter the signal that goes to the compressor's detection stage. that way, you'd filter out a lot of the energy from the hats, snares, etc. On Tue, Oct 1, 2013 at 11:37 AM, Mario Mey wrote: > I read > http://designin

Re: [PD] [change] bug?

2013-09-23 Thread i go bananas
if you want a [change] that will always output its first value, regardless of what it is, then you could set up a little thing like this attached patch On Tue, Sep 24, 2013 at 1:19 AM, IOhannes m zmoelnig wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > On 2013-09-23 17:45, Mario M

[PD] CPU usage of GUI objects in subpatches

2013-07-14 Thread i go bananas
I'm assuming of course that no GUI objects in subpatches is optimal. but what sort of effect do sliders. toggles, bangs, etc have on CPU usage when hidden in unopened subpatches? ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http:

Re: [PD] remove space between list

2013-07-10 Thread i go bananas
only works with actual symbols, and not numbers, but this should do it list2symbol(vanilla).pd Description: Binary data ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] [PD-announce] netpd session recording

2013-07-10 Thread i go bananas
Bump so i remember to listen tomorrow On Wednesday, July 10, 2013, Roman Haefeli wrote: > Hi > > Let me share the recording of a netpd session I had yesterday with Sqgl > from Sydney. I like it myself and thus I thought it might be worth > sharing: > http://www.netpd.org/sessions/2013-07-09_prism

Re: [PD] Sampler buffer?

2013-07-06 Thread i go bananas
here's an upsampled loader that uses readsf~ at 64 times the normal rate. you can try changing the [block 1024 1 64] object to different upsampling rates depending on how fast your computer is. upsampled-loading.pd Description: Binary data ___ Pd-list@

Re: [PD] Fwd: right angle connections

2013-06-12 Thread i go bananas
here's a quick hack using tiny graph on parent subpatches as angled joints right-angles.pd Description: Binary data ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] [mp3write~] in PdVanilla, [declare -path]

2013-06-03 Thread i go bananas
if you are intending to use unauthorized library objects for a commercial project, then read the license very carefully. The author of those objects has quite strong views. ;) ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http:/

Re: [PD] Differences between: VD~ und delread~

2013-05-30 Thread i go bananas
just out of interest, while we're on the topic, does anyone have a vanilla workaround for a 2 point interpolated delay reader? ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] error: New incompatible [pow~] object.

2013-05-20 Thread i go bananas
yes, but what about if you load a patch with [pow~] in it? Do you get that error message? (Sorry, I'd do it myself, but i really don't want to install a new version of pd right now, as i'm in the middle of a job) ___ Pd-list@iem.at mailing list UNSUBSCR

[PD] error: New incompatible [pow~] object.

2013-05-19 Thread i go bananas
error: New incompatible [pow~] object. For a backwards-compatible version, use [cyclone/pow~] ... ... i haven't updated pd-extended since 0.42.5-extended-rc3 so, please excuse me if this has been addressed already. but why does the vanilla [pow] object send me an error message telling me to use

Re: [PD] Crossfade between 2 rj lib save states?

2013-05-14 Thread i go bananas
ah yeah, sorry... i had assumed you meant different things on both sides of the crossfade. so yeah, you could just use one patch for the guts. here, i'm attaching a little patch to show a possibility for xfade with sssad (you'll have to incorporate this into sssad yourself, but hopefully won't be

Re: [PD] Crossfade between 2 rj lib save states?

2013-05-13 Thread i go bananas
>>I'm just wondering how I would have to modify the saving mechanism in the rj abstraction so that I could have two running side by side? << it's been a long time since i looked at rj, but from memory it uses something similar to sssad for statesaving, doesn't it? So, you assign keys to each of y

Re: [PD] Rewriting a unified phasor / metro object for reading tables

2013-05-08 Thread i go bananas
why not just make a half speed phasor~, retrigger the phase to zero with a normal metro, and then multiply the output by 2? On Thu, May 9, 2013 at 10:09 AM, Ivica Ico Bukvic wrote: > Assuming you want a pulse in non-signal domain, you could use > disis_phasor~ (see http://l2ork.music.vt.edu/m

[PD] crowd source funding

2013-04-13 Thread i go bananas
could things like kickstarter be applied to pd? there are quite a few things i could think of that might get implemented with a few dollar signs on real paper rather than in message boxes ;-) so...is it posible? just putting the idea out there if it isn't already being discussed... _

Re: [PD] Serquencer.

2013-04-02 Thread i go bananas
something in there is causing pd to crash immediately when i load the pd file. On Wed, Apr 3, 2013 at 5:40 AM, servando barreiro wrote: > HI all! > > Here a compilation + nice .en manual of something that I have been > working on lately.. > > http://servando.hotglue.me/serquencer > > Thanks to

Re: [PD] [pd open $1 $2{ from relative path without getdir

2013-03-20 Thread i go bananas
getdir in vanilla, yes please!!! not hard surely? ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Announcing PdParty

2013-03-08 Thread i go bananas
yes i'd love to help with testing. Assume it will go OK on ipad too, yeah? ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] check this out

2013-02-28 Thread i go bananas
just cos there's no description, i'll add it here: it's a muscle sensor that can be used for gestural control. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Message from the boss of Raspberry Pi Foundation !

2013-02-09 Thread i go bananas
10ms or less would be totally acceptable. wow, i really wanna give this a go ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Message from the boss of Raspberry Pi Foundation !

2013-02-08 Thread i go bananas
sorry, i don't think this is the thread i should be asking this in, but how low latency can you get with pd on a pi ? ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Dynamic routing for audio signals

2013-01-05 Thread i go bananas
G! This perfectly fixes a problem I had years ago Why did i not make that connection back then? ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Max's [rate~] implementation...

2012-12-07 Thread i go bananas
multiplying by 0.5 is the same as dividing by 2 ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Text with bigger font?

2012-12-05 Thread i go bananas
use a canvas with a label, you can choose the size and colour of your font then. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Increment/Decrement a number

2012-12-05 Thread i go bananas
[1 ( [-1 ( | / |/ | / |/ [+ ] | [f ] and then just send the outlet of the float to the right inlet of the [+ ] ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] peaks and bringing them down to be more in line with the overall average of the signal

2012-11-24 Thread i go bananas
also, off topic, but why are your mails always in red? it's bizarre and upsetting ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] peaks and bringing them down to be more in line with the overall average of the signal

2012-11-24 Thread i go bananas
looks like your average peak is around 0.05 or something? simplest way would be to use [clip~ -0.05 0.05] if you want to do a smoother way, then [*~ 20] (or whatever value is appropriate to scale -1 to 1) , and then [expr~ tanh] or [tanh~] ___ Pd-list@i

Re: [PD] Random number generation quest

2012-11-14 Thread i go bananas
i used something like kaj posted. It seemed to work ok. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] weird behavior with dynamically created abstractions (sound doesn't work)

2012-11-14 Thread i go bananas
The answer to the original question has been posted many times over the years. On Wednesday, November 14, 2012, Alexandros Drymonitis wrote: > I tried your patch and the problem you mention does occur. I've no idea > why and how to solve this, but I'm also getting some strange behavior with > liv

Re: [PD] IBM & PureData

2012-11-08 Thread i go bananas
illogical bandwidth modulation? intermittent bass magnet? inlet bypass mechanism? isolating beat masher? industrial bitcrush monster? indie band mutilator? ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.i

Re: [PD] IBM & PureData

2012-11-07 Thread i go bananas
the obvious next step is for someone to code up an [IBM~] external for pd ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] vline~ precision under lower block sizes

2012-11-05 Thread i go bananas
miller answered this in a previous post today ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] rjdj is gone, robotcowboy is coming ...

2012-11-01 Thread i go bananas
y don't we have it yet? > > On Thu, Nov 1, 2012 at 9:54 AM, i go bananas wrote: > > This is pretty much what I've been waiting for. How long does it take to > get the hang of processing/Lua? > > > On Thursday, November 1, 2012, Epic Jefferson wrote: > > I'm v

Re: [PD] rjdj is gone, robotcowboy is coming ...

2012-11-01 Thread i go bananas
This is pretty much what I've been waiting for. How long does it take to get the hang of processing/Lua? On Thursday, November 1, 2012, Epic Jefferson wrote: > I'm very happy you're doing this. this is exactly what i want to do, but > i'm still a few years away programming-wise. How do you plan

Re: [PD] stereo difference?

2012-10-12 Thread i go bananas
oops, sorry about the double reply Joe, i forgot 'reply to all' to turn a stereo signal into a mono one, yes it's L+R..but that's not what i wanted to do. I wanted to take ONLY the parts of a stereo mix which lie right in the middle. It would be basically the inverse of a stereo difference effec

Re: [PD] stereo difference?

2012-10-10 Thread i go bananas
if anyone knows how to get just the MONO component of a signal, i'd love to know. I have a feeling you need to do FFT analysis and reconstruction for that though ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata

Re: [PD] stereo difference?

2012-10-10 Thread i go bananas
it's ridiculously simple. you just. invert one channel [*~ -1] and then mix them both together as one. stereo-difference.pd Description: Binary data ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listi

Re: [PD] list deinterleave question

2012-10-05 Thread i go bananas
basically what i did, was drip the list one element at a time, using [list-drip]. Then, i prepend each element with alternative 0's and 1's, generated by [f ]x[==]. By using [route], those elements are then sent alternatively left and right to an accumulator made with [list prepend]. finally, eac

Re: [PD] list deinterleave question

2012-10-04 Thread i go bananas
there is a useful library called [list-abs], which has lots of those sort of things, but in this case, i couldn't find exactly what you're after. Here's a patch that does what you want though: list-demux.pd Description: Binary data ___ Pd-list@iem.at ma

Re: [PD] splitting a list into pairs of two

2012-10-03 Thread i go bananas
woahhang on you did that patch without seeing mine??? it's almost identical...right down to the numbers in the example message box someone call Fox Mulder! this is definitely an X file ! ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-m

Re: [PD] splitting a list into pairs of two

2012-10-03 Thread i go bananas
nice Lorenzo ! ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] splitting a list into pairs of two

2012-10-03 Thread i go bananas
not sure if there is a super simple way to do this, but this patch looks like it works: list_pair.pd Description: Binary data ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] array size (was Re: arraysize)

2012-10-02 Thread i go bananas
in regards to (3), would there have ever been a case where someone would have deliberately used the zero padding of upsampled inlet as a 'feature' that their patch depended on ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http

Re: [PD] Concatenating floats

2012-10-01 Thread i go bananas
if you just use $1 for something like 07, then it will cut off the leading zero (which in this case, you need) so might be best just to split everything into individual floats, like: [ 1 9 7 8 0 7 2 9 0 9 3 0 2 1 ( and then just feed that into a big compound message like [ $1$2$3$4$5$6$7$8$9$1

Re: [PD] Introcucing PAC-Data, a Pac Man game in Pure Data.

2012-09-30 Thread i go bananas
please post it on the forum too, in case some people there miss this thread. http://puredata.hurleur.com/ ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Cheapest effects/objects/abstractions?

2012-09-30 Thread i go bananas
ring mod is cheap. it's not much more than an [osc~] and a [*~ ] table-lookup waveshapers are cheap. they're not much more than [tabread~] a flanger can be cheap. just a [delread~] [vd~] pair and something to modulate it - but you can use control objects for the modulation, to further cut CPU

Re: [PD] Super computer made of legos and Raspberry Pi computers

2012-09-16 Thread i go bananas
yeah, separating individual instruments / voices from a mix does seem like a 'just over the horizon' application. I'd love to be able to have a stereo microphone in the room i'm in now, and separate the sound of the rain, the wind, the TV in the background, my typing at this keyboard _

Re: [PD] corner case

2012-09-16 Thread i go bananas
your hradio has the same send and receive names! ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Super computer made of legos and Raspberry Pi computers

2012-09-16 Thread i go bananas
probably going well off topic now, but what sort of new audio processes would be made possible by supercomputing??? ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Super computer made of legos and Raspberry Pi computers

2012-09-16 Thread i go bananas
yeah, with this sort of thing... Miller was saying the other day how the original phase vocoder patch required $35000 worth of hardware (or whatever the actual figure was...) So i was just wondering what sort of audio things are round at the moment that can only be achieved with well beyond ordin

Re: [PD] milimetric grid

2012-09-13 Thread i go bananas
not sure about grid, but if you just do a simple multiplication, you can probably get [slider] to do what you want. for example, make the slider minimum 0, maximum 100, and then just do this to the output: [* 0.003] ___ Pd-list@iem.at mailing list UNS

Re: [PD] Canvas and Array send messages

2012-09-09 Thread i go bananas
in the help files to any of those objects, click on [pd edit] ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] I did it, haha xenharmonic synth

2012-09-05 Thread i go bananas
wow, really massive. your karplus strong synth is nice. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] still missing from pd

2012-09-05 Thread i go bananas
2nd outlet of vcf~ is a resonant lowpass I just tried, and it seems to look that way. is that a new development? there doesn't seem to be much info on that... ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.pured

[PD] still missing from pd

2012-09-04 Thread i go bananas
after more than 10 years, i still find it amazing that pd vanilla doesn't have the following: 1) proper builtin resonant low and highpass filters. lowpass at least, come on! 2) threaded soundfiler ___ Pd-list@iem.at mailing list UNSUBSCRIBE and accou

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

2012-08-07 Thread i go bananas
If you only want to playback the data, then the easiest way might be just to change pd's sample rate to 256hz. If that doesn't work, maybe have a look at readsf~ help to see how to manually set playback parameters On Tuesday, August 7, 2012, kristof lauwers wrote: > Hi, > > I'm trying to play ba

Re: [PD] [tabread4~] bug???

2012-07-24 Thread i go bananas
There is some inbuilt limit to array sizes that needs to be overridden by using the -maxsize tag when loading a file from soundfiler. I have a feeling it might mess things up with GOP arrays if you use that. ___ Pd-list@iem.at mailing list UNSUBSCRIBE an

Re: [PD] Sample Player: readsf~ vs. soundfiler/array/tabread

2012-07-20 Thread i go bananas
If I have 10 sample players, but only need 8 note polyphony what would be the best way to use the 8 tables more efficiently? Am I right in concluding that using 8 soundfilers, arrays, tabplays is the most efficient way to create a 10 sound sample player? Will the reading of the file be fast enough

Re: [PD] is there a way to send a bang precisely when a sample is looped using tabread4~?

2012-07-15 Thread i go bananas
http://puredata.hurleur.com/sujet-6194-sample-played-automated-varying-speed-detect-completion ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Honorary Degree for Miller Puckette

2012-06-26 Thread i go bananas
what a legend! ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] all distorsions avaliable

2012-05-20 Thread i go bananas
there are some non-linear distorters in my DIY library. My favourite is the 'shaper' function as found in the kurzweil K2000 http://puredata.hurleur.com/sujet-1982-1.html ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://list

Re: [PD] cheapest production-scale pd-anywhere platform?

2012-05-16 Thread i go bananas
i have also been interested in this for a while, but i am willing to spend more if it means lower latency, what's the latency like on these machines? ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listin

Re: [PD] origins of voice.wav?

2012-05-09 Thread i go bananas
i don't know if it ever has been asked, has it? so yeah...what is the story? ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] new sounds for hoedowninaround

2012-05-06 Thread i go bananas
really interesting as always Billy. I'm hearing a bit of stuff like yours lately, made by various people. Evolving freeform jams which step well outside the 4/4 looped techno paradigm, but which still keep a solid groove. like "Supersuper16mikebmodeswitchno1

Re: [PD] old patch to (automatically) fragment an audio buffer

2012-05-06 Thread i go bananas
might be this one: http://puredata.hurleur.com/sujet-3199-bonked-beat-slicer or maybe this one (that i made): http://puredata.hurleur.com/sujet-1953-sample-slicer-user-selectable-slices if not, search the forum for 'slicer' and pretty much everyone has had a go making one at some time or other

Re: [PD] why does PD round numbers? (in tables, in messageboxes, etc)

2012-04-07 Thread i go bananas
http://en.wikipedia.org/wiki/Floating_point ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Anonymity.

2012-03-12 Thread i go bananas
yeah Mathieu, but the other side of the coin, is that you're suggesting that 'someone else' has made an elaborate plan to create a fake login just to slander you. anyway, i don't see why i'm getting flack now. I was trying to stick up for you in the first place. If only there was some way to fil

Re: [PD] Anonymity.

2012-03-12 Thread i go bananas
yes yes. here is the link again: http://puredata.hurleur.com/sujet--interpolation-arrayed-pairs ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Anonymity.

2012-03-12 Thread i go bananas
maybe my google works better than yours. http://twitter.com/#!/mahatgma ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Anonymity.

2012-03-11 Thread i go bananas
It's a real person. http://puredata.hurleur.com/recherche-1521813748.html so i'm sorry Mathieu, but it seems that the dislike for your guru status is genuine. Maybe you could consider another vocation? :D ___ Pd-list@iem.at mailing list UNSUBSCRIBE an

Re: [PD] Is there a way to block/filter Mathieu ?

2012-03-10 Thread i go bananas
mahat...@gmail.com, this is your second post to the list, and you're already complaining about a member who has been here practically from its inception? pull your head in, mate. ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http

  1   2   >