Re: [PD] pause writing to delay line / hybrid of array and delay

2021-03-14 Thread Alexandre Torres Porres
Hi Max, I'm responding to an email from another thread, but I think it belongs here :) On 05.03.21 17:45, Max wrote: > It finally came to me that when I put tabwrite~ into an abstraction I > can pause the array writing by stopping audio processing in that > abstraction using switch~. It also can

Re: [PD] OT: Very Old MIDI Keyboard Big Sur

2021-03-14 Thread mitchell turner
Martin, That was my first thought as well. Unfortunately, I have long since lost the power bricks for the keyboards. Also, I’m trying to avoid any expense to my department (if that is possible). Thank you for the suggestion. — Mitch > On Mar 14, 2021, at 1:04 PM, Martin Peach wrote: > >

Re: [PD] OT: Very Old MIDI Keyboard Big Sur

2021-03-14 Thread Martin Peach
On Sun, Mar 14, 2021 at 7:47 AM mitchell turner wrote: > > I know this is way off topic, but I’m hopeful one of you was in a similar > situation and has a solution. > > I run a mac lab for my music program. We are getting new iMacs with Big Sur > (11.2). I have several (very old) M-Audio MIDI

Re: [PD] Adding up a thicket of oscillators

2021-03-14 Thread Alexandre Torres Porres
oh yeah, the [clone] approach is 1000x more elegant :) Em dom., 14 de mar. de 2021 às 06:38, Dan Wilcox escreveu: > I'm not quite sure I understand your patching approach enough to debug. > > If it's at all helpful, I can suggest how I might do this via [clone -n 1] > with 72 instances of an

Re: [PD] Adding up a thicket of oscillators

2021-03-14 Thread Alexandre Torres Porres
Hi, since you're using else, you can use else/group instead of ggee/unserialize and maybe minimize the number of dependencies Em sáb., 13 de mar. de 2021 às 23:33, Michael Karr < michael.karr...@gmail.com> escreveu: > 2) how can I make else/count start counting the moment information starts >

[PD] OT: Very Old MIDI Keyboard Big Sur

2021-03-14 Thread mitchell turner
I know this is way off topic, but I’m hopeful one of you was in a similar situation and has a solution. I run a mac lab for my music program. We are getting new iMacs with Big Sur (11.2). I have several (very old) M-Audio MIDI keyboards that I am unable to get running with Big Sur. These

Re: [PD] Adding up a thicket of oscillators

2021-03-14 Thread Andy Farnell
Hi Michael, I think the magic number you are after is 0.013888 (that's 1/72), to multiply the sum by _before_ your fader. cheers, Andy On Sun, Mar 14, 2021 at 03:31:23AM +0100, Michael Karr wrote: > Hello! > > I am working on a multichannel sound piece, with 72 oscillators, receiving > data

Re: [PD] Adding up a thicket of oscillators

2021-03-14 Thread Dan Wilcox
I'm not quite sure I understand your patching approach enough to debug. If it's at all helpful, I can suggest how I might do this via [clone -n 1] with 72 instances of an abstraction: [inlet] | [route freq gain] | [osc] | [*~ 0.25] <-- perhaps some trim amount as lots of osc are being summer |