[PD] selecting input with [midirealtimein]

2010-03-09 Thread Atte André Jensen
Hi I'm still trying to get [midirealtimein] going under linux. What I try to do is this: I have two applications that both sends out midi clock. I'd like to be able to select which applications midi clock I'm using in a third application. So the idea was to send the midi clocks to pd and use

Re: [PD] routing midi-clock

2010-03-08 Thread Atte André Jensen
IOhannes m zmoelnig wrote: Thanks for taking the time to answer my post! you mean: [spigot]? Yes. I tried the [midirealtimein], but I'm not sure how to pass the messages to [midiout] (or some other object). ain't there no [midirealtimeout] on your system? Nope. I'm under linux, maybe

[PD] routing midi-clock

2010-03-07 Thread Atte André Jensen
Hi I'm trying (and failing) to build a pd patch for routing midi-clock + audio based on the position of a horizontal slider. So basically a patch that sends all midi, or at least midi clock straight through if some object holds 1 block it if the object holds 0. I tried the

Re: [PD] a full-featured sampleplayer

2008-08-07 Thread Atte André Jensen
Roman Haefeli wrote: Thanks for your input! i think there is tons of such abstractions around. anyway, i like to re-implement it again and again everytime i need it, because there is always little things that i would like to have different from the current implementation and also it is

[PD] displaying a filename

2008-08-06 Thread Atte André Jensen
Hi I have an abstraction that has loaded a sample with openpanel. Is there a way to display this filename in the abstraction (for visual fedback), preferrably only the filename (without path)? Any pointers appreciated! -- peace, love harmony Atte http://atte.dk |

Re: [PD] displaying a filename

2008-08-06 Thread Atte André Jensen
Si Mills wrote: Hi A combination of [symbol\ and [stripdir] should do it Arrh, thanks! I never used the [symbol\ before. It works just perfect, thanks. -- peace, love harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://modlys.dk

[PD] expr from sssad/gui-objects

2008-08-06 Thread Atte André Jensen
Hi I have three number-boxes connected to sssad objects. When they all have their value restored I'd like to make an [expr $f1 - $f2 - $f3]. Since I don't know which box will get restored first I have bangs from the the second and third numbers to the hot inlet, which 1) is very ugly and 2)

Re: [PD] variables in throw~

2008-08-05 Thread Atte André Jensen
marius schebella wrote: (num) | [set channel$1( | [throw~ channelX] Where is this set-ability documented? Now I'd like to do kinda the same with dac~, but that doesn't work: [set 4( | [dac~ 1] Naturally a bit more elaborate in real life, bit the idea is to have an abstraction

[PD] variables in throw~

2008-08-03 Thread Atte André Jensen
Hi I'd like to have a |throw~ channelX| where X is an integer (say 1-8) controlled from a number box. It doesn't seem to be possible, but I hope I'm wrong. Any input appreciated. -- peace, love harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk |

[PD] looking for gate~

2008-08-03 Thread Atte André Jensen
Hi I'm looking for something that works like gate, just with audio signals, is there anything outthere already that does this? -- peace, love harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://modlys.dk

Re: [PD] variables in throw~

2008-08-03 Thread Atte André Jensen
kristof lauwers wrote: (num) | [makefilename channel%d] | [set $1( | [throw~ channel0] Thanks, that works great. Must read up on stuff to understand... -- peace, love harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://modlys.dk

Re: [PD] Fwd: finding the cause of clicks when using sssad WAS: saving state of a patch

2008-07-24 Thread Atte André Jensen
Frank Barknecht wrote: I would recommend to preload all textfiles that should be streamed to [sssad] into memory. Under linux I think cat *.sssad_states.txt /dev/null will do. -- peace, love harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk |

Re: [PD] is $0 the same on every load?

2008-07-23 Thread Atte André Jensen
Chris McCormick wrote: I understand. You want throw-away auto-ids. I'm not sure if anyone has come up with a satisfactory way of doing that, but I will have a think about it. At least auto-ids. They shouldn't be thrown more away than they are the same next time :-) Incidentally, How I

Re: [PD] is $0 the same on every load?

2008-07-23 Thread Atte André Jensen
Frank Barknecht wrote: I don't yet understand: What exactly do you want to store? Such tickers would have gui-switches for which parts (like in structure) they're active in. That's what I'd like to store... So for sssad: You can use keys like [sssad $0-somekey] but as soon as you save them

Re: [PD] sssad slowness

2008-07-23 Thread Atte André Jensen
Chris McCormick wrote: That's Frank, not me. Oops... sssad does not cause any loading slowdowns on my system (Vanilla Pd, not pd-extended - if that makes any difference). It might. I'm leaving for hollidays in a few hours, but when I get back, I might try a regular PD install. -- peace,

Re: [PD] is $0 the same on every load?

2008-07-23 Thread Atte André Jensen
Damian Stewart wrote: my state saving system is current a piece of paper with pencil numbers scrawled all over it. I like paper, but I think sssad is cooler :-) -- peace, love harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://modlys.dk

[PD] bcr2000 and midi-feedback

2008-07-22 Thread Atte André Jensen
Hi I have assigned a knob on my bcr2000 to a vertical slider in pd. Under the sliders properties, I have set send-symbol and receive-symbol to send and rec. I then have [ctlin 1] | [/ 127] | [s rec] [r send] | [* 127] | [ctlout 1] This basically works, the upper one is receiving from the

Re: [PD] bcr2000 and midi-feedback

2008-07-22 Thread Atte André Jensen
kristof lauwers wrote: You can set the value of the slider without having it sent back with a 'set' message Thanks alot, exactly what I was looking for. -- peace, love harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://modlys.dk

Re: [PD] [PD-announce] Pd-0.40.3-extended-rc2 released

2008-07-22 Thread Atte André Jensen
Frank Barknecht wrote: Pd-extended obviously has the Python model in mind, while I would prefer a more minimalistic, Lua-like Pd, A really nice thing in python is that it comes with batteries included. You might have to import something from a lib, but it's always there on any platform. For

[PD] is $0 the same on every load?

2008-07-22 Thread Atte André Jensen
Hi Can I expect $0 to always be the same in a given abstraction every time I load a patch? The reason I ask, is I'd like to use $0 as an unique identifier together with sssad... -- peace, love harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk |

Re: [PD] is $0 the same on every load?

2008-07-22 Thread Atte André Jensen
Roman Haefeli wrote: it is recommended to do your own counter, that only counts what really needs to be counted for your state saving. Thanks for the advice, I'll take this route. -- peace, love harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk |

[PD] sssad slowness

2008-07-22 Thread Atte André Jensen
Hi Ok, so I'm playing with sssad, and it's really easy to work with. I saved some of the settings in my environment (a sssad save is here: http://atte.dk/download/test_alive.txt). Loading/saving the state itself is snappy, but loading the main patch is really slow (hogs the machine for 15

Re: [PD] is $0 the same on every load?

2008-07-22 Thread Atte André Jensen
Chris McCormick wrote: Is this so you can save and load different groups of pre-sets separately? I have been trying to think of a nice portable solution to that problem, using sssad. I have some ideas, but nothing concrete yet. No. I have an abstraction that counts the beats (or 1/8 notes or

Re: [PD] sssad slowness

2008-07-22 Thread Atte André Jensen
Enrique Erne wrote: i hacked together a ad (slim super simple state saving system) uhm what was the a and the d in the abbreviation for? Hmmm. Hacked... Atte would you mind and test my version? please test for functionality and loading time. i might have overseen something. Wow.

[PD] installing flext in pd-extended

2008-07-21 Thread Atte André Jensen
Hi I installed pd-extended from Pd-0.40.3-extended-20080628-ubuntu-gutsy-i386.deb and now I need to compile pool, which means I need to install flext. I tried to compile flext, but it seems it needs the source of pd, which is not provided by pd-extended.deb. Does this really mean I have to

Re: [PD] saving state of a patch

2008-07-21 Thread Atte André Jensen
Michal Seta wrote: Hi Atte The best way to start using memento is to get a patch that works, copy and paste the guts into your own and adapt. That is, providing that memento works at all on your system. There is a guide on footils.org that should get you started with the ideas behind the

Re: [PD] background color of instances of abstraction

2008-07-21 Thread Atte André Jensen
marius schebella wrote: you have to send a message like color 16 to the canvas, Thanks, exactly what I was looking for! -- peace, love harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://modlys.dk ___

Re: [PD] saving state of a patch

2008-07-21 Thread Atte André Jensen
Michal Seta wrote: The best way to start using memento is to get a patch that works, copy and paste the guts into your own and adapt. That is, providing that memento works at all on your system. There is a guide on footils.org that should get you started with the ideas behind the system.

Re: [PD] saving state of a patch

2008-07-21 Thread Atte André Jensen
Frank Barknecht wrote: Then I would recommend [sssad]. It's the most simple of them all and doesn't need any externals. (Note that it's missing from pd-extended's autobuilds currently for reasons I don't understand.) Ok, thanks for all the advice, I'll look at sssad, then. First problem: It

Re: [PD] saving state of a patch

2008-07-21 Thread Atte André Jensen
Luigi Rensinghoff wrote: Am 21.07.2008 um 20:16 schrieb Atte André Jensen: Unfortunately right-clicking-help totally freezes up my system (something that never happens). What's up with that? Is that just a single bug (so don't click here) or a symptom of something bad? Did i have tat

Re: [PD] saving state of a patch

2008-07-21 Thread Atte André Jensen
Frank Barknecht wrote: Pd-extended is broken in that it cannot load abstractions that are in directories which have the same name as the abstraction. At least that's how I understand the problem. Users of upstream Pd like me aren't affected. I see. I found this has been has been discussed

Re: [PD] saving state of a patch

2008-07-21 Thread Atte André Jensen
Phil Stone wrote: Now that you're on your way with sssad, there's a nice trick you should know. If you find that loading a preset causes dropouts, consider using a ram disk to hold your presets during performance. This solved all my dropout problems, and it's easy to do (I can post a

[PD] vu-meter

2008-07-21 Thread Atte André Jensen
Hi I'm trying to have vu show something useful, but with partial success. I have this: | [snapshot~] | [posetive] | [rmstodb] | [- 100] | [s $to_vu] [posetive] is a simple abstraction that... makes negative values posetive (1-1, -1-1, 0-0, etc). This kinda works, but at lower levels, and esp

Re: [PD] vu-meter

2008-07-21 Thread Atte André Jensen
IOhannes m zmoelnig wrote: so i don't fully understand your why you don't want to use [env~]? Because I'm a newbie, that never used [env~] before? [env~] | [- 100] | [vu] That works better, thanks! -- peace, love harmony Atte http://atte.dk | http://myspace.com/attejensen

Re: [PD] vu-meter

2008-07-21 Thread Atte André Jensen
Ricardo Dueñas Parada wrote: instead of [posetive] you should use [abs] Stupid me... -- peace, love harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://modlys.dk ___ Pd-list@iem.at mailing list

Re: [PD] vu-meter

2008-07-21 Thread Atte André Jensen
Derek Holzer wrote: Did you try [prvu~]? Now I did. I decided to go with a simple env~ solution for now. -- peace, love harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://modlys.dk ___ Pd-list@iem.at

Re: [PD] background color of instances of abstraction

2008-07-19 Thread Atte André Jensen
marius schebella wrote: either put a canvas in the background and change it via send/receive This seems like an easy thing, but I get cnv: no method for 'float'. What message could I send to a canvas to make it red? or use sys_gui in combination with hcs/canvas_name which lets you change

[PD] saving state of a patch

2008-07-17 Thread Atte André Jensen
Hi I'm trying to build something generic for performing live with pd and for the most parts, it's going really well. But I need to save the state of everything (a patch with some instances of some abstractions), so that the widgets will preserve their state between sessions. I looked into

[PD] background color of instances of abstraction

2008-07-17 Thread Atte André Jensen
Hi Is it possible (for reasons of visual feedback) to change the background color of one instance of an abstraction? It's an abstraction where only one instance is active at the time, so I'd like to change the background color of the active one. Is obviously should be done programatically

Re: [PD] best way to do 1/x

2008-07-03 Thread Atte André Jensen
Frank Barknecht wrote: Yes, it is. ;) But slightly more tricky is that send/recieve must have the same problems, but may be more difficult to spot. -- peace, love harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://modlys.dk

Re: [PD] best way to do 1/x

2008-07-03 Thread Atte André Jensen
Frank Barknecht wrote: See attached example patch which exploits the current implementation to make the issue visible. [t ...] triggers left to right, don't you mean right to left? -- peace, love harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk |

Re: [PD] possible to reset phasor~?

2008-07-03 Thread Atte André Jensen
Roman Haefeli wrote: but generally: the second inlet of [phasor~] is used to set the phase, so normally numbers between 0 and 1 are used, which give different results. That makes sense. So sending a .5 would reset the phase to half way through? Thanks for mentioning this. -- peace, love

Re: [PD] extremely stupid question: playing sample

2008-07-03 Thread Atte André Jensen
Roman Haefeli wrote: just let me add, that i find this not trivial (nor stupid) at all. Thanks for you uplifting remarks about my intellect :-) But being new at something can make you feel stupid. I'm understanding a bit more every day, though, so maybe all hope is not lost! -- peace, love

Re: [PD] pd clicking with jack/linux

2008-07-02 Thread Atte André Jensen
IOhannes m zmoelnig wrote: Atte André Jensen wrote: patrick wrote: 1) pd -? says -audiobuf is in ms, so 256 wouldn't make sense, or...? why shouldn't it make sense? 256ms is justas valid as 7ms Because he's building a commandline to match a jacksetup of Frames/Period: 256... specify

[PD] best way to do 1/x

2008-07-02 Thread Atte André Jensen
Hi What's the best way to do 1/x? I have something like: |10 ( | \ |bang( | | / |1(/ |/| -- peace, love harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://modlys.dk ___

Re: [PD] best way to do 1/x

2008-07-02 Thread Atte André Jensen
Frank Barknecht wrote: As far as I see it, here you may have an execution order problem, at least the first tim you bang that ascii art. ;) Is that because of depth first, which would mean that / sees the 1 at hot inlet first and then carries out 1/0 before the 10 arrives at cold inlet? --

Re: [PD] best way to do 1/x

2008-07-02 Thread Atte André Jensen
Frank Barknecht wrote: Yes: Everytime you have connections fanning out of a message outlet, the order the connections fire is not specified. It's practically undefined. Ok, that seems like something that's possible to identify (with practice). I'm a little confused about loadbang, then.

[PD] possible to reset phasor~?

2008-07-02 Thread Atte André Jensen
Hi Is it possible to reset phasor, so sending it a message that'll make it start from 0 again? I tried using a metro/vline substitute, but couldn't figure out how to change the speed *within* a cycle. Is such a construction possible? NB: I'm trying to read out a sample from a table... --

Re: [PD] best way to do 1/x

2008-07-02 Thread Atte André Jensen
Atte André Jensen wrote: I'm a little confused about loadbang, then. Or maybe not. I guess it's exactly the same... -- peace, love harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://modlys.dk ___ Pd

Re: [PD] possible to reset phasor~?

2008-07-02 Thread Atte André Jensen
Peter Plessas wrote: as i remeber from the phasor's helpfile, sending a bang to one of its inlets resets the phase to zero. Sending a float to right inlet resets phase (it seems regardless of the value of the float). I'm not only newbie, I'm also blind :-) Sorry, about that! -- peace, love

[PD] extremely stupid question: playing sample

2008-07-01 Thread Atte André Jensen
Hi Ok, I spend too much time trying to figure this out, so I have to chicken in and ask: I want to do something that I think is fairly simple and standard: Load a sample at arbitrary length and play it back at various rates. tabplay~ works fine (byt doesn't transpose), and tabread4~ complains

Re: [PD] extremely stupid question: playing sample

2008-07-01 Thread Atte André Jensen
hard off wrote: tabread4~ should do what you want. Ok, thanks. I got a basic patch running that works (I drive the tabread4~ with a phasor~ and after rescaling phasor~ to match the table length it works. -- peace, love harmony Atte http://atte.dk | http://myspace.com/attejensen

Re: [PD] pd clicking with jack/linux

2008-07-01 Thread Atte André Jensen
patrick wrote: hi, Hi. Thanks for the reply! Basically I think my problems came from using array (and not table) to store a sample. Pd gave DIO errors when switching to the window containing the patch. Is this normal, and is there a way to avoid it, for instance running the gui in a separate

Re: [PD] getting the sample rate + channels of .wav

2008-07-01 Thread Atte André Jensen
hard off wrote: yep, samples, channels, bitsize, samplerate Great, exactly what I was hoping for! Thanks! -- peace, love harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://modlys.dk ___ Pd-list@iem.at

Re: [PD] pd clicking with jack/linux

2008-07-01 Thread Atte André Jensen
Frank Barknecht wrote: It already runs even in a separate process from the audio engine. But both are tied together very closely and communicate a lot with each other, which leads to dropouts on gfx-intensive operations e.g. moving a lot ob objects or displaying and updating large graphical

[PD] example of $1 and inlets in abstractions

2008-07-01 Thread Atte André Jensen
Hi In the manual, I don't really understand the section about $ arguments in abstractions. Could anyone point me to a simple example abstraction which both uses $ creation arguments *and* inlets? -- peace, love harmony Atte http://atte.dk | http://myspace.com/attejensen

Re: [PD] example of $1 and inlets in abstractions

2008-07-01 Thread Atte André Jensen
[EMAIL PROTECTED] wrote: i remember, hardoff has a very nice tutorial example discussion about using $- dollar sign which is a very good reference. http://puredata.hurleur.com/index.php, hardoff might have a direct link or just search in the forum. Thanks, I found it here:

[PD] pd clicking with jack/linux

2008-06-30 Thread Atte André Jensen
Hi I get clicks and DIO errors at random intervals under linux/ubuntu with jack (no xruns). I have a 17ms latency setup with jack and a realtime patched kernel and the rest of my audio setup works great with jack. I installed pd from Pd-0.40.3-extended-20080628-ubuntu-gutsy-i386.deb Any one

[PD] raw resampling

2008-06-30 Thread Atte André Jensen
Hi I'm trying to do a simple resampling (downsampling) of an audio signal. I thought a simple snapshot, triggered by a metro 1 would do, but apparently not. Attached is a patch that does this, but the resampled signal sounds nothing like a rising (20hz-15kh) sine. Am I totally off track

Re: [PD] Phase Distortion Patch

2008-06-29 Thread Atte André Jensen
Uğur Güney wrote: You can change it with the slider and see its effects. (There is some aliasing, because I did not used any interpolation for reading from the table) I get some crackling noise when I move the slider, is this what you're talking about? It would be cool to avoid this, since I

Re: [PD] getting started with webcam/pdp

2008-06-28 Thread Atte André Jensen
Hans-Christoph Steiner wrote: You could pull out the pidip.pd_linux and use it with a different version of Pd-extended. Ok, I downloaded, patched and compiled pdp succesfully, however the problem is still there (pd crashes when trying to use the webcam in pdp). However (begin new to video)

Re: [PD] getting started with webcam/pdp

2008-06-28 Thread Atte André Jensen
ydegoyon wrote: did you try to use pdp_v4l2 ? this symptom seems very reproducable with pdp _v4l This is with pdp.pd_linux from pdp-0.12.5-test-7.tar.gz patched with pdp-0.12.5-test-7-v4l2.patch and copied (pdp.pd_linux) on top of regular file in /usr/local/lib/pd/extra/pdp.pd_linux --

Re: [PD] getting started with webcam/pdp

2008-06-28 Thread Atte André Jensen
ydegoyon wrote: and there might be a confusion here, Sure I'm confused. Maybe it would be nice to know exactly what to install. -- peace, love harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://modlys.dk

Re: [PD] getting started with webcam/pdp

2008-06-28 Thread Atte André Jensen
ydegoyon wrote: puès, the artefacte page is obsolete and everything is in svn now, thus in the latests builds automagically These ones: http://autobuild.puredata.info/auto-build/2008-06-28/? I installed the one for my system (ubuntu gutsy), and unfortunately both problems remain: 1) Pd

Re: [PD] getting started with webcam/pdp

2008-06-28 Thread Atte André Jensen
IOhannes m zmölnig wrote: loads of things...well, i don't know; i would ask the question the other way around: does Gem/pdp/gf/... can do everything you want? I don't know what I want, maybe because I'm new to video. So I hope to play around and get some ideas. But right now, for my first

Re: [PD] pdp_v4l2 with MacBook Pro 3rd iSight on Ubuntu (success)

2008-06-28 Thread Atte André Jensen
Hans-Christoph Steiner wrote: Hey, Sergi and I just figured out how to use the macbook pro iSight camera with pdp_v4l2, so I thought I just post here how for the record: By default the iSight with pdp_v4l2 seems to use MJPEG colorspace, so I was getting a pdp_v4l2: unsupported color

Re: [PD] pdp_v4l2 with MacBook Pro 3rd iSight on Ubuntu (success)

2008-06-28 Thread Atte André Jensen
olsen wolf wrote: would make sense puttin both in there - cause some cameras work with pdp_v4l other with pdp_v4l2 So since I get ... couldn't create after changing to pdp_v4l2, this means that I'm not using pdp_v4l2 in the first place, right? I thought maybe pdp_v4l in the nightly build

Re: [PD] getting started with webcam/pdp

2008-06-28 Thread Atte André Jensen
ydegoyon wrote: try to change it for a [pdp_xv] Great that works. Thanks alot! Isn't glx supposed to work? I guess xv is (much?) slower, right. So I should struggle to get glx working, right? Any ideas in this direction? For instance, is glx working for other people running linux? --

[PD] getting started with webcam/pdp

2008-06-24 Thread Atte André Jensen
Hi I run linux (ubuntu 7.10) and pd-extended installed from Pd-0.39.3-extended-debian-testing-i386.deb I have some experience with pd, but none with video. I hooked up my phillips webcam and dmesg tels me it's connected to /dev/video0. Skype shows video from this device just fine. However I

Re: [PD] getting started with webcam/pdp

2008-06-24 Thread Atte André Jensen
Husk 00 wrote: Probally you have a webcam that use video4linux2 protocol, so you have to use pdp_v4l2. Ok. My device indeed seems to be a version 2 camera, since this shows up in dmesg after inserting the camera: [ 4305.015145] Linux video capture interface: v2.00 [ 4305.080752] pwc:

[PD] midi - pd - osc

2008-03-12 Thread Atte André Jensen
Hi I'd like to build a performance interface in pd for controlling chuck in realtime. I was hoping to make the widgets in pd send osc to chuck. Also I'd like them to be slaves of incomming midi cc messages (for sliders) or laptop-keyboard input (for switches). Is such a thing possible,

Re: [PD] another basic pd question/creation arguments in abstraction

2007-10-18 Thread Atte André Jensen
IOhannes m zmoelnig wrote: [list $1] - allows both, symbols and floats shouldn't this be [list append $1]? I tried both and both seem to work. There might be some situations where the append make a difference, though... -- peace, love harmony Atte http://atte.dk |

Re: [PD] many paths, how

2007-10-18 Thread Atte André Jensen
Jamie Bullock wrote: I have a few ideas about how it might be improved: How about a checkbox recurse subdirs that'll traverse subdirs. I know this can lead to bad things (wrong load order of files with same name), but this can also happen with individual dirs. I'd like to split my growing pd

[PD] another basic pd question/creation arguments in abstraction

2007-10-17 Thread Atte André Jensen
Hi Still a lot to learn... With the attached patch as an example, how do I make it possible to use the numbers 2000, 4000 and 5200 a creations arguments, but still use the said numbers as defaults, should no arguments be supplied? Confused at a very basic level, unfortunately :-) I seem to

Re: [PD] gem/fullscreen/linux

2007-10-16 Thread Atte André Jensen
IOhannes m zmoelnig wrote: to clarify: older versions of Gem did crash when you had no delay between the windowevent and the destruction of the window (similar to triggering the destruction of a subpatch from itself). I have this crash and my gem i 0.90, is there anything newer available

[PD] level of abstraction in gem

2007-10-16 Thread Atte André Jensen
Hi So I played a bit with gem, and still have lots to learn. One thing I keep thinking is how low an abstraction level I'm working on. Is this simply the way it should be or are there any abstractions available that'll cut corners. I realize that to some extend there's a tradeoff between

[PD] many paths, how

2007-10-16 Thread Atte André Jensen
Hi My paths section in my preferences is full, and I need to ad another. remember there was some discussion recently about how to add more, but I can't seem to find it. Could anyone refresh my memory? -- peace, love harmony Atte http://atte.dk | http://myspace.com/attejensen

[PD] gem/fullscreen/linux

2007-10-15 Thread Atte André Jensen
Hi So I'm having fun playing around with gem. I can already see myself using it live soon. However I can't figure out how to start gem rendering in fullscreen without showing any gui, including gem window border/title bar and mouse. The closest I can get is by sending [dimen 1024 768( to

[PD] programming a load/unload of abstractions

2007-10-15 Thread Atte André Jensen
Hi Is there an object that'll load a given abstraction upon receiving a bang? Similar for unload? The reason I ask is I though it would make sense to make an abstraction per graphical event in gem, like texturize a cube with this image, rotate the cube, and move is over the screen. This

Re: [PD] gem/fullscreen/linux

2007-10-15 Thread Atte André Jensen
Roman Haefeli wrote: have a look at the helpfile of [gemwin]. Hmmm. I tried that (of cource) but I was expecting to be able to right click athe [genwin] object and select help. This gave me a sorry, couldn't find help patch for Gem/gemwin.pd. I searced my system for a file called

Re: [PD] gem/fullscreen/linux

2007-10-15 Thread Atte André Jensen
Roman Haefeli wrote: messages, you probably want to send to [gemwin]: 'fullscreen 1' 'cursor 0' don't they work for you? Well I not having looked at the helpfile I send [fullscreen( (without the 1) and obviously that didn't work. Those two messages do exactly what I need, thanks!

[PD] getting started with graphics

2007-10-14 Thread Atte André Jensen
Hi I composed some dreamy, meditative electronica (http://modlys.dk) that I'm gonna take on tour with a small band (keys, bass, vocals and laptop/chuck). I'd like to have some visuals running on a projector, and since I know pd can probably do this (and I already use pd), I'd like to get

Re: [PD] pd arpeggio sound

2007-10-01 Thread Atte André Jensen
henrik wurster wrote: so the question is, if there is any arpeggio-object already made, because it might be quite tough It just so happens that I just finished my arp external last week, get it (together with a bunch of more or less relevant crap) here: svn co svn://atte.dk/attes_pd_stuff

[PD] pd arpeggiator external

2007-10-01 Thread Atte André Jensen
Hi Last week I finished my [arp] arpeggiator external for pd. Maybe it's of use to someone. In that case it's at svn co svn://atte.dk/attes_pd_stuff/externals -- peace, love harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://modlys.dk

[PD] fundamental hot/cold midi question

2007-09-26 Thread Atte André Jensen
Hi So I made to externals, [arp] (arpeggiator) and [legato] (legato monophonic midi module). My idea for both of them to be insertable in a midi stream for instance just after [notein], so they both have (amongst other things) a note inlet (leftmost, hot) and velocity (second to the left,

Re: [PD] fundamental hot/cold midi question

2007-09-26 Thread Atte André Jensen
Steffen wrote: I think the question, from Atte, was about the order in case of multiple outlets of an object. That is not about multiple lines/ connections out of a single outlet. I've been working a lot on the external since then. And after a complete rewrite 2 times, it works very

[PD] external questions

2007-09-24 Thread Atte André Jensen
, love harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://atte.dk/compositions /* Arpeggio external, Atte André Jensen, 2007 This code is released under GPL */ #include m_pd.h #include stdlib.h #include time.h #define NB_ELEMENTS 200 static t_class

Re: [PD] bug-report, -channels

2007-09-19 Thread Atte André Jensen
Atte André Jensen wrote: Hmmm. It seems to happen only with the attached patch 04_dist_drums.pd Forget that (and sorry for the lousy report)! The problem seems to be with file names starting with a digit; they need to have -channels before -rt -jack in the command line arguments

Re: [PD] inconsistencies with lib names (was: representning classes

2007-09-19 Thread Atte André Jensen
[EMAIL PROTECTED] wrote: I think it would be more useful right now if pd would search in subdirectories. How about the adding the ability to write an asterix for recursive search so /home/atte/music/synth/pd/attes_pd_stuff/* would also look in

[PD] where to get polypoly

2007-09-19 Thread Atte André Jensen
Hi I'd like to play around with polypoly to see what it can do for me. But I couldn't find a place to download it, where is it available from? -- peace, love harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://atte.dk/compositions

[PD] howto chorus

2007-09-19 Thread Atte André Jensen
Hi What's the best and/or easiest way to get (nice and fat) chorus in pd? Is there an external/abstraction to be found somewhere or should I look at plugin~ with ladspa chorus? -- peace, love harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk |

Re: [PD] where to get polypoly

2007-09-19 Thread Atte André Jensen
Frank Barknecht wrote: It's in the CVS in directory absractions/footils/foo/ I'm afraid I'm to stupid to take it from here. Where's the cvs repository located? -- peace, love harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk |

Re: [PD] howto chorus

2007-09-19 Thread Atte André Jensen
tim wrote: [vd~] See example in attachment Thanks alot. I'll see if I can get a nice general purpose chorus abstraction based on that. -- peace, love harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://atte.dk/compositions

Re: [PD] where to get polypoly

2007-09-19 Thread Atte André Jensen
IOhannes m zmoelnig wrote: or get a decent CVS client (e.g. tortoiseCVS) and checkout the latest and greatest revision directly. I'm quite familiar with cvs, thank you very much :-) although I switched to SVN myself. Checking out as we speak. However the repository seemed only to be found

Re: [PD] channels and dac

2007-09-18 Thread Atte André Jensen
Roman Haefeli wrote: however, you can easily find out, what you need to send by eavesdroping on the 'pd channel': [r pd] | [print] then choose the desired settings in the menu and click 'ok'. as soon as you click ok, you'll see the message (and its format) in the pd-console. Nice! However I

Re: [PD] channels and dac

2007-09-18 Thread Atte André Jensen
Batuhan Bozkurt wrote: You need to send the message to pd, therefore it should be something like: [;pd audio-dialog 0 0 0 0 10 0 0 0 0 0 0 0 2 0 0 0 44100 50( Prepend ;pd to the messagebox, basically. (or conencting your message box to [s pd] should also work. Thanks, that works great!

[PD] bug-report, -channels

2007-09-18 Thread Atte André Jensen
Hi I'm not sure it it's the right place to bring it up, but it seems theres a bug in .40 (linux). If I call pd -channels 4 -rt -jack file.pd it works, however the following makes pd segfault: pd -rt -jack -channels 4 file.pd I've spend most of tonight figuring this out, so if someone could

Re: [PD] bug-report, -channels

2007-09-18 Thread Atte André Jensen
Roman Haefeli wrote: i tried it here and both work. i am on linux with pd 0.40.2. Hmmm. It seems to happen only with the attached patch 04_dist_drums.pd (depends on the rest of the attached files, hope I didn't miss any). Anyone can reproduce this, then? Any idea if it's me or PD? --

Re: [PD] channels and dac

2007-09-17 Thread Atte André Jensen
Nikola Jeremic wrote: first set the number of channels you need with jack run pd with jack-audio make object [dac~ 1 2 3 4 5 6 7 8 That's possible. However what I'd like to do is to simply run pd (without -channels) and then be able to somehow *in a pd patch* select how many channels to

Re: [PD] channels and dac

2007-09-17 Thread Atte André Jensen
Derek Holzer wrote: Well, without any flags defined by the starting command or the saved settings, then PD would start with two channels (stereo) and adding more with the [adc~] or [dac~] would have no effect. Ok, so I need to specify on the commandline how many channels I need... I can

  1   2   >