Re: [PD] intelligent patching

2018-06-07 Thread Esteban Viveros
Em qui, 7 de jun de 2018 às 09:02, IOhannes m zmoelnig escreveu: > > imo, the only feasible solution is to also implement infinite undo. > I loved intelligent patching features!!! Thanks for porting!!! ...but infinite undo! *.* shine a lot!!! -- www.estebanviveros.com

Re: [PD] [PD-announce] faustgen~ - the FAUST compiler embedded in a Pure Data external

2018-07-28 Thread Esteban Viveros
Wowww.. Thanks for that!! Some possibity to have an ARM compilation (for RPi) in deken for it? Em sáb, 28 de jul de 2018 às 09:31, Max escreveu: > Very cool. > > I wish I could just (double)click on the object to see and edit the > faust code in an editor (of my choice). > > What is the recommend

[PD] XML parsing

2018-07-31 Thread Esteban Viveros
Hi! I'm looking for a solution for XML parsing. I found jasch_lib [detox] but it crashes pd in OSx and don't have RPi binary disponible in deken. I tried [jasch_lib/detox] in purr data and it still crash. My goal is to recognize some identifiers and make it disponible in some matrix or vector for

Re: [PD] XML parsing

2018-08-01 Thread Esteban Viveros
ey escreveu: > There is pofxml in the pof library. > > On Tue, 31 Jul 2018 at 22:25, Lucas Cordiviola > wrote: > >> You can try with PDcontainer. It's up on Deken. >> >> Iirc it was for XML. >> >> >> -- >> >> Mensaje telepatico asi

Re: [PD] XML parsing

2018-08-07 Thread Esteban Viveros
want to read > your data from an XML file, you'll have to add that functionality. > > I guess you could do a similar thing with Python, if you prefer that > language. > > cheers, > Matthias > > On Thu, Aug 2, 2018 at 12:21 AM, Esteban Viveros > wrote: > >> Th

Re: [PD] Fwd: Re: drag and drop

2018-10-31 Thread Esteban Viveros
__ >> Pd-list@lists.iem.at mailing list >> UNSUBSCRIBE and account-management -> >> https://lists.puredata.info/listinfo/pd-list >> > > _______ > Pd-list@lists.iem.at mailing list > UNSUBSCRIBE and account-manageme

Re: [PD] Grid, x y control

2018-12-21 Thread Esteban Viveros
it mode which is kind > of counter-intuitive. > > Anything I'm missing? > > m > > > > Dan Wilcox > @danomatika <http://twitter.com/danomatika> > danomatika.com > robotcowboy.com > > > > ___ > Pd-l

Re: [PD] [PD-announce] Mission Completed: Cyclone 0.3 stable release is out!

2019-02-22 Thread Esteban Viveros
> ___ Pd-announce mailing list > pd-annou...@lists.iem.at https://lists.puredata.info/listinfo/pd-announce > ___________ Pd-list@lists.iem.at > mailing list UNSUBSCRIBE and account-management -> > https://lists.puredata.info/listin

[PD] Save patch with internal message

2019-03-11 Thread Esteban Viveros
Thanks for any advance! CHeers!! -- Esteban Viveros www.estebanviveros.com ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list

Re: [PD] Save patch with internal message

2019-03-11 Thread Esteban Viveros
escreveu: > I've never found a way of saving the patch to the current file, but if you > want to save it to a new file, you can do this: > > [savetofile newpatch.pd home/my/directory( > | > [send pd-mypatch.pd] > -- > *From:* Pd-list on behalf

Re: [PD] Save patch with internal message

2019-03-13 Thread Esteban Viveros
h is to use [namecanvas]: > > > > [savefile yourpatch.pd .( > | > [s $0-canvas] > > [namecancas $0-canvas] > > > gfmdsar > IOhannes > > ___ > Pd-list@lists.iem.at mailing list > UNSUBSCRIBE and account-man

Re: [PD] Cross-platform uniform GUI rendering of patches.

2017-02-24 Thread Esteban Viveros
Like pd user, I experienced bold in object boxes looks great, but in documentation, help files simply looks terrible for reading and for posterior learning.. :/ I'm came from pd linux -> windows -> (and finally) OSx, and for me it was always a relief to read the documentation in OSx, something I

[PD] How to map GOP size dynamically

2017-05-12 Thread Esteban Viveros
In vanilla can I map the GOP size? I want to resize GOP proportionally. Thanks any advance! Cheers Esteban Viveros -- www.estebanviveros.com ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.i

Re: [PD] How to map GOP size dynamically

2017-05-13 Thread Esteban Viveros
figure them out by > opening a .pd file with GOP enabled and then searching for the "coords" > line at the bottom. There are 5 or 6 arguments which correspond to GOP > dimensions. > > > -- > *From:* Pd-list on behalf of Brad Garton < &

Re: [PD] How to map GOP size dynamically

2017-05-15 Thread Esteban Viveros
d to detect the filename within the patch, > for automatically loading the .pd file. > > > > -- > *From:* Esteban Viveros > *Sent:* 13 May 2017 16:07 > *To:* Liam Goodacre; PD list > > *Subject:* Re: [PD] How to map GOP size dynamically &g

Re: [PD] How to map GOP size dynamically

2017-05-15 Thread Esteban Viveros
raction.. If I need to use multiple abstraction I can't see solution.. Well I go ahead without this feature.. :/ Thanks.. Esteban Em seg, 15 de mai de 2017 às 18:59, Esteban Viveros escreveu: > Liam... Thanks a lot for hacks..!!! I will try to implement it this week > and post res

Re: [PD] How to map GOP size dynamically

2017-05-16 Thread Esteban Viveros
o resize *any* abstraction, then we'll have to think of a way > of getting the right filename into the "read" message. This should be > possible, but I'd need to know more about what you're doing. > > > -- > *From:* Esteban Viv

Re: [PD] How to map GOP size dynamically

2017-05-16 Thread Esteban Viveros
ct to tell the truth) Em ter, 16 de mai de 2017 às 18:47, Esteban Viveros escreveu: > Ok! I'm starting to clone kslider object from Max. In Max is possible > resize more than one [kslider] simultaneously, so formely I want this > feature. > > Other game rule is: Cyclone li

Re: [PD] How to map GOP size dynamically

2017-05-16 Thread Esteban Viveros
mai de 2017 às 22:14, Liam Goodacre escreveu: > Here you go :-) > > > ---------- > *From:* Esteban Viveros > *Sent:* 16 May 2017 22:47 > > *To:* Liam Goodacre; PD list > *Subject:* Re: [PD] How to map GOP size dynamically > Ok! I'm starti

[PD] patch with Loadbang loses data structure

2017-05-17 Thread Esteban Viveros
Hello, I'm drawing a keyboard with data structures. The problem is when I use loadbang to draw the keyboard, black keys are losed. If I bang the routine manually it works like a charm.. What I'm losing? Patch attached.. Thanks Esteban Viveros -- www.estebanviveros.com kslid

Re: [PD] patch with Loadbang loses data structure

2017-05-18 Thread Esteban Viveros
;t > work to click on black keys, as it will also trigger a white key - except > you do some hacking of the message, or you don't overlap keys by using a > more complex shape for the white keys that goes around the black key. This > would also solve the problem that when redr

Re: [PD] patch with Loadbang loses data structure

2017-05-23 Thread Esteban Viveros
I have done a precise draw of the key but I have more than one key selected in some cases. What's wrong? I have error messages when I run multiples abstractions of this patch, but it still working well. Thanks for any advance.. :) Em sáb, 20 de mai de 2017 às 06:31, João Pais escreveu: > > >

[PD] Weird behavior with Data Structures

2017-05-25 Thread Esteban Viveros
Hi again! I'm have a weird behavior working with data structures... I draw a keyboard and I tried to use clicks to change the color key. but I have simultaneously responses at boundaries. So I draw the keys without boundaries and I have in black keys vertical boundaries response of black key scal

Re: [PD] Weird behavior with Data Structures

2017-05-25 Thread Esteban Viveros
> > either way, have a look at my solution for filtering unwanted mouse events > in the last patch I sent you. you can also apply it here. > > Christof > > > > > > Gesendet: Donnerstag, 25. Mai 2017 um 18:39 Uhr > Von: "Esteban Viveros" > An:

Re: [PD] Open Source application to edit/save the loop start/end points of a WAV

2017-07-05 Thread Esteban Viveros
You know SooperLooper? http://essej.net/sooperlooper/index.html Em ter, 4 de jul de 2017 às 21:27, Alexandre Torres Porres escreveu: > Hi, I'm looking for an Open Source application to edit/save the loop > start/end points of a WAV (preferably in MacOS). Any hints? Moreover, is > there any exte

Re: [PD] Open Source application to edit/save the loop start/end points of a WAV

2017-07-05 Thread Esteban Viveros
Don't know if it is open source.. :/ Em qua, 5 de jul de 2017 às 12:09, Esteban Viveros escreveu: > You know SooperLooper? > http://essej.net/sooperlooper/index.html > > > Em ter, 4 de jul de 2017 às 21:27, Alexandre Torres Porres < > por...@gmail.com> escreveu: >

Re: [PD] Open Source application to edit/save the loop start/end points of a WAV

2017-07-06 Thread Esteban Viveros
com/essej/sooperlooper >> >> >> Antoine Rousseau >> http://www.metalu.net <http://metalu.net> __ >> http://www.metaluachahuter.com/ >> <http://www.metaluachahuter.com/compagnies/al1-ant1/> >> >> >> 2017-07-05 17:11 GMT+02:00 Esteban

Re: [PD] [sketch], a tool for editing arrays

2017-11-12 Thread Esteban Viveros
Wow.. Very good!!! Thanks for that!! Em dom, 12 de nov de 2017 às 07:42, Liam Goodacre escreveu: > I finished this project a while ago but forgot to share it on the list. > > [sketch] is a tool for drawing polygons and Bezier curves into arrays, > very useful for creating envelopes and custom wa

Re: [PD] pd-0.48 OSX 10.8.5 right click not working

2018-02-19 Thread Esteban Viveros
Here, using Pd 0.48-1 and OSx 10.12.6 . right click is ok! Em sáb, 17 de fev de 2018 às 16:26, Johnny Mauser via Pd-list < pd-list@lists.iem.at> escreveu: > I updated to osx 10.11.6 recently but the problems with no working right > click still persists. Can someone confirm this? Or is something w

Re: [PD] pd-0.48 OSX 10.8.5 right click not working

2018-02-19 Thread Esteban Viveros
ed always check Miller's website for latest release of puredata. Em seg, 19 de fev de 2018 às 08:46, Jugen Frenz escreveu: > But 0.48.1 is NOT on the community site so I assume it is a beta > > > > From: Esteban Viveros > Reply: Esteban Viveros > Date: 19 Febru

Re: [PD] pd-0.48 OSX 10.8.5 right click not working

2018-02-19 Thread Esteban Viveros
:) Thanks IOhannes!! Em seg, 19 de fev de 2018 às 09:28, IOhannes m zmoelnig escreveu: > On 2018-02-19 12:46, Jugen Frenz wrote: > > But 0.48.1 is NOT on the community site so I assume it is a beta > > > > hmm, quoting the download page > > Pure Data > > > > This page may be OUTDATED: For an alw

Re: [PD] How to create an array in Ofelia

2020-08-22 Thread Esteban Viveros
opulate it like this: > > for i=1,161 > do > tab[i] = ofRandom(0,255) > end > > Any ideas? > > > > > > ___ > Pd-list@lists.iem.at mailing list > UNSUBSCRIBE and account-management -> > https://lists.puredat

Re: [PD] How to create an array in Ofelia

2020-08-24 Thread Esteban Viveros
the editor opens up. > > Thanks for the example too! > On 22/8/20 7:32 μ.μ., Esteban Viveros wrote: > > Hello! > > If you are in ofelia 3 you can script like you did double clicking in > ofelia object and writing your script. > > In ofelia object you can use ofTable() or

Re: [PD] fluid~

2020-12-11 Thread Esteban Viveros
__ > Pd-list@lists.iem.at mailing list > UNSUBSCRIBE and account-management -> > https://lists.puredata.info/listinfo/pd-list > -- Esteban Viveros www.estebanviveros.com ___ Pd-list@lists.iem.a

Re: [PD] fluid~

2020-12-11 Thread Esteban Viveros
e and willing to compile this for Windows > and Linux, what's the step for those? > > And I assume the external works fine for people who don't have fluidsynth > installed like I did with "brew install fluidsynth" right? > > Cheers > -- Esteban Viveros www.estebanviveros.com ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list

[PD] Control scroll bar

2021-05-24 Thread Esteban Viveros
se I don't have the y scroll id. Thanks any advance! -- Esteban Viveros www.estebanviveros.com ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list

[PD] Patterns for Pd Documentation

2021-05-24 Thread Esteban Viveros
a/issues/1320> Thanks for all! :) -- Esteban Viveros www.estebanviveros.com ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list

Re: [PD] Patterns for Pd Documentation

2021-05-25 Thread Esteban Viveros
2021, at 1:50 AM, pd-list-requ...@lists.iem.at wrote: > > Date: Mon, 24 May 2021 20:49:37 -0300 > From: Esteban Viveros > To: Pd-List > Subject: [PD] Patterns for Pd Documentation > Message-ID: > > Content-Type: text/plain; charset="utf-8" > > Hello list!

Re: [PD] Patterns for Pd Documentation

2021-05-25 Thread Esteban Viveros
ve in order to constitute a form that satisfies everyone as much as possible with easy maintenance, open to collaborations. Thanks again Roman! Em ter., 25 de mai. de 2021 às 11:00, Roman Haefeli escreveu: > Hi > > On Mon, 2021-05-24 at 20:49 -0300, Esteban Viveros wrote: > > &g

Re: [PD] Pd FLOSS Manual, what to do with it?

2021-05-30 Thread Esteban Viveros
case is made that we should really keep FLOSS and update it. >> Well, maybe we could manage and do that, taking care on how to not overlap >> even know I don't know who'd do it, but it'd mean completely rewrite from >> scratch and get rid of some of the stuff. That's bad too, as t

[PD] Problem loading Gem in Pd-0.46-6 - Osx

2015-08-16 Thread Esteban Viveros
Hi, I'm try load Gem precompiled in pd-extended (0.42.5 and 0.43.4) in pd 0.46-6 without success in Yosemite. I have this message in console: /Applications/Pd-extended 0.42.5.app/Contents/Resources/extra/Gem/Gem.pd_darwin: dlopen(/Applications/Pd-extended 0.42.5.app/Contents/Resources/extra/Gem/G

Re: [PD] Problem loading Gem in Pd-0.46-6 - Osx

2015-08-17 Thread Esteban Viveros
to > the Pd 0.46 bundle. I’ve done this and Gem works fine for me. > > > Dan Wilcox > @danomatika <https://twitter.com/danomatika> > danomatika.com > robotcowboy.com > > On Aug 17, 2015, at 3:30 AM, pd-list-requ...@lists.iem.at wrote: > > *From: *Este

Re: [PD] Nettles. Was: Cyclone: List of Issues with existing objects by Alexandre Porres

2016-02-19 Thread Esteban Viveros
g max4live, that is Max 7, what seems relevant this update. This is only my point of view. A user, and I wish contributor too in the future. Cheers Esteban Viveros Em qua, 17 de fev de 2016 17:46, Marco Matteo Markidis < mm.marki...@gmail.com> escreveu: > Dear Fred, > > some o

Re: [PD] Nettles. Was: Cyclone: List of Issues with existing objects by Alexandre Porres

2016-02-20 Thread Esteban Viveros
d message here, Esteban, but I started a fork > of this thread focusing on updating and including more objects to cyclone : > *[Not > accepting new objects in Cyclone, why not? (was Re: [PD] Nettles)]* > > I plan to respond to you on that thread. > > cheers > > 2016-02-19 23:

Re: [PD] How's Pd limited?

2016-02-22 Thread Esteban Viveros
A feature I miss in vanilla and extended (pdl2ork solve that) is resize objects via one point click and drag. If it is hard to implement, a "apply" button on properties can help to design UI's in Vanilla. Max have features like auto-align horizontally/vertically and align and route patch cords whi

Re: [PD] How's Pd limited?

2016-02-22 Thread Esteban Viveros
cted objects into a > "pile", and if you click again it will fan them out like a deck of cards. > But it can work well for some situations. > > > and align and route patch cords which is very useful to organize patch > cords and make the thinks more readable. I like the

Re: [PD] How's Pd limited?

2016-02-22 Thread Esteban Viveros
m using pd 0.46-7, what's that object? :) > On Mon, Feb 22, 2016 at 10:48 PM, Esteban Viveros > wrote: > >> A feature I miss in vanilla and extended (pdl2ork solve that) is resize >> objects via one point click and drag. If it is hard to implement, a "apply&quo

Re: [PD] How's Pd limited?

2016-02-22 Thread Esteban Viveros
I found that: http://forum.pdpatchrepo.info/topic/9749/question-resize-canvas-realtime/4 Em ter, 23 de fev de 2016 às 03:22, Esteban Viveros escreveu: > Em ter, 23 de fev de 2016 às 00:56, Matt Barber > escreveu: > >> Newest vanilla has basic object resize, which actually h

Re: [PD] How's Pd limited?

2016-02-23 Thread Esteban Viveros
O.oSo easy!! Em ter, 23 de fev de 2016 às 07:44, Dan Wilcox escreveu: > Em ter, 23 de fev de 2016 às 00:56, Matt Barber > escreveu: > >> Newest vanilla has basic object resize, which actually helps a lot with >> some of the issues brought up here. It's also very helpful that comments >> can

Re: [PD] How's Pd limited?

2016-02-26 Thread Esteban Viveros
Another feature I miss is multi-language comment object. Enabling multi-language Help files, even multi-language patch comments can be lot useful! Em qui, 25 de fev de 2016 às 13:49, Alexandre Torres Porres < por...@gmail.com> escreveu: > 2016-02-25 11:39 GMT-03:00 i go bananas : > >> >real-time

Re: [PD] multi-language help patches

2016-02-27 Thread Esteban Viveros
Yes... These way seems to some 99% of the auto learning issues about help translations... Much more I can imagine before this thread.. Em sáb, 27 de fev de 2016 15:13, Jonathan Wilkes via Pd-list < pd-list@lists.iem.at> escreveu: > > I feel one of the best aspects of PD are the examples via help

Re: [PD] multi-language help patches

2016-02-27 Thread Esteban Viveros
Em sáb, 27 de fev de 2016 15:46, Lucas Cordiviola escreveu: > As an sketch: > > > pd nameoftheobject @wikipedia.org > > > pd osc~ or with the underscore pd_osc~ > > > https://en.wikipedia.org/wiki/pd_osc~ > > > It will be slow to fill objects but... > > > > > I feel one of the best aspects of PD

Re: [PD] multi-language help patches

2016-02-27 Thread Esteban Viveros
Portuguese translation of help patches are guaranteed! :) Em sáb, 27 de fev de 2016 19:07, Lucas Cordiviola escreveu: > Probably an html server can provide both things, the html help AND the > translated patch in the same url. > > > Whats important is that in can be completed/translated by users

Re: [PD] [Bulk] Re: How to check if a patch is vanilla

2016-02-28 Thread Esteban Viveros
I tried to install via deken all externals disponibles for Mac in vanilla 0.46-7 to load all patches of the world, but I was stopped because pd limit the number of loading path externals in 98 libraries. What the importance of this limitation? Em dom, 28 de fev de 2016 10:15, cyrille henry escrev

[PD] [getdir] in Vanilla

2016-03-02 Thread Esteban Viveros
How can I get the path of the patch in vanilla? I would like to subtitute [getdir] for ggee library. ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

[PD] ggee [image] problem with jmmmp and all

2016-03-08 Thread Esteban Viveros
ggee and cyclone binaries in patch directory to make a patch work in vanilla. This patch: http://forum.pdpatchrepo.info/topic/8584/keyboards-gui-for-midi/24 Thanks for advice Esteban Viveros ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] ggee [image] problem with jmmmp and all

2016-03-08 Thread Esteban Viveros
directory > while executing > "image create photo img441190 -file > {/Users/EstebanViveros/examples/rgb.ppm}" > ("uplevel" body line 146) > invoked from within > "uplevel #0 $docmds" > > It start to happen after I used some ggee and c

Re: [PD] ggee [image] problem with jmmmp and all

2016-03-08 Thread Esteban Viveros
In someway I question myself, when I try to load [swatch] of jmmmp, image try to search the images in /Users/EstebanViveros when it should be search in /Users/EstebanViveros/Library/jmmmp . Why it's happening? Em ter, 8 de mar de 2016 às 23:59, Esteban Viveros escreveu: > Hum... Yes.

Re: [PD] ggee [image] problem with jmmmp and all

2016-03-09 Thread Esteban Viveros
Thanks for response João. I did that without change... It happens some issue in directory management in pd.. (??) it appointing ever to my user folder instead library folder. Em qua, 9 de mar de 2016 às 18:26, João Pais escreveu: > > > In someway I question myself, when I try to load [swatch]

Re: [PD] ggee [image] problem with jmmmp and all

2016-03-10 Thread Esteban Viveros
Ok... I'm debugging here. Something was wrong because of the order of patching the [getdir] machine. When I only delete and put back the patch cord, and rewrite the msg with exactly same content, error gone. At now I have one more question but maybe it's a new thread.. Em qui, 10 de mar de 2016

[PD] Wake up subpatches

2016-03-10 Thread Esteban Viveros
Is there any way to wake up a subpatch? Send a message to it with redraw it or reload... something like [clear ( message clean a subpatch, but to wake up it. Cheers Esteban Viveros ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account

Re: [PD] Wake up subpatches

2016-03-10 Thread Esteban Viveros
thought to automate it behavior.. Make sense? Em qui, 10 de mar de 2016 às 11:43, IOhannes m zmoelnig escreveu: > On 2016-03-10 15:26, Esteban Viveros wrote: > > Is there any way to wake up a subpatch? Send a message to it with redraw > it > > or reload... something like [clear

Re: [PD] Wake up subpatches

2016-03-10 Thread Esteban Viveros
Yes... the package are here: http://forum.pdpatchrepo.info/uploads/files/1456968733878-keyboards-pd-vanilla.zip If I run keyboard.pd directly from the folder no problem. But if I call it like external I have an error but just move the object and the gui works. If we go to abstractions folder and

Re: [PD] ggee [image] problem with jmmmp and all

2016-03-10 Thread Esteban Viveros
Em qui, 10 de mar de 2016 às 13:02, Ivica Ico Bukvic escreveu: > This may be OT--please consider this a feature request within > pd-vanilla/ggee... > > pd-l2ork has @pd_extra keyword you can include with any path and it will > parse it into extras folder. Its version of ggee/image also allows for

[PD] Help Patches Layout

2016-03-18 Thread Esteban Viveros
Hi, I'm with Porres in Cyclone maintenance working on revision of some Help patches. The question is: Why count inlets and outlets from zero if Pd user have to call inlets and outlets from $1 $2 $3... ? For help patch user don't be more convenient enumerate inlets and outlets starting at number 1

Re: [PD] GUI port: full triforce

2016-03-18 Thread Esteban Viveros
This is a great work! :D Em ter, 15 de mar de 2016 23:24, Jonathan Wilkes via Pd-list < pd-list@lists.iem.at> escreveu: > Hi list, > I now have the GUI port of Pd-l2ork up and running on GNU/Linux, OSX, and > Windows. > > One final dungeon of build script revisions and I'll release an alpha. >

Re: [PD] Help Patches Layout

2016-03-19 Thread Esteban Viveros
Rename in there have some implication? If no, I will start to rename... > Best, > > Ico > > > On 3/17/2016 1:13 PM, Esteban Viveros wrote: > > Thanks Roman for explanations.. good trim the edges of naming things in > order to eliminate future confusion. > > I

Re: [PD] Help Patches Layout

2016-03-19 Thread Esteban Viveros
hat some help files > refer to the first inlet as 0 and others as 1... > > > On 3/17/2016 11:49 AM, Esteban Viveros wrote: > > Hi, > > I'm with Porres in Cyclone maintenance working on revision of some Help > patches. > > The question is: Why count inlets and

Re: [PD] Help Patches Layout

2016-03-19 Thread Esteban Viveros
Great. Thanks Jonathan! Em qui, 17 de mar de 2016 às 18:30, Jonathan Wilkes via Pd-list < pd-list@lists.iem.at> escreveu: > > I did not attack me so... Rename in there have some implication? If no, > I will start to rename... > > Please don't rename them. Inlets and outlets are numbered starting

Re: [PD] Help Patches Layout

2016-03-20 Thread Esteban Viveros
ukvic escreveu: > > On Mar 17, 2016 2:03 PM, "Esteban Viveros" wrote: > >> > >> > >> If you are determined to update all the docs to reflect this change, > don't forget the PD_META which currently requires the use of 0 as the first > inlet. Updat

[PD] midi settings from patch window

2016-04-15 Thread Esteban Viveros
Is possible call midi/audio settings window from patch window? Some message to pd... (??) Thanks.. Esteban Viveros ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list

Re: [PD] midi settings from patch window

2016-04-17 Thread Esteban Viveros
> > > [; pd midi-dialog a a a a b b b b c d ( > > a = input device 1-4 > b = output device 1-4 > c = number of input channels > d = number of output channels > > > Ingo > > > > >Is possible call midi/audio settings window from patch window? Some > mes

Re: [PD] change block size in preferences on MacOSX

2016-05-15 Thread Esteban Viveros
I tested here and have the same problem in Yosemite 10.10.5. Pd 0.47-0 32 and 64 bits with built-in input/output. Em dom, 15 de mai de 2016 às 16:48, Jack escreveu: > In preferences, with "built-in" (CoreAudio ?) and "MOTU-ultralite MK3 > hybrid". > ++ > > Jack > > > > Le 15/05/2016 21:40, IOhan

Re: [PD] puredata.info cleanup

2016-08-06 Thread Esteban Viveros
It's look much more better for me... Thanks. :) Em sáb, 6 de ago de 2016 06:21, Derek Kwan escreveu: > > That all sounds great! > > > > 1 minor edit - in the front page description of pd-extended, OSC is > mentioned as one of the differentiating features from Vanilla - but it's > been a feature