Re: [PD] Jack ins and outputs

2010-01-09 Thread Andrew Faraday
usually, [dac~] with a specific argument does just that. Your output jacks are defined by your hardware. so [dac~ 1 2] is the default, stereo out. but you could do [dac~ 4] etc. Date: Sat, 9 Jan 2010 17:45:09 +1100 From: gateswideo...@gmail.com To: pd-list@iem.at Subject: [PD] Jack ins and

[PD] a better way to make a patch

2010-01-09 Thread Konstantinos Benardis
Hi all I want to make a patch to play randomly 8 concrete midi notes. I made the attached patch. As you can see i needed to make many connections by hand and this is something it happens to many of my patches. Would it be a better way to make this patch without having to make that many

[PD] managing filesystem

2010-01-09 Thread Matteo Sisti Sette
Hi, What are the best externals or libraries to do basic filesytstem operations such as: - create a folder - read the content of a folder (list of files and directories in it) - check for the existence of a file given the name - delete a file in a platform-independent way? thanks m. --

Re: [PD] a better way to make a patch

2010-01-09 Thread George Ker~
+1 (!) - George Ker http://tinyurl.com/georgeker - 09/01/2010 4:38 ??, O/H Konstantinos Benardis ??: Hi all I want to make a patch to play randomly 8 concrete midi notes. I made the attached patch. As you can see i needed to make many connections by hand and this is

Re: [PD] a better way to make a patch

2010-01-09 Thread Claude Heiland-Allen
Using data storage instead of control flow saves the wrists of the world (see attached). Konstantinos Benardis wrote: Hi all I want to make a patch to play randomly 8 concrete midi notes. I made the attached patch. As you can see i needed to make many connections by hand and this is something

[PD] URGENT! :Overlap add synthesis

2010-01-09 Thread Gün KARAGÖZ
Hello everyone! I am working on my senior design project. It's about creating digital musical instrument. This is my senior design project description: The main task is to develop a package of signal processing algorithms that can perform real-time audio signal synthesis driven by a Wii-remote

Re: [PD] a better way to make a patch

2010-01-09 Thread Andrew Faraday
Data storage in that format is something I've been looking for for ages, it's merely the way of writing direct to a table that I wasn't aware of before. Is it possible to load this out of a text file? Date: Sat, 9 Jan 2010 18:12:22 + From: claudiusmaxi...@goto10.org To:

[PD] netsend~/netreceive~

2010-01-09 Thread Michal Seta
Hi all, Happy new decade! I have been playing around with the above captioned pair of externs. I grabbed them from the audioscape project . I intend to use them for jamming over WiFi (and it has to be WiFi). My first tests are rather promising but there are some glitches. [netreceive~] tends to

[PD] changing the 'editmode' message

2010-01-09 Thread Hans-Christoph Steiner
Hey all, I'm just looking at the editmode message internal message. It takes a float of 0 or 1, but that 0 or 1 means something unexpected: 1 = turn on editmode (logical) 0 = toggle editmode (not quite) Anyone see any reason to leave it like that? Now that the GUI is totally new code,

Re: [PD] URGENT! :Overlap add synthesis

2010-01-09 Thread Hans-Christoph Steiner
Not sure what overlap add is, but perhaps you mean additive? There are a bunch of tutorials included in Help - Help Browser - 3.audio.examples. .hc On Jan 9, 2010, at 2:35 PM, Gün KARAGÖZ wrote: Hello everyone! I am working on my senior design project. It's about creating digital

Re: [PD] URGENT! :Overlap add synthesis

2010-01-09 Thread Justin Glenn Smith
I think he just means standard overlap add fft http://en.wikipedia.org/wiki/Overlap-add_method Which is what fft~ and ifft~ do already, if I am not mistaken. Hans-Christoph Steiner wrote: Not sure what overlap add is, but perhaps you mean additive? There are a bunch of tutorials included

Re: [PD] pd-gui-rewrite testing

2010-01-09 Thread Rich E
Still in OS X 10.6. I don't have one of these problems with Pd-devel-0.43 (dec 15) nightly build, so it must all be because of the tk/cocoa version that you mention. I'm not sure how to report it a tcl mailing list, as I don't know where the code is that implements these things. Does it make

Re: [PD] pd-gui-rewrite testing

2010-01-09 Thread Hans-Christoph Steiner
On Jan 9, 2010, at 5:37 PM, Rich E wrote: Still in OS X 10.6. I don't have one of these problems with Pd- devel-0.43 (dec 15) nightly build, so it must all be because of the tk/cocoa version that you mention. I'm not sure how to report it a tcl mailing list, as I don't know where the

Re: [PD] pd-gui-rewrite testing

2010-01-09 Thread Hans-Christoph Steiner
Wow, strange. Perhaps it thinks the menu item is disabled? Seems like something to report on tcl-mac. .hc On Jan 9, 2010, at 5:38 PM, Rich E wrote: pic of audio dialog on svn compile of pd-gui-rewrite, showing the gray text On Sat, Jan 9, 2010 at 11:37 PM, Rich E reakina...@gmail.com

Re: [PD] URGENT! :Overlap add synthesis

2010-01-09 Thread Gün KARAGÖZ
I have created frames database in Matlab. I get IR and button data of Wiimote to control overlap-add period. I want to realize Time Domain Pitch Synchronous OverLap Add (TD-PSOLA) algorithm in pd I will get overlap period data from Wiimote IR data. For example, I have four frames. All 4 frames

Re: [PD] changing the 'editmode' message

2010-01-09 Thread Miller Puckette
Hi all, I think it would be much better to have '0' turn editmode off -- I'm not sure if anyone else has patches that depend on sending canvases 'editmode' messages, though, so if someone does, please speak up. cheers Miller On Sat, Jan 09, 2010 at 04:54:05PM -0500, Hans-Christoph Steiner

Re: [PD] URGENT! :Overlap add synthesis

2010-01-09 Thread Justin Glenn Smith
[ifft~] does overlap add of fft data. I think you can do this by reading the data from matlab into [array] objects and using a [block~] object to control the ifft frame size. The help files for [ifft~], [array], and [block~] should be helpful, you may also want to look at the help files in

Re: [PD] changing the 'editmode' message

2010-01-09 Thread Stephen Lucas
I agree that 0 makes much more sense for turning off. I've always found it easiest to put [; (patch name) editmode 1, (commands), editmode 0] into one message box so that I would always avoid problems, but it makes sense to fix it anyway. On the same topic, last time I experimented with this

Re: [PD] changing the 'editmode' message

2010-01-09 Thread Jonathan Wilkes
--- On Sat, 1/9/10, Hans-Christoph Steiner h...@at.or.at wrote: From: Hans-Christoph Steiner h...@at.or.at Subject: [PD] changing the 'editmode' message To: Pd List pd-l...@iem.kug.ac.at Date: Saturday, January 9, 2010, 10:54 PM Hey all, I'm just looking at the editmode message internal

Re: [PD] a better way to make a patch

2010-01-09 Thread Mike Moser-Booth
You can load a text file into a table or array using the read message: [read mytextfile.txt( | [send array1] You can also save the data to a text file using the write message. .mmb Andrew Faraday wrote: Data storage in that format is something I've been looking for for ages, it's merely

Re: [PD] Jack ins and outputs

2010-01-09 Thread tdrecordable
yeah, can do that but my sound card(RME Multiface) has 18 or something ins/outs. so that makes it a bit annoying when using those outs for hardware patching. t On Sat, Jan 9, 2010 at 9:40 PM, Andrew Faraday jbtur...@hotmail.com wrote: usually, [dac~] with a specific argument does just that.