Re: [PD] Tannhauser Pure Data compiler

2014-03-18 Thread Joe White
Yes, as far as I know we'd like to open source the project. Cheers, Joe On 17 March 2014 18:08, Jonathan Wilkes jancs...@yahoo.com wrote: On 03/17/2014 01:53 PM, Joe White wrote: Hey guys, I'm working on this at the moment with Martin. It's basically a way of compiling a Pd patch

Re: [PD] Tannhauser Pure Data compiler

2014-03-18 Thread Joe White
looks interesting but obviously it cannot run a lot of Pd patches that need more than 1mb of RAM or a file system. Chris On Monday, March 17, 2014, Joe White white.j...@gmail.com wrote: Hey guys, I'm working on this at the moment with Martin. It's basically a way of compiling a Pd patch

Re: [PD] using pd live (sans computer/laptop/raspberry pi)

2014-03-17 Thread Joe White
Hey Aaron, Have you checked out the Owl Pedal - http://hoxtonowl.com/ ? You can run your own C++ and Pd patcheshttp://hoxtonowl.com/2014/03/frankfurt-musikmesse-2014/on the device (it has stereo i/o and 4 parameter knobs). Cheers, Joe On 15 March 2014 11:48, Cyrille Henry c...@chnry.net

Re: [PD] Tannhauser Pure Data compiler

2014-03-17 Thread Joe White
Hey guys, I'm working on this at the moment with Martin. It's basically a way of compiling a Pd patch to an optimised C library for embedding in devices or applications. We're looking to release this very soon, we'll keep everyone posted when it happens. Cheers, Joe On 17 March 2014 13:37,

Re: [PD] RjDj/ScenePlayer for iOS?

2014-03-03 Thread Joe White
Hi IOhannes, Sorry I can't link directly to the right place but the user guide I linked to previously mentions there is support for what you're looking for. Search for #touch on this page https://github.com/danomatika/PdParty/blob/master/doc/PdParty_User_Guide.md Cheers, Joe On 3 March 2014

Re: [PD] RjDj/ScenePlayer for iOS?

2014-02-28 Thread Joe White
standard RjDj scenes. anyhow: is there support for accelerometer and multi-touch in Pd(Droid)Party? On 02/28/2014 12:00 AM, Joe White wrote: RjDj was removed from the app store around 1 or 2 years ago. i know. that's why i was asking. It's been a while since I've done it but if you've

Re: [PD] RjDj/ScenePlayer for iOS?

2014-02-28 Thread Joe White
Although it looks like PdDroidParty supports this already https://github.com/danomatika/PdParty/blob/master/doc/PdParty_User_Guide.md On 28 February 2014 12:50, Joe White white.j...@gmail.com wrote: Do you have Xcode and the ability to build onto a device? (i.e. a iOS developer account

Re: [PD] RjDj/ScenePlayer for iOS?

2014-02-28 Thread Joe White
Btw awesome work Chris and Dan! On 28 February 2014 12:53, Joe White white.j...@gmail.com wrote: Although it looks like PdDroidParty supports this already https://github.com/danomatika/PdParty/blob/master/doc/PdParty_User_Guide.md On 28 February 2014 12:50, Joe White white.j...@gmail.com

Re: [PD] RjDj/ScenePlayer for iOS?

2014-02-27 Thread Joe White
Hey IOhannes, RjDj was removed from the app store around 1 or 2 years ago. It's been a while since I've done it but if you've got the developer tools then you should be able to use libpd to run the scenes in an iOS app. Cheers, Joe On 27 February 2014 16:08, IOhannes m zmoelnig

Re: [PD] Game Audio abstractions- how to publish?

2014-02-18 Thread Joe White
Nice one Filippo! Thanks for sharing Cheers, Joe On 16 February 2014 21:31, Filippo Beck Peccoz m...@fbpsound.com wrote: Hello list, I've collected and cleaned up a few patches that I've been using a lot while making game audio with PD (mainly for Android, using libpd, Unity and Kalimba)

Re: [PD] from poles/zeros to biquad coefficients - how to? (something like max's z-plane)

2013-09-24 Thread Joe White
Hey Alexandre, This blog - EarLevel Engineeringhttp://www.earlevel.com/main/2003/02/28/biquads/ - really helped with my understanding of poles/zeros and biquads. Hope it's useful! Cheers, Joe On 24 September 2013 06:36, Alexandre Torres Porres por...@gmail.comwrote: for what i see, it's not

Re: [PD] Libpd running in OS X app

2013-07-08 Thread Joe White
problems. On Jul 6, 2013, at 8:52 AM, Joe White white.j...@gmail.com wrote: Sorry that previous code had some test stuff in it, here's a slightly cleaner version (ARC'd) http://pastebin.com/index/1bR2Ftqn On 6 July 2013 13:47, Joe White white.j...@gmail.com wrote: How do you mean

Re: [PD] Libpd running in OS X app

2013-07-06 Thread Joe White
-requ...@iem.at wrote: *From: *Joe White white.j...@gmail.com *Subject: **[PD] Libpd running in OS X app* *Date: *July 5, 2013 7:34:47 AM EDT *To: *pd-list pd-list@iem.at Hi guys, Does anyone have any experience running libpd in an OS X app, using CoreAudio. I'm able to run a patch

Re: [PD] Libpd running in OS X app

2013-07-06 Thread Joe White
Sorry that previous code had some test stuff in it, here's a slightly cleaner version (ARC'd) http://pastebin.com/index/1bR2Ftqn On 6 July 2013 13:47, Joe White white.j...@gmail.com wrote: How do you mean the CoreAudio backend? I would have thought I should just be able to call the process

[PD] Libpd running in OS X app

2013-07-05 Thread Joe White
Hi guys, Does anyone have any experience running libpd in an OS X app, using CoreAudio. I'm able to run a patch and receive print statements but I'm not getting any audio output and DSP doesn't seem to be processing. I created a quick test tone in code to see if it was my audio unit but that

Re: [PD] [rjdj] abstraction?

2013-06-11 Thread Joe White
Hey Dan, It sounds like it could have been an abstraction to handle some functionality of the app way back in the early days i.e. recording. It's definitely legacy code. To be honest, some parts of the rjlib aren't really that necessary any more. For me most useful part of rjlib is all the dsp

Re: [PD] High CPU usage when tracks are muted (Raspberry Pi)

2013-05-06 Thread Joe White
I made this little helper abstraction for dealing with fades/switches at the same time. You can specify the ramp up/down time and even add a delay before sending the ramp. I find it use it everywhere now. Maybe someone will find it useful Cheers, Joe On 5 May 2013 20:48, Roman Haefeli

Re: [PD] Negative input numbers for [pow] return 0

2013-04-24 Thread Joe White
It may be a bit more complex since exponent values between -1 and 1 are the ones that generate imaginary numbers from negative values, with the exception of 0 which generates 1. Latest pd-l2ork patch tries to fix this. See:

Re: [PD] Negative input numbers for [pow] return 0

2013-04-23 Thread Joe White
zmölnig zmoel...@iem.at wrote: On 04/22/2013 04:07 PM, Joe White wrote: Would it be possible to add this to [pow] as well? Something like for negative base values, non-integer exponent values would return NaN? bien sur, it would be easy to add this. the thing is, do we really want

[PD] Negative input numbers for [pow] return 0

2013-04-22 Thread Joe White
Hi, Just realised putting a negative number into the [pow] object outputs '0'?!? For example if I do: [-1 ( | [pow 2] it returns 0, where I would expect it to return 1. Is this a known limitation or bug? Are there any work arounds if I want a variable power? (I'm running Pd 0.44.1 on OS X

Re: [PD] Negative input numbers for [pow] return 0

2013-04-22 Thread Joe White
a symbol and not some Pd defined NaN type (maybe?). Thanks for the reply IOhannes! Cheers, Joe On 22 April 2013 13:30, IOhannes m zmoelnig zmoel...@iem.at wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2013-04-22 14:19, Joe White wrote: Hi, Just realised putting a negative number

Re: [PD] Git version control, diff and pd.

2013-04-17 Thread Joe White
Hi Rafa, +1 on what Roman said. We use Pure Data and Git a lot in our projects and you might find you have more luck organising a useable workflow in your team rather than trying to automatically diff/merge patches. Here's some of the things we do: - Split up your code into abstractions

Re: [PD] Midi note handling for monophonic synth

2013-02-25 Thread Joe White
than deal with some complicated list/table mapping method. Better than late than never! Nice video too dude! Cheers, Joe On 23 February 2013 19:57, claudio nervi claudione...@gmail.com wrote: Joe White white.joe4 at gmail.com writes: Hi all, I'm implementing a synth in Pd using midi

Re: [PD] stereo difference?

2012-10-12 Thread Joe White
Ahh ok sure. Yeah you're right I think, it's annoying because in theory, L - R should give you what's *not* in the centre. But that ends up not being very useful anyway :) I'm no expert, but sounds like Mid-Sides could give you what you need, no? then you can get rid of the Mid and *voilà* :

Re: [PD] stereo difference?

2012-10-11 Thread Joe White
Isn't a Mono signal just L + R? If you're worried about phase cancellation I would say the fault lies with whoever mixed it. Cheers, Joe On 11 October 2012 07:58, Charles Goyard c...@fsck.fr wrote: i go bananas wrote: if anyone knows how to get just the MONO component of a signal, i'd love

[PD] [Pd] TCL error loading midi file with [seq]

2012-09-11 Thread Joe White
Hey list, I'm trying to use the cyclone library in Pd-0.43-1, specifically the [seq] object. When I try to load a midi file I get the following error in the console: (Tcl) INVALID COMMAND NAME: invalid command name pdtk_enquote while executing pdtk_enquote $filename (procedure

Re: [PD] Open midi files in PD Vanilla?

2012-08-28 Thread Joe White
request. It's great to see more and more people using Pd for game audio, if you have any other questions please ask. I can also put you in touch with Robert, who's the main composer here at RjDj. Cheers, Joe -- Joe White @diplojocus The Dark Knight Rises Z+ app now available in the App Store

Re: [PD] sending band/float/symbol via network to pd-vanilla

2012-07-05 Thread Joe White
Are you sending a lot of messages into Pd? I find it's simpler to just make a dummy abstraction in the patch that mimics the functionality and messaging system of the app and make sure it's not available when building on the phone. Obviously depends on your setup, but in this way I can work in

Re: [PD] [Pd] Compile external with C++ compiler?

2012-05-07 Thread Joe White
notation for Pure Data http://sharktracks.co.uk/ -- *From:* Joe White white.j...@gmail.com *To:* Charles Henry czhe...@gmail.com *Cc:* pd-list pd-list@iem.at *Sent:* Friday, 27 April 2012, 9:56 *Subject:* Re: [PD] [Pd] Compile external with C++ compiler? Hi

Re: [PD] [Pd] Compile external with C++ compiler?

2012-04-27 Thread Joe White
. We're in the final stages now, so I'll post to the list when it's complete! Best, Ed Gemnotes-0.1alpha: Live music notation for Pure Data http://sharktracks.co.uk/ -- *From:* Joe White white.j...@gmail.com *To:* pd-list pd-list@iem.at *Sent:* Thursday, 26 April

[PD] [Pd] Compile external with C++ compiler?

2012-04-26 Thread Joe White
Hi all, Thought I might as well ask this here because you guys know everything :) I'm writing an external to be built into an iOS app that's running Pd. The catch is I need to interface with a C++ library within the external. The external builds and runs fine if I'm using the C compiler (in

Re: [PD] [PD-dev] Filter design for iPhone

2012-03-20 Thread Joe White
Hi Ed, I just tested your filtertest_list patch in RjDj and it worked exactly as expected. As Rich suggested maybe you're using an outdated version of libpd? If Frank's around I'm sure he would know for certain but if I remember rightly the [u_lowpass] / [u_beequad] combination is not really

[PD] Dimensions - Augmented Audio App

2011-11-25 Thread Joe White
Hi Pd list, Thought I'd mention that we (RjDj) are releasing a new iPhone app next month called Dimensions. It provides an augmented audio experience while having game mechanics based on your real life activities, it's a follow up to our Check out teaser video here:

Re: [PD] RjDj - Accessing RjDj server

2011-11-01 Thread Joe White
Hi Tesia, RJZServer on your wireless network doesn't interact with our servers. Are you trying to install scenes from your computer to your iDevice? Cheers, Joe On 20 October 2011 04:21, tesia kosmalski tes...@gmail.com wrote: So why is it taking a small miracle for my iPod and iPhone to

Re: [PD] PD on iPhone

2011-10-10 Thread Joe White
Hi Eldad, Check out this page for more info on creating scenes (essentially pd patches + other assets). http://blog.rjdj.me/pages/pd-utilities There's a scene template that should get you started. Basically the app will run a patch called _main.pd and you can do whatever you like within it.

Re: [PD] how to change bp~ frequency at sample rate?

2011-09-02 Thread Joe White
Have a look at [vcf~], set the resonance with the first parameter and the cutoff frequency with a signal to the 2nd inlet. Cheers, Joe On 2 September 2011 18:57, Menno van der Woude menn...@gmail.com wrote: Hi all, working on patches that will be controlled by video analysis (through OSC

Re: [PD] Pd on Android

2011-08-30 Thread Joe White
On 30 August 2011 13:01, athos bacchiocchi athos.bacchioc...@gmail.comwrote: 2011/8/29 Peter Brinkmann peter.brinkm...@googlemail.com For the time being, we aren't posting binaries on a regular basis. Instead of following the links above, you probably want to get the source and build the

Re: [PD] [PD-dev] tkwidgets

2011-08-29 Thread Joe White
Haha, I'll pretend I understand this Andy :) On 28 August 2011 18:29, Andy Farnell padawa...@obiwannabe.co.uk wrote: I think reasonable suggestions might be welcome. Some say the sulphur fumes, screams and maniacal laughter emanating from Martin and Joe's subterranean laboratory beneath the

Re: [PD] [PD-dev] tkwidgets

2011-08-28 Thread Joe White
...@artengine.ca wrote: On Fri, 26 Aug 2011, Joe White wrote: For fun I was making a GUI interface for OSX with ZenGarden, a Pd runtime library. ZenGarden is not a Pd runtime library, even though it's advertised like that. ZenGarden thinks that $2 is for getting the first element of a list

Re: [PD] [PD-dev] tkwidgets

2011-08-26 Thread Joe White
Thought I'd just mention this as it seems to be on a similar topic. For fun I was making a GUI interface for OSX with ZenGarden, a Pd runtime library. https://github.com/joewhite4/Zeng It's not fully functional yet but you can open patches and mess around with objects. Just thought it might be

Re: [PD] Pd-list Digest, Vol 77, Issue 36

2011-08-18 Thread Joe White
Hi Christian, The forum was left behind when we moved our website. What information do you need? Cheers, Joe -- Message: 1 Date: Thu, 18 Aug 2011 15:29:21 +0930 From: Christian Haines christian.hai...@adelaide.edu.au

Re: [PD] Pd-list Digest, Vol 77, Issue 7

2011-08-02 Thread Joe White
Do you have a link to that Andy? Cheers, Joe Message: 5 Date: Tue, 2 Aug 2011 17:58:42 +0100 From: Andy Farnell padawa...@obiwannabe.co.uk Subject: Re: [PD] Pitch Shift To: pd-list@iem.at Message-ID: 20110802175842.4ec14151.padawa...@obiwannabe.co.uk Content-Type: text/plain;

[PD] route - pack issue

2011-07-07 Thread Joe White
Hi list, I've been doing some patching with [route] and came across a problem - I'd love it if someone could explain why this happens otherwise I think it's a bug. Basically I'm sending a message with one item to a route object with an argument of the same name. For example: [start ( | [route

Re: [PD] route - pack issue

2011-07-07 Thread Joe White
Yeah, thought as much. Just a bit annoying. Thanks, Joe On 7 July 2011 17:57, Jack j...@rybn.org wrote: Yep, there is a bug. For a workaround, you can add a [bang( message between [route] and [pack]. ++ Jack Le jeudi 07 juillet 2011 à 17:44 +0100, Joe White a écrit : Hi list

Re: [PD] Pd-list Digest, Vol 75, Issue 31

2011-06-12 Thread Joe White
Hi Patrick, What does sort do exactly? In the RjLib there are many abstractions to apply functions to lists with. If you make an object called [OVERVIEW] and look inside there will be a menu to access all the objects. In the 'utilities' section there is [u_listfilter], [u_listdrip],

Re: [PD] RJDJ,sceneplayer Xoom; RJDJ scene question!

2011-06-09 Thread Joe White
As Chris mentioned, it's probably an issue with the folder. Make sure there is an Info.plist in there. Does the SceneTemplate.rj - available here: http://blog.rjdj.me/pages/pd-utilities - install correctly? Cheers, Joe On 8 June 2011 17:18, Pagano, Patrick p...@digitalworlds.ufl.edu wrote: I

Re: [PD] RJDJ,sceneplayer Xoom; RJDJ scene question!

2011-06-09 Thread Joe White
From: Peter Brinkmann peter.brinkm...@googlemail.com Date: Wed, 8 Jun 2011 11:39:43 -0400 To: Joe White white.j...@gmail.com Cc: pd-list pd-list@iem.at, Chris McCormick ch...@mccormick.cx Subject: Re: [PD] RJDJ,sceneplayer Xoom Hi Joe, * The app faithfully implements all features

[PD] Fwd: RJDJ,sceneplayer Xoom

2011-06-08 Thread Joe White
Sorry forgot to forward this to the list -- Forwarded message -- From: Joe White white.j...@gmail.com Date: 8 June 2011 12:22 Subject: Re: [PD] RJDJ,sceneplayer Xoom To: Pagano, Patrick p...@digitalworlds.ufl.edu Cc: Chris McCormick ch...@mccormick.cx, Andy Farnell padawa

Re: [PD] RJDJ,sceneplayer Xoom

2011-06-08 Thread Joe White
On 8 June 2011 13:38, Chris McCormick ch...@mccormick.cx wrote: Hi Joe, On Wed, Jun 08, 2011 at 12:22:23PM +0100, Joe White wrote: Unfortunately the RjDj scene format is hard coded to 320x320 pixels as far as I know. I think their voyager app stretches to the bigger ipad screen

Re: [PD] Fwd: RJDJ,sceneplayer Xoom

2011-06-08 Thread Joe White
On 8 June 2011 14:25, Pagano, Patrick p...@digitalworlds.ufl.edu wrote: Hmm, I would like to fill the screen or at least get the patch to rotate when I am in horizontal [landscape]. I am going to try to make an rjdj scene today to see how it goes, perhaps I will include a screen grab of the

Re: [PD] RJDJ,sceneplayer Xoom

2011-06-08 Thread Joe White
...@googlemail.com Date: Wed, 8 Jun 2011 10:47:11 -0400 To: Chris McCormick ch...@mccormick.cx Cc: pd-list pd-list@iem.at, Joe White white.j...@gmail.com Subject: Re: [PD] RJDJ,sceneplayer Xoom Hi, A few clarifications regarding the ScenePlayer app for Android: * The app faithfully implements

Re: [PD] RJDJ,sceneplayer Xoom

2011-06-08 Thread Joe White
On 8 June 2011 15:47, Peter Brinkmann peter.brinkm...@googlemail.comwrote: Hi, A few clarifications regarding the ScenePlayer app for Android: * The app faithfully implements all features of the iPhone app that were publicly documented last summer, including rj_image, rj_text, sensor input,

[PD] Midi note handling for monophonic synth

2011-04-21 Thread Joe White
Hi all, I'm implementing a synth in Pd using midi/notein as an input. One problem I keep coming up against is handling note off messages. This guy's blog post describes the issue - http://kemptonmooney.com/2010/09/pure-data-midi-note-off-solution/ However, I think his solution is not exactly

Re: [PD] Midi note handling for monophonic synth

2011-04-21 Thread Joe White
get it to work correctly. Although I don’t think I’ll be able get to it until next week. Ingo Von: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] Im Auftrag von Joe White Gesendet: Donnerstag, 21. April 2011 13:48 An: pd-list@iem.at Betreff

Re: [PD] Midi note handling for monophonic synth

2011-04-21 Thread Joe White
2011 13:27:26 +0100 From: Claude Heiland-Allen cla...@goto10.org Subject: Re: [PD] Midi note handling for monophonic synth To: pd-list@iem.at Message-ID: 4db022ae.9010...@goto10.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Hi Joe, On 21/04/11 12:48, Joe White wrote: Hi all

Re: [PD] Midi note handling for monophonic synth

2011-04-21 Thread Joe White
as they are released - If anyone wants the code give me a shout. Thanks for your help Martin, Joe On 21 April 2011 21:33, martin brinkmann m...@martin-brinkmann.de wrote: On 04/21/2011 01:48 PM, Joe White wrote: http://kemptonmooney.com/2010/09/pure-data-midi-note-off-solution/ this does not happen here

Re: [PD] 3 new gui-plugins

2011-04-15 Thread Joe White
Thanks for the reply Andras, I removed the search path to the default folder and the error disappeared, great! Cheers, Joe Message: 3 Date: Thu, 14 Apr 2011 17:57:36 +0200 From: Andr?s Mur?nyi muran...@gmail.com Subject: Re: [PD] 3 new gui-plugins To: PD List pd-list@iem.at Message-ID:

Re: [PD] 3 new gui-plugins

2011-04-14 Thread Joe White
Hi Yvan, First off, great plugin - love the feature! I just checked out the latest version of the autocomplete plugin from github. Every time I start up Pd I get the same error (this doesn't seem to affect any functionality): loaded: autocompletion-plugin 0.33 --- UNHANDLED ERROR:

[PD] ⌘+⇧+L

2011-03-25 Thread Joe White
I've just been told I can clear the log in Pd-0.43 with the shortcut '⌘+⇧+L'. To whomever implemented this - you are a god. Made my day so far :) ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -

Re: [PD] cmd+shift+L (formally known as ?+?+L)

2011-03-25 Thread Joe White
Oops, didn't think that the list might not like those symbols. Was meant to be cmd+shift+L. Le 25/03/2011 12:48, Joe White a ?crit : I've just been told I can clear the log in Pd-0.43 with the shortcut '?+?+L'. To whomever implemented this - you are a god. Made my day so far :) personally

Re: [PD] Polyphony and granular synthesis, etc.

2011-03-11 Thread Joe White
Hi Peter, It sounds like you're missing an argument for the object. Argument 0: integer - Max Polyphony Argument 1: bool - Voice Stealing (0/1) Argument 2: symbol - Object name Argument 3: symbol - Unique ID For example: [u_makepoly 8 1 s_rhodey $0-inst] Hope that helps. P.s. We're in the

Re: [PD] Polyphony and granular synthesis, etc.

2011-03-11 Thread Joe White
Hi Peter, What abstraction are you trying to use? Frank would obviously be best person to answer your question as he made it. Can you attach the patch so I can have a look? Thanks, Joe On 11 March 2011 16:42, Peter Kirn pe...@createdigitalmedia.net wrote: Hi Joe, Okay, I'm now certain that

Re: [PD] Create duplicate patch in realtime

2011-02-22 Thread Joe White
menu - Browser - pd-msg .hc On Feb 21, 2011, at 1:29 PM, Joe White wrote: Hi, I'm wondering if it is possible to be able to get the commands that are called when a user is creating a patch in the Pd GUI. What I'd like to achieve is to be able to have a duplicate patch being created

Re: [PD] Create duplicate patch in realtime

2011-02-22 Thread Joe White
Should have said: 'On Pd-0.43-0test4 going to Help menu Browser shows a library of objects I have *added* to my path. On 22 February 2011 11:02, Joe White white.j...@gmail.com wrote: @Pedro I did the following: $ /Applications/Pd-0.42-5.app/Contents/MacOS/Pd -d 1 Pt_Start() called

Re: [PD] Create duplicate patch in realtime

2011-02-22 Thread Joe White
Hmmm, I tried with both: $ /Applications/Pd-0.43-0test4.app/Contents/MacOS/Pd -d 1 Pt_Start() called blksize 64, advance 17 and $ /Applications/Pd-0.42-5.app/Contents/MacOS/Pd -d 1 Pt_Start() called These aren't compiled myself but rather downloaded from -

[PD] Create duplicate patch in realtime

2011-02-21 Thread Joe White
Hi, I'm wondering if it is possible to be able to get the commands that are called when a user is creating a patch in the Pd GUI. What I'd like to achieve is to be able to have a duplicate patch being created in realtime as I make it. In a similar way to dynamic patching, if I could gather the

Re: [PD] Create duplicate patch in realtime

2011-02-21 Thread Joe White
. and so forth. But probably there is a cleaner way since the debug is hardcore. There's more debug levels by the way, but I don't know where the official documentation is on that. Best, Pedro Thanks, Joe On Mon, Feb 21, 2011 at 6:29 PM, Joe White white.j...@gmail.com wrote: Hi, I'm

[PD] Reasoning behind PD opening multiple copies of the same patch

2010-11-24 Thread Joe White
Hi, I'm just wondering if there is reason behind PD opening another instance of an already running patch instead of just pointing to it (on OSX anyway). To me there are a few undesirable consequences such as problems when editing, duplicates of global sends/tables and sometimes not knowing you

Re: [PD] Reasoning behind PD opening multiple copies of the same patch

2010-11-24 Thread Joe White
of a patch. But yes, it is a bit weird when you are used to most apps where it only lets you have one instance of a file running. Any suggestions on how to handle it both ways? .hc On Nov 24, 2010, at 11:01 AM, Joe White wrote: Hi, I'm just wondering if there is reason behind PD opening

Re: [PD] Submitting bug reports for PD test releases

2010-10-29 Thread Joe White
place. .hc On Oct 28, 2010, at 9:41 AM, Joe White wrote: Hi all, I'm currently using Pd-0.43-0test3 that I downloaded from Miller's webpage here: http://crca.ucsd.edu/~msp/software.html I really like the new gui look and other features but I'm experiencing a few bugs and issues. I'm

[PD] Submitting bug reports for PD test releases

2010-10-28 Thread Joe White
Hi all, I'm currently using Pd-0.43-0test3 that I downloaded from Miller's webpage here: http://crca.ucsd.edu/~msp/software.html I really like the new gui look and other features but I'm experiencing a few bugs and issues. I'm wondering where the correct place to provide feedback for it is (or