Re: [PD] max midi in devices

2014-08-22 Thread Miller Puckette
What OS are you on? (I just found out there are problems finding MIDI devices by name in linux, FWIW) thanks Miller On Fri, Aug 22, 2014 at 11:21:19PM -0300, Alexandre Torres Porres wrote: > hey, works, thought I had tried it exactly like this too, but maybe not. > Now, I couldn't do it by calli

Re: [PD] max midi in devices

2014-08-22 Thread Alexandre Torres Porres
hey, works, thought I had tried it exactly like this too, but maybe not. Now, I couldn't do it by calling the devices by name, how should I do it? Cool, now I'm running 5 inputs, but the midiin dialog only shows the first 4 devices. Is there a way to make it show more than that? What is the maxim

Re: [PD] max midi in devices

2014-08-22 Thread Miller Puckette
The startup flags should just be "-midiindev 1,2,3,4,5" (without the "pd"). cheers M On Fri, Aug 22, 2014 at 08:23:23PM -0300, Alexandre Torres Porres wrote: > "just do for midi input: > pd -midiindev 1,2,3,4,5" > > doesn't seem to work, is this exactly what I need to insert in the startup > fla

Re: [PD] max midi in devices

2014-08-22 Thread Alexandre Torres Porres
"just do for midi input: pd -midiindev 1,2,3,4,5" doesn't seem to work, is this exactly what I need to insert in the startup flags? cheers 2014-08-22 15:44 GMT-03:00 Nicolas Montgermont : > just do for midi input: > pd -midiindev 1,2,3,4,5 > n > > Le 22/08/2014 19:41, Alexandre Torres Porres

Re: [PD] [PD-announce] pd 0.46-0test1 released

2014-08-22 Thread Chris McCormick
Hi Miller, On 22/08/14 23:08, Miller Puckette wrote: > I think I'd want to disambiguate everything in one mechanism - perhaps > interspersing the message itself with the information (putting the > count in ahead of the address, and also putting symbols 'f', 'i', 's' and > 'b' in front of the item

Re: [PD] [PD-announce] pd 0.46-0test1 released

2014-08-22 Thread Miller Puckette
I think I'd want to disambiguate everything in one mechanism - perhaps interspersing the message itself with the information (putting the count in ahead of the address, and also putting symbols 'f', 'i', 's' and 'b' in front of the items). But I'm thinking it's wisest to wait and see what people

Re: [PD] max midi in devices

2014-08-22 Thread Miller Puckette
Or, as of 0.46, you can specify them by name (in case the numbers switch around): pd -midiaddindev device-name-1 -midiaddindev device-name-2 [...] You can get the device names by looking at the MID dialog, or by starting pd -listdev Theoretically, you can add all the -midiaddindev (etc) garbage

[PD] phase mod x freq mod equivalence

2014-08-22 Thread Alexandre Torres Porres
Hello, do any of you know how to convert a FM index to a phase mod equivalent considering they both have the same carrier and modulator frequency? Is it even possible? thanks ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> ht

Re: [PD] max midi in devices

2014-08-22 Thread Nicolas Montgermont
just do for midi input: pd -midiindev 1,2,3,4,5 n Le 22/08/2014 19:41, Alexandre Torres Porres a écrit : > hmm, I'm curious about that nicolas - one way or another I think it'd > be good to epxand this limit by default, I don't see what would be the > problem for that, right? > > don't know any mi

Re: [PD] max midi in devices

2014-08-22 Thread Brian Fay
I've also been wondering what the flags to control the number of MIDI devices are. I'm using ALSA MIDI and I often have 3 MIDI devices connected, but at least in pd-l2ork the default is 2 devices and I'm not sure how to change it. On Fri, Aug 22, 2014 at 1:42 PM, Alexandre Torres Porres wrote:

Re: [PD] max midi in devices

2014-08-22 Thread Alexandre Torres Porres
hmm, I'm curious about that nicolas - one way or another I think it'd be good to epxand this limit by default, I don't see what would be the problem for that, right? don't know any midi merger software, any recommendations? cheers 2014-08-22 13:09 GMT-03:00 Nicolas Montgermont : > IIRC you can

Re: [PD] max midi in devices

2014-08-22 Thread Alexandre Torres Porres
moreover, aren't there any flags to call for multiple input/output devices automatically? I'm being able to call only one cheers 2014-08-22 14:41 GMT-03:00 Alexandre Torres Porres : > hmm, I'm curious about that nicolas - one way or another I think it'd be > good to epxand this limit by default

[PD] [PD-announce] PdWeekend III Sep 19-21 (Fri-Sun) in San Diego and Los Angeles

2014-08-22 Thread Joe Deken
** PdWeekend III ** with Miller Puckette & Friends Sep 19-21, 2014 Friday/Saturday: San Diego California @ UCSD Sunday: Culver City CA @ CrashSpace LA Additional details available/updated continually: http://newblankets.org ---

Re: [PD] Ensuring the order of inlets/outlets in a subpatch

2014-08-22 Thread Jaime E Oliver
They are sorted based on location. My advice would be to pack all the arguments into a single message and then unpack them in the sub patch whenever possible. best, J On Aug 22, 2014, at 12:36 PM, Bektur wrote: >> the leftmost inlet (outlet) is the 1, the right is 3, and the middle is 2. >>

Re: [PD] Ensuring the order of inlets/outlets in a subpatch

2014-08-22 Thread Cyrille Henry
Le 22/08/2014 18:36, Bektur a écrit : the leftmost inlet (outlet) is the 1, the right is 3, and the middle is 2. the best practive is to allign inle (outlet) from left to right. Thanks! I’m a bit confused here though, does the order in which I created inlets/outlets matter? no. Or are t

Re: [PD] Ensuring the order of inlets/outlets in a subpatch

2014-08-22 Thread Bektur
> the leftmost inlet (outlet) is the 1, the right is 3, and the middle is 2. > the best practive is to allign inle (outlet) from left to right. Thanks! I’m a bit confused here though, does the order in which I created inlets/outlets matter? Or are they sorted only by left/right location within

Re: [PD] Ensuring the order of inlets/outlets in a subpatch

2014-08-22 Thread Cyrille Henry
Le 22/08/2014 18:08, Bektur a écrit : Hello, I have a question about inlet/outlet order. Let’s say I have a subpatch which accepts and outputs 3 signal inlets/outlets: in1~ in2~ in3~ \ | / [ pd subpatch ] / | \ out1~ out2~ out~3 How do I

[PD] Ensuring the order of inlets/outlets in a subpatch

2014-08-22 Thread Bektur
Hello, I have a question about inlet/outlet order. Let’s say I have a subpatch which accepts and outputs 3 signal inlets/outlets: in1~ in2~ in3~ \ | / [ pd subpatch ] / | \ out1~ out2~ out~3 How do I know which inlet within the subpatch would w

Re: [PD] [PD-announce] pd 0.46-0test1 released

2014-08-22 Thread Chris McCormick
Hi Miller, Very cool, thanks for getting OSC objects into native Pd! On 21/08/14 17:22, Miller Puckette wrote: > Correct. The bet I'm making is that nobody who's receiving OSC messages > would have any doubt which is it. YOu have to know what messages the source > is sending you and what to do

Re: [PD] max midi in devices

2014-08-22 Thread Nicolas Montgermont
IIRC you can have more than 4 devices if you ask for them in command line. It's just the graphical interface that is limited to 4 n Le 22/08/2014 17:41, IOhannes m zmölnig a écrit : > On 22. August 2014 09:37:54 MESZ, Alexandre Torres Porres > wrote: >> Hi, can we only have 4 multiple midi inpu

Re: [PD] max midi in devices

2014-08-22 Thread IOhannes m zmölnig
On 22. August 2014 09:37:54 MESZ, Alexandre Torres Porres wrote: >Hi, can we only have 4 multiple midi inputs in od? > >what is the workaround? > A midi merger (either hard or software) -- mfh.ifs.dhr IOhannes sent from my pdp-12 ___ Pd-list@list

[PD] max midi in devices

2014-08-22 Thread Alexandre Torres Porres
Hi, can we only have 4 multiple midi inputs in od? what is the workaround? thanks ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list