Re: [PD] gui devel idea: "kiosk mode"

2010-04-23 Thread João Pais
i think it's probably better to do this via a msg so basically there would be commands like: gui-hide-menu gui-hide-scrollbar gui-hide- ... gui-canvas-fullscreen gui-hide-decortion I would second that. just embedded in normal pd programming. Provided this fullscreen feature, (how) do want

Re: [PD] margins

2010-04-23 Thread João Pais
I didnt want it to do anything really, just wanted to know what it did... what about those unit pixels thing? when the canvas is not gopped? cheers it basically sets the resolution of the gop. you notice it if you use data structures. or even: create an array, and open the graphical subpatch

Re: [PD] several distributions populate array

2010-04-23 Thread João Pais
[#for 0 10 1] | [# something...] <- put function here | [#to_list] do these objects have a counterpart in Pd? I wanted to avoid using still another version of the program. if you want random distributions, then those are defined in many more parameters than just an average value and an

[PD] Orange : Amp+PC

2010-04-23 Thread Pierre Massat
Anbody heard about this? Are they the first to launch this kind of amp? It looks cool, although i suppose it'll be quite expensive. I wonder how good the soundcard is. http://www.orangeamps.com/features.asp?ID=163 Pierre ___ Pd-list@iem.at mailing list

Re: [PD] VJ tools using pure data on Mac

2010-04-23 Thread eM Tv
hi didit, if you haven't already, you should have a look on www.vjforums.com : it's a huge english-speaking worldwide community where you're likely to find people with various VJ softwares experiences, and there must be some info about pd patches for mac, I'm pretty sure about it... good luck !

[PD] using routeOSC with dollar creation arguments

2010-04-23 Thread Matteo Sisti Sette
Hi, I'm trying to create an abstraction that contains routeOSC and I want to "pass" a creation argument of the abstraction as creation argument of routeOSC, that is simply: [routeOSC $3] Now the problem is that the object doesn't create because of this error: "error: * routeOSC: float argum

Re: [PD] Pd-list Digest, Vol 61, Issue 114

2010-04-23 Thread Marco Donnarumma
well, we are in 3 then. I'm using it a lot trying to (slowly) rewrite the framework of C::ntr::l. IOhannes, may I keep on using it to develop the next version of a software has been released publicly? or am I playing with fire.. :) I find IEMGUTS so useful. I'll look into them better. since I

Re: [PD] ubuntu on mac no audio pd

2010-04-23 Thread olsen
ej josé check if your speakers are not muted by default -> open alsamixer & check if there's an MM on your Speaker or Master slider & unmute them by pressing the 'm' key. salutis ø Jose Luis Santorcuato wrote: Thank to all mac intel dont have sound, i dont even try... i comment the resul

Re: [PD] Pd-list Digest, Vol 61, Issue 116

2010-04-23 Thread Marco Donnarumma
I had such a problem (ubuntu 9.04) the simplest solution in my case was to disable Pulseaudio and use ALSA only. With this tutorial is quite straight forward: http://idyllictux.wordpress.com/2009/04/21/ubuntu-904-jaunty-keeping-the-beast-pulseaudio-at-bay/ > Dear list: hello to everybodyi

Re: [PD] gui devel idea: "kiosk mode"

2010-04-23 Thread Lorenzo
i think it's probably better to do this via a msg so basically there would be commands like: gui-hide-menu gui-hide-scrollbar gui-hide- ... gui-canvas-fullscreen gui-hide-decortion I would second that. just embedded in normal pd programming. Provided this fullscreen feature, (how) do want

[PD] Relative path behaviour strange in GOP abstractions

2010-04-23 Thread saint
I'm on pd vanilla windows version 0.42-5. I've a patch that relies heavily on file IO abstractions (sitting happily in the 'extra' folder), which are invoked by the main patch which until recently has been located in a different folder. These abstractions start looking for certain files and fol

Re: [PD] Pd-list Digest, Vol 61, Issue 114

2010-04-23 Thread Roman Haefeli
On Fri, 2010-04-23 at 10:52 +0100, Marco Donnarumma wrote: > well, we are in 3 then. 4 > I find IEMGUTS so useful I second that. roman ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

[PD] Golden Shield Music

2010-04-23 Thread Marco Donnarumma
Hi folks, (sorry for cross-posting) I'd like to share with you my latest (Pure Data-based) work. Golden Shield Music is a multi-channel generative sound installation for censored Internet Protocol (IP) addresses. Detailed informations (including an audio excerpt) can be viewed at http://marcodonnar

[PD] bug in maxlib/scale

2010-04-23 Thread João Pais
Hi, I think I found a bug in maxlib/scale. Unless the order of the parameters is aligned - smaller value as smaller input/output and bigger value for input/output -, the external doesn't work properly. Is this normal or desired? I always thought that the parameter order would be interchan

Re: [PD] bug in maxlib/scale

2010-04-23 Thread Roman Haefeli
On Fri, 2010-04-23 at 13:12 +0300, João Pais wrote: > Hi, > > I think I found a bug in maxlib/scale. Unless the order of the parameters > is aligned - smaller value as smaller input/output and bigger value for > input/output -, the external doesn't work properly. Is this normal or > desired?

Re: [PD] bug in maxlib/scale

2010-04-23 Thread João Pais
is the formula somewhere? I found a parcial one by frank, but didn't really work. and now I'm too busy to be chasing this. On Fri, 2010-04-23 at 13:12 +0300, João Pais wrote: Hi, I think I found a bug in maxlib/scale. Unless the order of the parameters is aligned - smaller value as smalle

[PD] sourceforge access of the evil!

2010-04-23 Thread IOhannes m zmölnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 in order to allow all our friends from so called "rogue states" to enjoy the full power and glory of Pd (-extended and so on), i have dropped the export restrictions automatically imposed by SourceForge. happy patching fgmasdr IOhannes PS: this rest

Re: [PD] gui devel idea: "kiosk mode"

2010-04-23 Thread errordeveloper
Oh, i've been looking for this kid of thing for a while! the only problem is that i still haven't got GEM installed ..(( i should sort it out :%) On Fri, Apr 23, 2010 at 12:12:04PM +0200, Lorenzo wrote: > Ok I thought I'd share this anyway and I think it fits well here. > What I've lately been exp

Re: [PD] puredata_gui_design

2010-04-23 Thread errordeveloper
On Sun, Apr 18, 2010 at 01:43:19PM +0200, Andre Osku Schmidt wrote: > On Sat, 2010-04-17 at 11:29 +0100, errordevelo...@gmail.com wrote: > > well ..SVG could be nice, but i haven't yet figure how to do it in QT in > > nice a streight forward way. > > but there some really nice svg widget example on

Re: [PD] bug in maxlib/scale

2010-04-23 Thread Roman Haefeli
On Fri, 2010-04-23 at 13:36 +0300, João Pais wrote: > is the formula somewhere? I found a parcial one by frank, but didn't > really work. and now I'm too busy to be chasing this. I don't know "the" formula, but I did it by putting two "Dreisätze" (rules of three?) in a row: The first scales the

Re: [PD] several distributions populate array

2010-04-23 Thread Mathieu Bouchard
On Fri, 23 Apr 2010, João Pais wrote: do these objects have a counterpart in Pd? I wanted to avoid using still another version of the program. what other version of pd would you need ?? If you use pd-extended, then it's just a matter of downloading an extra package of externals from http://g

Re: [PD] sourceforge access of the evil!

2010-04-23 Thread Mathieu Bouchard
On Fri, 23 Apr 2010, IOhannes m zmölnig wrote: in order to allow all our friends from so called "rogue states" to enjoy the full power and glory of Pd (-extended and so on), i have dropped the export restrictions automatically imposed by SourceForge. Be very grateful that the block-list had n

Re: [PD] puredata_gui_design

2010-04-23 Thread errordeveloper
On Fri, Apr 23, 2010 at 04:53:46PM +0200, Jordi Sala wrote: > All it's ok! > The problem with the .h file was that make creates a link to the > original .h file, but the path is absolute, so it targets to your home > in your computer. i knew this one :) bloody typical! > > Now I have installed so

Re: [PD] sourceforge access of the evil!

2010-04-23 Thread IOhannes m zmölnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mathieu Bouchard wrote: > On Fri, 23 Apr 2010, IOhannes m zmölnig wrote: > >> in order to allow all our friends from so called "rogue states" to >> enjoy the full power and glory of Pd (-extended and so on), i have >> dropped the export restrictions a

Re: [PD] margins

2010-04-23 Thread Alexandre Porres
hey, I dindt use d-structures, but tried the other things and nothing really seemed to happen... cheers a 2010/4/23 João Pais > I didnt want it to do anything really, just wanted to know what it did... >> what about those unit pixels thing? when the canvas is not gopped? >> cheers >> > > it bas

Re: [PD] sourceforge access of the evil!

2010-04-23 Thread Hans-Christoph Steiner
On Apr 23, 2010, at 11:27 AM, IOhannes m zmölnig wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mathieu Bouchard wrote: On Fri, 23 Apr 2010, IOhannes m zmölnig wrote: in order to allow all our friends from so called "rogue states" to enjoy the full power and glory of Pd (-extended and

Re: [PD] gui devel idea: "kiosk mode"

2010-04-23 Thread Jonathan Wilkes
Is it possible to make these messages that can be sent to a canvas?  That's already the way one changes settings of a canvas (editmode, clear, donecanvasdialog, etc.) Also, that way you could have a patch my-kiosk-thingy.pd, and when you open it you could have all kinds of initialization sett

Re: [PD] gui devel idea: "kiosk mode"

2010-04-23 Thread Hans-Christoph Steiner
Since this would involve the GUI side only really, it should be implemented as a plugin. One thing I'm planning on adding is a 'pd- gui' receive, like the 'pd' receive, so you can send messages to the GUI from pd. That is currently the only missing piece for implementing this. Like was

Re: [PD] nusmuk_audio WAS: Max Smoother Audio than Pd?

2010-04-23 Thread colet . patrice
hello Roman I've tried Mx everytime I used netpd, so could tell what doesn't meet my criteria... there are already plenty of stuff for fx, that's nice, I've even stolen some stuff inside, like the dynamic routing, some times ago. In fact it's a pain in the **s do a good job in such a mixer

Re: [PD] margins

2010-04-23 Thread Frank Barknecht
Hallo, Alexandre Porres hat gesagt: // Alexandre Porres wrote: > I didnt want it to do anything really, just wanted to know what it did... > what about those unit pixels thing? when the canvas is not gopped? They are mostly useful with data structures. You can use them to zoom in and out while ke

Re: [PD] bug in maxlib/scale

2010-04-23 Thread Frank Barknecht
Hallo, João Pais hat gesagt: // João Pais wrote: > is the formula somewhere? I found a parcial one by frank, but didn't > really work. and now I'm too busy to be chasing this. It's called [m_scale] in the rj library and is pure Pd vanilla there. The plain linear interpolation is simple, the pow

Re: [PD] sourceforge access of the evil!

2010-04-23 Thread Mathieu Bouchard
On Fri, 23 Apr 2010, IOhannes m zmölnig wrote: Mathieu Bouchard wrote: Be very grateful that the block-list had not confused Syria and Styria. right. just imagine: being part of the access of evil, i would even have been so restricted as to not being able to lift the restrictions. I wouldn't

Re: [PD] sourceforge access of the evil!

2010-04-23 Thread Mathieu Bouchard
On Fri, 23 Apr 2010, Hans-Christoph Steiner wrote: As an American, I am required to fear what might happen if the rouge states got a hold of Pd. http://en.wikipedia.org/wiki/Rouge_%28cosmetics%29 "rouge" is pronounced with a long "oo" and soft "g" "rogue" is pronounced with a long "oh" and ha

Re: [PD] bug in maxlib/scale

2010-04-23 Thread Mathieu Bouchard
On Fri, 23 Apr 2010, Roman Haefeli wrote: I don't know "the" formula, but I did it by putting two "Dreisätze" (rules of three?) in a row: The first scales the input to 0-1, the second scales 0-1 to the output range. If written out as a formula, this could probably even made shorter, I don't kn

Re: [PD] gui devel idea: "kiosk mode"

2010-04-23 Thread Mathieu Bouchard
On Fri, 23 Apr 2010, Jonathan Wilkes wrote: Is it possible to make these messages that can be sent to a canvas? Sorry... what is this question ?... _ _ __ ___ _ _ _ ... | Mathieu Bouchard, Montréal, Québec. téléphone: +1.514.383.3801__

[PD] Smooth looping

2010-04-23 Thread Frank Barknecht
Hi, not related to the thread on smoother audio in Pd, I am struggling with doing a smooth loop player for data stored in tables. One building block for this is attached: It is a simple tabread4~ lookup that should loop over a configurable section of a table and play it back with various frequ

[PD] [PD-announce] RjDj svn temporary downtime

2010-04-23 Thread Frank Barknecht
Hi, the subversion repository of RjDj is undergoing a temporary downtime for technical reasons. It's not yet clear when it will be available again, but for those of you who want to use the rj library in the meantime, I've put the latest version here: http://osc.rjdj.me/~fbar/rj-100423.tgz This onl

Re: [PD] nusmuk_audio WAS: Max Smoother Audio than Pd?

2010-04-23 Thread Roman Haefeli
On Fri, 2010-04-23 at 19:05 +0200, colet.patr...@free.fr wrote: Thanks for your feedback. > There is no vu-meter in tracks, so we don't know where the signals come > from, neither at each level it comes. A VU-meter is very expensive to have in a Pd-window, unfortunately. In cubase (and similar

Re: [PD] Pd-list Digest, Vol 61, Issue 114

2010-04-23 Thread Mathieu Bouchard
On Fri, 23 Apr 2010, Roman Haefeli wrote: On Fri, 2010-04-23 at 10:52 +0100, Marco Donnarumma wrote: well, we are in 3 then. 4 I find IEMGUTS so useful I second that. I also second that, ... I first wrote some externals, then I looked at iemguts and found out that I had quite exactly reinv

Re: [PD] Pd-list Digest, Vol 61, Issue 125

2010-04-23 Thread David
"Rouge" means red, doesn't it? He must have been referring to Cuba and North Korea ;-) On Fri, Apr 23, 2010 at 2:27 PM, wrote: > Message: 5 > Date: Fri, 23 Apr 2010 13:44:57 -0400 (EDT) > From: Mathieu Bouchard > Subject: Re: [PD] sourceforge access of the evil! > To: Hans-Christoph Steiner >

Re: [PD] sourceforge access of the evil!

2010-04-23 Thread Mike Moser-Booth
Mathieu Bouchard wrote: On Fri, 23 Apr 2010, Hans-Christoph Steiner wrote: As an American, I am required to fear what might happen if the rouge states got a hold of Pd. http://en.wikipedia.org/wiki/Rouge_%28cosmetics%29 "rouge" is pronounced with a long "oo" and soft "g" "rogue" is pronounce

Re: [PD] sourceforge access of the evil!

2010-04-23 Thread Matt Barber
> > On Fri, 23 Apr 2010, Hans-Christoph Steiner wrote: > >> As an American, I am required to fear what might happen if the rouge >> states got a hold of Pd. > > http://en.wikipedia.org/wiki/Rouge_%28cosmetics%29 > > "rouge" is pronounced with a long "oo" and soft "g" > "rogue" is pronounced with a

Re: [PD] Smooth looping

2010-04-23 Thread Matt Barber
> Hi, > > not related to the thread on smoother audio in Pd, I am struggling with doing > a smooth > loop player for data stored in tables. > > One building block for this is attached: It is a simple tabread4~ lookup that > should loop over a configurable section of a table and play it back with

Re: [PD] Pd-list Digest, Vol 61, Issue 114

2010-04-23 Thread IOhannes m zmölnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mathieu Bouchard wrote: > could depend on iemguts. Then eventually I found out that [propertybang] > can't possibly coexist easily with any external that does the same thing > as it does, so... i'm sort of stuck there, if I'm not supposed to be > relyi

Re: [PD] gui devel idea: "kiosk mode"

2010-04-23 Thread Jonathan Wilkes
Well, in Pd you can already send an "editmode" message to a canvas to toggle editmode, as well as other messages (obj, clear, etc.).  So instead of making a new [gui] object to handle this "kiosk mode" stuff, is it possible to make a plugin so that you can also send messages like "fullscreen 1

Re: [PD] Pd-list Digest, Vol 61, Issue 114

2010-04-23 Thread Georg Werner
On Fri, 2010-04-23 at 10:52 +0100, Marco Donnarumma wrote: well, we are in 3 then. 4 +1 I find IEMGUTS so useful ! I second that. i'm using it a lot in my kbd_ctrl toolkit and its so use/powerful that i dont want to miss it. Anyway i think there is some bug which crashes pd_ext 0.41 some

Re: [PD] sourceforge access of the evil!

2010-04-23 Thread Mathieu Bouchard
On Fri, 23 Apr 2010, Matt Barber wrote: I thought he was making another joke, like the "access/axis" one. I saw so many misspellings of rogue vs rouge all over the internet, that I have trouble figuring out whether any english-speaker is making a joke or not. However, I'm quite certain very

Re: [PD] Smooth looping

2010-04-23 Thread ypatios
As I understand and as Matt already wrote, you wanted a transposition of the phasor~'s frequency (which would change the frequency of the loop but not the sample content), but instead you did the classic up/downsampling-of-the-soundsample transposition. (The "distortion" you get is due to the diffe

[PD] Lucio Araujo has invited you to Dropbox

2010-04-23 Thread Dropbox
We're excited to let you know that Lucio Araujo has invited you to Dropbox! Lucio Araujo has been using Dropbox to sync and share files online and across computers, and thought you might want it too. Visit http://www.dropbox.com/link/20.qXdG-dBvJu/NjE1MDYzNDgyNw to get started. - The Dropbox Te

[PD] xcode compiling issue

2010-04-23 Thread Andrew May
I'm having trouble using xcode to compile an external (not audio, pretty simple c code). Using Intel machine, OS 10.5, xcode 3.0; I followed the directions in : http://puredata.info/docs/developer/PdExternalsInXcode/ and it appears to compile cleanly. However, when I try to use the external in

[PD] Vu-Meter - WAS: nusmuk_audio

2010-04-23 Thread colet . patrice
- "Roman Haefeli" a écrit : > A VU-meter is very expensive to have in a Pd-window, unfortunately. > those things are hardware accelerated > (which > would be cool to have in Pd as well, also inside Pd windows). Vu-meter internal isn't hardware accelerated?

Re: [PD] sourceforge access of the evil!

2010-04-23 Thread David
;> >> Now my problem is, that even when I have found a nice and smooth sounding >> loop >> section, as soon as I start to change the frequency played (with the "pd >> transpose" things), the sound gets very distorted. >> >> I'm puzzled: Shouldn

Re: [PD] sourceforge access of the evil!

2010-04-23 Thread Mathieu Bouchard
On Sat, 24 Apr 2010, David wrote: I thought everyone knew the meaning of "red". Didn't Hollywood make a movie about "reds"? Who's Holly Wood ? no, never heard of that name. ... is she related to Ed Wood ? _ _ __ ___ _ _ _ ... | Mathieu Bouchard