[PD] GEM window immediately closing

2013-10-25 Thread Mike Moser-Booth
Hello list, I decided to take another crack at learning GEM today, and have immediately hit a snag. I'm using the 64-bit build of Pd-extended 0.43.4 from apt.puredata.info with the KXStudio distro (based on Ubuntu 12.04). Whenever I try to create a GEM window, it flashes for a fraction of a second

Re: [PD] [biquad~] as cyclone's [allpass~]?

2013-10-06 Thread Mike Moser-Booth
Sure, no problem. .mmb On Sun, Oct 6, 2013 at 10:24 PM, Alexandre Torres Porres wrote: > cool, could you readapt the patch then? I'd appreciate that a lot as I'm > just not being able to nail it. It'd be really careful. Thanks > > > 2013/10/6 Mike Moser-Booth >

Re: [PD] [biquad~] as cyclone's [allpass~]?

2013-10-06 Thread Mike Moser-Booth
orres Porres wrote: > awesome, thanks a lot, really helpful. I was suspecting something like > that, but couldn't get to this implementation. > > And then, one question, doesn't the feedback given by tabsend > theoretically count as a second delay line? > > che

Re: [PD] [biquad~] as cyclone's [allpass~]?

2013-10-06 Thread Mike Moser-Booth
It's not that either implementation is wrong, they are just two ways of doing the same thing. The version that uses two delay lines is the Direct Form I. By doing some rearranging of the filter, you convert it to the Direct Form II, which only uses one delay line. The end results are the same, just

Re: [PD] [biquad~] as max's phaseshift? (was [biquad~] as cyclone's [allpass~]?)

2013-10-06 Thread Mike Moser-Booth
hing at a first glance, meaning you can get to it from a biquad > coefficient perspective. The problem is that max's phaseshift isn't very > clear about what it really is, other than saying it is a second order > filter. But that doesn't have to imply it is the same as a secon

Re: [PD] [biquad~] as max's phaseshift? (was [biquad~] as cyclone's [allpass~]?)

2013-10-05 Thread Mike Moser-Booth
>From looking at the helpfile for [phaseshift~], this sounds very much like the all-pass filter from Robert Bristow-Johnson's EQ Cookbook. You can calculate the biquad coefficients for it like this: w0 = 2*pi*frequency_in_Hz / sample_rate alpha = sin(w0)*sinh(ln(2)/2*Q*w0/sin(w0)) fb1 = 2*cos(w0)

Re: [PD] object test - matrixctrl, GUI for mtx_mul~

2013-07-09 Thread Mike Moser-Booth
CRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list > > -- Mike Moser-Booth - mmoserbo...@gmail.com Master's Student in Music Technology Schulich School of Music, McGill University Centre for Interdisciplinary Research in Music Media a

Re: [PD] error: New incompatible [pow~] object.

2013-05-21 Thread Mike Moser-Booth
The message is gone in 0.43. I believe it was put in there in 0.42 because prior to that cyclone's [pow~] would override vanilla's, and that was changed in 0.42 to make sure vanilla patches using [pow~] don't break in pd-extended. On Mon, May 20, 2013 at 8:17 PM, i go bananas wrote: > yes, but

Re: [PD] [PD-announce] new GUI obect: filterview, for generating and seeing biquad coefficients

2012-04-04 Thread Mike Moser-Booth
sing your mouse.  The magnatude and phase are then >> graphed in realtime as the parameters changed, and the list of biquad >> coefficients are output. It is inspired by the [filtergraph~] object in >> Max/MSP.  Thanks to Mike Moser-Booth for doing all of the math behind the >

Re: [PD] [PD-announce] new GUI obect: filterview, for generating and seeing biquad coefficients

2012-04-04 Thread Mike Moser-Booth
.  It allows to you manipulate the filter band, frequency, > and gain using your mouse.  The magnatude and phase are then graphed in > realtime as the parameters changed, and the list of biquad coefficients are > output. It is inspired by the [filtergraph~] object in Max/MSP.  Thanks to >

Re: [PD] new editing features of Pd-extended 0.43, now in beta!

2012-02-20 Thread Mike Moser-Booth
on=16002 > > .hc > > On Feb 19, 2012, at 1:25 PM, Mike Moser-Booth wrote: > >> Right. But why is it looking for that one if the correct one is >> included in the Pd-0.43.1-extended app? When I took out the one had >> installed, I still got the error. But it worked fine

Re: [PD] Resonant filter using cpole~ czero~

2012-02-19 Thread Mike Moser-Booth
'll find > anything. I assure you, I won't try to make sense of it. ;-) Never used grep before. Thanks! .mmb -- Mike Moser-Booth - mmoserbo...@gmail.com Master's Student in Music Technology Schulich School of Music, McGill University Centre for Interdisciplinary Research i

Re: [PD] Resonant filter using cpole~ czero~

2012-02-19 Thread Mike Moser-Booth
On Sun, Feb 19, 2012 at 6:12 PM, Mathieu Bouchard wrote: > Le 2012-02-19 à 17:48:00, Mike Moser-Booth a écrit : > >> On Sun, Feb 19, 2012 at 4:54 PM, Mathieu Bouchard >> wrote: >>> >>> Why would you change the signs of a and b but not c ? >>> (Was I

Re: [PD] Resonant filter using cpole~ czero~

2012-02-19 Thread Mike Moser-Booth
g*x[n] + a*y[n-1] + b*y[n-2] Julius Smith explains it better than I could: https://ccrma.stanford.edu/~jos/fp2/Z_Transform_Difference_Equations.html .mmb -- Mike Moser-Booth - mmoserbo...@gmail.com Master's Student in Music Technology Schulich School of Music, McGill University Centre for

Re: [PD] Resonant filter using cpole~ czero~

2012-02-19 Thread Mike Moser-Booth
On Sun, Feb 19, 2012 at 1:04 PM, Mathieu Bouchard wrote: > Le 2012-02-02 à 19:13:00, Mike Moser-Booth a écrit : >> I don't think this is entirely accurate. I think a and c should be >> switched here, though of course when finding b²-4ac that doesn't >> really matte

Re: [PD] new editing features of Pd-extended 0.43, now in beta!

2012-02-19 Thread Mike Moser-Booth
rks/Tcl.framework/Versions/8.5/Tcl: mach-o, but wrong >>>> architecture >> > > You have installed a Tcl framework in /Library/Frameworks that seems to be > for the wrong architecture. > > .hc > > On Feb 18, 2012, at 3:53 PM, Mike Moser-Booth wrote: > >> I dow

Re: [PD] new editing features of Pd-extended 0.43, now in beta!

2012-02-18 Thread Mike Moser-Booth
.hc > > On Feb 18, 2012, at 1:44 PM, Mike Moser-Booth wrote: > >> Hey Hans, >> >> I'm on OSX 10.5, and I'm getting this at startup: >> >> /Applications/Pd-0.43.1-extended-20120217.app/Contents/Resources/Scripts/../extra/tclpd/tclpd.pd_darwin:

Re: [PD] [PD-announce] new editing features of Pd-extended 0.43, now in beta!

2012-02-18 Thread Mike Moser-Booth
the downloads page as > well as documentation for making your own. What kind of GUI plugin will write? > > > > ___ > Pd-announce mailing list > pd-annou...@iem.at > http://lists.puredata.info/listinfo/pd-announce > > _

Re: [PD] Resonant filter using cpole~ czero~

2012-02-02 Thread Mike Moser-Booth
affect the feedback coefficients in the denominator. This equates to simply scaling the input of the filter. > It seems that [bp~] is > a mere combination of a [lop~], a [hip~] and a [*~] (plus the calculation of > their coefficients). But [hip~] isn't an all-pole filter. It has

Re: [PD] number to fractions external?

2011-12-17 Thread Mike Moser-Booth
eird and Pd > freezes. > > cheers > > > > 2011/12/17 Mike Moser-Booth >> >> I just added it to my library on GitHub: >> >> https://github.com/dotmmb/mmb >> >> But, yeah, feel free to use it however you want. >> >> .mmb >>

Re: [PD] number to fractions external?

2011-12-17 Thread Mike Moser-Booth
The one I posted earlier apparently can run into stack overflows. I think this version fixes it. .mmb On Fri, Dec 16, 2011 at 9:30 PM, Mike Moser-Booth wrote: > I just gave this a go, and here's what I have so far based on the > Wikipedia link Claude gave. Send the decimal throu

Re: [PD] number to fractions external?

2011-12-16 Thread Mike Moser-Booth
aude. >>>>> >>>>>       are you going at it too? :) >>>>> >>>>>       by the way, I meant something like 1.75 becomes 7/4 and not >>>>>       3/4, but that is easy to adapt on your patch >>>>> >>>>>

Re: [PD] "get" method for Pd

2011-11-17 Thread Mike Moser-Booth
n externals > (well, aside from > > pddplink for the links). > > Are there Pd attributes other than version and dsp status that would be nice > to make "gettable"? > > -Jonathan > > > _______ >

Re: [PD] OT: CSound for Live

2011-10-19 Thread Mike Moser-Booth
On Wed, Oct 19, 2011 at 4:43 AM, Marco Donnarumma wrote: > It would be interesting to know whether this idea was proposed by Live or > CSound community. > cheers, > M I believe it just started as Colman's final project at Berklee, and he and Dr. B kept working on it. .mmb --

Re: [PD] OT: CSound for Live

2011-10-18 Thread Mike Moser-Booth
change >> them, or perish. -William Carlos Williams >> >> >> >> ___ Pd-list@iem.at mailing >> list UNSUBSCRIBE and account-management -> >> http://lists.puredata.info/listinfo/pd-list >> >> >> >>

Re: [PD] Patch Contest Thread/List

2011-10-18 Thread Mike Moser-Booth
his? >> >> Tyler >> >> ___ >> Pd-list@iem.at mailing list >> UNSUBSCRIBE and account-management -> >> http://lists.puredata.info/listinfo/pd-list >> > > > ___

Re: [PD] My library and stuff (filters, oscillators, etc.)

2011-10-13 Thread Mike Moser-Booth
d it uses filtercoef.mmb~ instead of filtercoef.mmb, > so there are errors in console because a bang is coming into inlet~ Ah, thanks. I think that was from copying from the [biquadm.mmb~] helpfile. :-) .mmb > > I've uploaded the zip from git repo. > > > - "Mike Moser

Re: [PD] My library and stuff (filters, oscillators, etc.)

2011-10-11 Thread Mike Moser-Booth
rious filters (including >>>> audio-signal controlled, check out the help for [filtercoeff.mmb~] for >>>> a good place to start), complex math operators, a few effects, >>>> state-saving stuff, a cute waveform display, and other stuff. >>>

Re: [PD] My library and stuff (filters, oscillators, etc.)

2011-10-10 Thread Mike Moser-Booth
resting. Does this patchs use Vanilla-only > objects? > I guess I'll find out > F > -- Mike Moser-Booth mmoserbo...@gmail.com ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] My library and stuff (filters, oscillators, etc.)

2011-10-10 Thread Mike Moser-Booth
ata.info > > Here's how: > > http://puredata.info/docs/sitedocs/AddingYourProjectToDownloads > > .hc > > On Oct 9, 2011, at 10:44 PM, Mike Moser-Booth wrote: > >> Hello list, >> >> I just put my personal library of abstractions on GitHub today, and

[PD] My library and stuff (filters, oscillators, etc.)

2011-10-09 Thread Mike Moser-Booth
ng audio-signal controlled, check out the help for [filtercoeff.mmb~] for a good place to start), complex math operators, a few effects, state-saving stuff, a cute waveform display, and other stuff. Anyway, check it out here: https://github.com/dotmmb/mmb .mmb -- Mike Moser-Booth mmoser

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

2011-10-09 Thread Mike Moser-Booth
_ > Pd-list@iem.at mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list > > -- Mike Moser-Booth mmoserbo...@gmail.com ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

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

2011-10-09 Thread Mike Moser-Booth
so much. .mmb > > Roman > > > > ___ > Pd-list@iem.at mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list > -- Mike Moser-Booth mmoserbo...@gmail.com

Re: [PD] drag-n-drop support in Pd-extended (TkDND)

2011-09-21 Thread Mike Moser-Booth
ou dropped the .wav > file. > > .hc > > On Sep 19, 2011, at 12:53 PM, Mike Moser-Booth wrote: > >> A bit of a variation on what João is suggesting, but I think a simple >> [cnv]-like gui object that will take a drag-and-drop file and output >> the path and filenam

Re: [PD] drag-n-drop support in Pd-extended (TkDND)

2011-09-19 Thread Mike Moser-Booth
t; -- > Friedenstr. 58 > 10249 Berlin (Deutschland) > Tel +49 30 42020091 | Mob +49 162 6843570 > Studio +49 30 69509190 > jmmmp...@googlemail.com | skype: jmmmpjmmmp > > _______ > Pd-list@iem.at mailing list > UNSUBSCRIBE and account-managemen

Re: [PD] GOP Rendering Issue

2011-07-23 Thread Mike Moser-Booth
ly (say by > querying the canvas) hence any size change by setbounds is not necessarily > the same as the original window size (if it was resizing!). > Any suggestions would be greatly appreciated > -- > Christian > > > _

Re: [PD] Pd-extended 0.43 updates: lots of new editing features

2011-07-11 Thread Mike Moser-Booth
king power called an idea, > which an individual may exclusively possess as long as he keeps it to > himself; but the moment it is divulged, it forces itself into the possession > of everyone, and the receiver cannot dispossess himself of it.- > Thomas Jefferson > > > > > __**_ > Pd-list@iem.at mailing list > UNSUBSCRIBE and account-management -> http://lists.puredata.info/** > listinfo/pd-list <http://lists.puredata.info/listinfo/pd-list> > -- Mike Moser-Booth mmoserbo...@gmail.com ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] iemlib low pass filters exhibiting jitter?

2011-03-02 Thread Mike Moser-Booth
ator.si ¤ http://skylined.org ¤ > > ___ > Pd-list@iem.at mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list > > -- Mike Moser-Booth mmoserbo...@gmail.com ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] Fwd: Reading and writing binary files

2011-02-26 Thread Mike Moser-Booth
ssage, and I want to read each byte as an integer value in the range > of 0 to 255. > ...which would be 1 byte. Definitely try the other suggestions. :-) .mmb > > David. > > On Fri, Feb 25, 2011 at 7:26 PM, Mike Moser-Booth > wrote: > > Try using the -raw flag for

Re: [PD] Reading and writing binary files

2011-02-25 Thread Mike Moser-Booth
ed to read them > sequentially, I don't need to jump around in the file randomly. > > ___ > Pd-list@iem.at mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listi

Re: [PD] [PD-announce] GridFlow 9.13

2011-02-22 Thread Mike Moser-Booth
n 9.14) > >  ___ > | Mathieu Bouchard tél: +1.514.383.3801 Villeray, Montréal, QC > ___ > Pd-announce mailing list > pd-a

Re: [PD] time to test 9.13 on osx-intel (fwd)

2011-02-19 Thread Mike Moser-Booth
: can't load library .mmb On Sat, Feb 19, 2011 at 11:04 PM, Mathieu Bouchard wrote: > On Sat, 19 Feb 2011, Mike Moser-Booth wrote: > >> Still get the same error. :-( > > ok, that was because I was linking with both the correct libpng and the > wrong libpng. This is

Re: [PD] donecanvasdialog missing argument (hidetext)

2011-02-19 Thread Mike Moser-Booth
>> | Mathieu Bouchard tél: +1.514.383.3801 Villeray, Montréal, >> QC > > -- > Patrice Colet > > ___ > Pd-list@iem.at mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list > -- Mike Moser-Booth mmoserbo...@gmail.com ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] time to test 9.13 on osx-intel (fwd)

2011-02-19 Thread Mike Moser-Booth
Still get the same error. :-( .mmb On Sat, Feb 19, 2011 at 7:50 PM, Mathieu Bouchard wrote: > On Sat, 19 Feb 2011, Mike Moser-Booth wrote: > >> Just gave it a go. I get this message when Pd starts: >> >> /Library/Pd/gridflow/gridflow.pd_darwin: >> dlopen(/Library/

Re: [PD] time to test 9.13 on osx-intel (fwd)

2011-02-19 Thread Mike Moser-Booth
> | Mathieu Bouchard tél: +1.514.383.3801 Villeray, Montréal, QC > ___ > Pd-list@iem.at mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list > > -- Mike Mos

Re: [PD] algorithms for drawing filter response curves

2011-02-17 Thread Mike Moser-Booth
I think people should realize it, but the helpfile will probably remind them, too. I mean, I'm the type of person that would probably want to see it, but I don't think it's something that always needs to be seen. In general, I don't think people are particularly interested in how a lowpass filter

Re: [PD] algorithms for drawing filter response curves

2011-02-17 Thread Mike Moser-Booth
hase was drawn as a thin line over the > magnatude graph. What do you think? > > .hc > > > On Feb 15, 2011, at 6:31 PM, Mike Moser-Booth wrote: > > Hey Hans, > > Here's an update of filterview. There are now procs for the following > filters: > > lowp

Re: [PD] algorithms for drawing filter response curves

2011-02-09 Thread Mike Moser-Booth
r your name: > > https://github.com/pd-projects/filterview > > I'd like to implement all of the relevant filters, which algorithms should > I use? Or even better, perhaps you want to take a crack at it while I > figure out how to display the x/frequency on a log scale :-D > >

Re: [PD] algorithms for drawing filter response curves

2011-02-07 Thread Mike Moser-Booth
g the pixel math. Can someone mathy check my math? Or even try it > out? > > > https://github.com/pd-projects/filterview > > .hc > > > > > > ¡El pueblo unido jamás será venc

Re: [PD] algorithms for drawing filter response curves

2011-02-06 Thread Mike Moser-Booth
Sorry, sent that a little too quickly. I should've also mentioned that fc=cutoff frequency and Fs=sample rate. And the magnitude of the result will give the magnitude frequency response and the angle will give the phase response. .mmb On Monday, February 7, 2011, Mike Moser-Booth wrote

Re: [PD] algorithms for drawing filter response curves

2011-02-06 Thread Mike Moser-Booth
pter is not torn out of the book, but translated into a better language; > and every chapter must be so translated -John Donne > > > > ___ > Pd-list@iem.at mailing list > UNSUBSCRIBE and account-manage

Re: [PD] Jack OSX latest beta and Pd jack midi

2011-02-05 Thread Mike Moser-Booth
g list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list > -- Mike Moser-Booth mmoserbo...@gmail.com ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] how can I clear [vd~]

2011-02-01 Thread Mike Moser-Booth
write, then the delay time is just an offset to the index of [poke~]. And then, as you suggest, one can use whatever object that employs whatever interpolation method one prefers. .mmb On Wednesday, February 2, 2011, Mathieu Bouchard wrote: > On Tue, 1 Feb 2011, Mike Moser-Booth wrote: > &g

Re: [PD] how can I clear [vd~]

2011-02-01 Thread Mike Moser-Booth
___ > | Mathieu Bouchard tél: +1.514.383.3801 Villeray, Montréal, QC > > _______ > Pd-list@iem.at mailing list > UNSUBSCRIBE and account-management -> > http://lists.puredata.info/listinfo/pd-list > > -- Mi

Re: [PD] timing

2010-12-23 Thread Mike Moser-Booth
On 12/23/10 8:51 AM, Roman Haefeli wrote: On Thu, 2010-12-23 at 08:10 -0500, Mike Moser-Booth wrote: [bang~], [edge~], and [threshold~] I've noticed for sure are like this. I don't know about [vline~] since I use it to avoid having to change the block size. :-) I happily repeat mys

Re: [PD] timing

2010-12-23 Thread Mike Moser-Booth
On 12/22/10 7:28 PM, Dietrich Pank wrote: thank you guys for your answers! I think I understand the basic theory. Experience is something else... e.g. line~ and metro doesn't work sample correct even in block~ size 1 vline~ doesn't work in block~ sizes <64 And even thresholds fastest response

Re: [PD] call for testers for L2Ork iteration of pd-extended (based on 0.42.x branch)

2010-11-27 Thread Mike Moser-Booth
On 11/27/10 10:36 AM, Mathieu Bouchard wrote: On Wed, 24 Nov 2010, Jonathan Wilkes wrote: Well, you could also go the other way and just get rid of the "Find" menu altogether. It's just the redundancy I'd like to get rid of the redudancy. :) Hi, this is James Martin Martin-James, from the

Re: [PD] New Tutorial on Convolutions

2010-08-18 Thread Mike Moser-Booth
Now THAT is helpful documentation! Thank you, sir. Adding a little theory to the documentation, I think, is a great way to get a user more interested in experimenting with a new external. I've recently been interested in cellular automata and saw that you used [#convolve] in game_of_life.pd. I

Re: [PD] [LAU] squeakyshoecore / GarageAcidLab patches

2010-08-09 Thread Mike Moser-Booth
I just tried this with [declare -path s-abstractions] in 0_START.pd and it worked fine. By the way, this is awesome! Thanks for sharing it. .mmb On 8/9/10 10:44 PM, chrism wrote: Heheh, cheers Frank. Is there some way I can do away with the need for people to write "-path s-abstractions/" by

Re: [PD] MouseState poll faster?

2010-07-18 Thread Mike Moser-Booth
You can poll [MouseState] by sending it a bang. So try polling it with [metro] to control the polling rate. I'm not sure how fast it will let you go, though. .mmb Pierre Massat wrote: Hello, Now a real question : Does anyone know whether [MouseState] can accept different polling rates? I f

Re: [PD] interface/pd-based standalone applications question

2010-06-29 Thread Mike Moser-Booth
I've always thought that what Max considers standalones is kind of shady. They're just the patch and Max Runtime bundled together. The only difference is that the patch(es) used are put together in a single file (which Max calls a collective, but anyone with Max can open on their own and edit)

Re: [PD] MIDI In-to-Out Latency

2010-06-05 Thread Mike Moser-Booth
Jim Aikin wrote: When I look in Pd's audio settings box, I find something rather disturbing. It doesn't give me access to the ASIO driver. So the latency with internally generated audio will _inevitably_ be 100ms or more. But: That should not affect the MIDI through routing when no audio is be

Re: [PD] Turning off DSP crashes Pd

2010-05-19 Thread Mike Moser-Booth
I don't seem to have problems if Max isn't running. If it is running I do get crashes with Pd-extended, but it's kind of random. It does usually happen when turning DSP on or off. Sometimes Max will crash instead, but Max crashes more often in general with me anyway, so I can't tell if it's rel

Re: [PD] table abstractions

2010-04-29 Thread Mike Moser-Booth
Hey Matt, I've been on vacation the past few days, so sorry for the late reply. But I just wanted to say that I very much like the idea of table-abstractions in the vein of Csound's GEN routines. I don't think I could be in charge of such a project either, but I would be happy to contribute w

Re: [PD] sourceforge access of the evil!

2010-04-24 Thread Mike Moser-Booth
Mathieu Bouchard wrote: 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 ? She has a cousin named Bolly. She's a pretty good singer, I

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] phasor~ and osc~ right inlet: exact timing

2010-04-19 Thread Mike Moser-Booth
Hey Frank, Frank Barknecht wrote: Hi, On Mon, Apr 19, 2010 at 09:21:35AM +0200, Frank Barknecht wrote: On Sun, Apr 18, 2010 at 11:42:45AM -0400, Mike Moser-Booth wrote: Frank, I was looking at your comparison patch and noticed you took the [+~ 2] out. The reason I put this in is

Re: [PD] phasor~ and osc~ right inlet: exact timing

2010-04-18 Thread Mike Moser-Booth
Matteo Sisti Sette wrote: By the way, what about the sample-accurate-phase-resettable osc~? Hey Matteo, Just use [vphasor.mmb~] to look up [cos~]. .mmb ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists

Re: [PD] phasor~ and osc~ right inlet: exact timing

2010-04-18 Thread Mike Moser-Booth
Hey guys, Thank you very much for checking this out. I'm glad you guys like. Frank, I was looking at your comparison patch and noticed you took the [+~ 2] out. The reason I put this in is because [wrap~] converts 0 to 1, so if you reset the phase to 0 you'll end up starting at the end instead

Re: [PD] phasor~ and osc~ right inlet: signal?

2010-04-15 Thread Mike Moser-Booth
Try changing the frequency of [vphasor.mmb~] to something that doesn't divide so nicely into the [metro]'s rate. Like in the attached. .mmb Frank Barknecht wrote: Hi Mike, On Thu, Apr 15, 2010 at 02:19:22AM -0400, Mike Moser-Booth wrote: Frank Barkn

Re: [PD] phasor~ and osc~ right inlet: signal?

2010-04-14 Thread Mike Moser-Booth
Frank Barknecht wrote: But what many people would want is clock-accurate updates of the phase inlets instead of updates being block-quantized. Ciao I posted an abstraction on the forum a few days ago that does this. http://puredata.hurleur.com/sujet-4039-phasor-sample-accurate-phase-reset

Re: [PD] Max Smoother Audio than Pd?

2010-03-25 Thread Mike Moser-Booth
>From my experience, I think the main issue that distinguishes these apps is the source material. Csound, for example, comes with a boatload of signal generators, many of which take care of difficult issues like aliasing internally. Though I don't use Reaktor much, it has some nice sounding osc

Re: [PD] recording to array in loop mode?

2010-01-18 Thread Mike Moser-Booth
If I'm not mistaken, I believe the trick to getting this to work is to make sure the array size is a multiple of the block size. [tabwrite~] conforms to block boundaries, to if you bang it in the middle of a block, it won't begin writing until the end of the block. That's probably where the cli

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] Playlist & get patch's path

2010-01-02 Thread Mike Moser-Booth
You could use [dirpanel] to get just the folder without the file. .mmb Alexandre Porres wrote: Hi there, is there any way to get the patch's path (as in openpannel, but just the enclosing folder and not also the file) directly from the patch using some trick or object? I did program a gadget

Re: [PD] triggered oscilloscope/bang on zero crossing?

2009-12-08 Thread Mike Moser-Booth
cyclone's [edge~] is useful for converting zero crossing to bangs: [inlet~] | [expr~ $v1<0] | [edge~] The only downside is that it quantizes to the end of the block, but then again, so does [tabwrite~]. I actually attempted doing one with edge and posted it on the forum, if you're interested.

Re: [PD] pow~, etc. in Pd-extended 0.42.5

2009-11-11 Thread Mike Moser-Booth
While I like the idea of backward compatibility, I would prefer more cross compatibility. If Pd-extended continues to default to cyclone's [pow~], there will still be issues with compatibility between different versions of Pd in the future and the [pow~] problem will persist. While old patches

Re: [PD] Finding "$0" and dealing with it in messages

2009-11-11 Thread Mike Moser-Booth
Have you tried: [bang( | [f $0] | [$1-message( .mmb Alexandre Porres wrote: Oh wow, no wonder I didn't know :) Ok, great, I will just wait for the official release :) Anyway, It still bothers me not being able to deal with "$0" on messages, what you guys think? is there a goo

Re: [PD] emulating the behaviour of a midi keyboard: trouble with repeated notes

2009-11-08 Thread Mike Moser-Booth
I would try and catch this before your [makenote] is triggered (assuming you're using [makenote]) Maybe something like this: [random 127] | [t f f]   [r oldnote] | |   | | [!= ] |  | [spigot] | [t f f] | | | [s oldnote] | [makenote] .mmb Athos Bacchiocchi wrote:  hi, i

Re: [PD] add path under os x.6

2009-10-13 Thread Mike Moser-Booth
Hello, Copying it somewhere else seems to be the easiest solution, actually. The only other way I've been able to do it is to manually edit the org.puredata.pd.plist file in ~/Library/Preferences. .mmb jurgen wrote: Hi, there is this ongoing thread but not really an answer - if someone wa

Re: [PD] clap clap bonk bonk

2009-10-13 Thread Mike Moser-Booth
Pop filters are just meant to catch bursts of air, not sound. Plosive vocal sounds, like "p" and "t", tend to send bursts of air into the mic, which cause the same type of distortion you get in windy conditions. Pop filters block this while having almost no effect on the sound, so one does not

Re: [PD] tabwriteat~ object

2009-08-06 Thread Mike Moser-Booth
Miller Puckette wrote: Hmm, tabindex~ diesn't make it clear that stuff is actually going into the table. vtabwrite~ sounds OK, as do tabpoke~ or tabput~ or tabwriteto~ ... ? cheers M [tabpoke~] might also make more sense to converted Max/MSP users, as MSP uses [poke~] to access buffers. If

Re: [PD] making scales from frequency values

2009-07-20 Thread Mike Moser-Booth
How do these objects even out your ratios (or, I guess, what do you mean by that)? Finding the difference between two frequencies after converting them to a MIDI value allows you to work linearly instead of logarithmically, which is just easier--well, for me anyway. For example, after convertin

Re: [PD] help_random/seed

2009-07-04 Thread Mike Moser-Booth
IOhannes m zmölnig wrote: Frank Barknecht wrote: Hallo, cem guney hat gesagt: // cem guney wrote: just started studying PD. going through the control examples i've been stuck trying to figure out the function of the message, seed 123 in the example for "random". not sure if i figured out the

Re: [PD] rewire for pd?

2009-05-27 Thread Mike Moser-Booth
example of Jack transport being incorporated into a closed source product (Linux only?!) http://createdigitalmusic.com/2009/05/26/renoise-21-now-with-mac-pc-rewire-plus-jack-on-linux-live-performance-tools/ On 23 May 2009, at 15:32, Mike Moser-Booth wrote: (sorry Luigi, forgot to include

Re: [PD] rewire for pd?

2009-05-23 Thread Mike Moser-Booth
(sorry Luigi, forgot to include the list) Luigi wrote: Hi Joao As i understand - there is nothing you can do with rewire, that cannot be done with jack, right ? Please correct me if i'am wrong ReWire has transport syncing and is widely supported by most commercial software. I know there's j

Re: [PD] call for test: MIDI on Mac OS X

2009-05-22 Thread Mike Moser-Booth
Hello, I believe the IAC inconsistency is not Pd related. I've found it has inaccurate timing using other apps as well. However, there has always been a bit of latency transmitting MIDI via IAC using Pd that does not happen with other apps. I've heard people using Windows having a similar prob

Re: [PD] basic resonant filters in Pd

2009-05-17 Thread Mike Moser-Booth
;> Best! >> D. >> >> >> >> brandon zeeb wrote: >> >>> Hallo, >>> >>> How does everyone implement basic resonant filters, ie: LPF, HPF, BPF, in >>> Puredata? [lop~], [hip~], and [bp~] are nice, and can easily be strung >>> serially to

Re: [PD] message routing question

2009-05-15 Thread Mike Moser-Booth
Hello, The outlets of all objects in Pd output from right to left order. Also, the leftmost inlet is the hot inlet, meaning it will cause the object to output when it receives a value. So with your current setup, they rightmost outlet of [unpack] is triggering the leftmost inlet of [pack] befo

Re: [PD] call for testing: Pd-extended 0.41.4

2009-04-02 Thread Mike Moser-Booth
Alexandre Porres wrote: I get cyclone: can't load library zexy: can't load library creb: can't load library cxc: can't load library iemlib: can't load library list-abs: can't load library mapping: can't load library markex: can't load library maxlib: can't load lib

Re: [PD] strange wave

2009-03-02 Thread Mike Moser-Booth
Hans Roels wrote: Hello, Sometimes when I record audio in Pd, a wave file is created that Pd can't open or play. If I try to open this wave file in an other audio program like Audacity, this is also impossible. VLC player does play the file though and when I open this file in Samplitude a

Re: [PD] MIDI clkin and realtimein

2008-08-19 Thread Mike Moser-Booth
Check out this forum post http://puredata.hurleur.com/sujet-1471-midi-clock-sync Mike Luigi Rensinghoff wrote: > Hi Dear List and Listers.. > > for the first time i do more with MIDI > > i checked some posts in the archive, but they are quite old... > > The Problem: I would like to sync PD t

[PD] libraries not loading in Pd-extended .40.3

2008-07-30 Thread Mike Moser-Booth
I just installed the new Pd-extended .40.3 on OSX 10.4 and got this in the console window: cyclone: can't load library zexy: can't load library cxc: can't load library ext13: can't load library /Applications/Pd-extended.app/Contents/Resources/extra/fftease.pd_darwin: dlopen(/Applications/Pd-exte