Hi PD list!
I have an idea for a "keyboard patching" feature for PD that allows you to navigate connections with the keyboard.
It also allows for neatly placing objects when connecting new ones to any outlet!
I've made a little working prototype showing the idea. Basically you use Ctrl+arrows to nagivate inlets, outlets and connections.
Instead of always using the first one, when you place a new object (and auto-patch is enabled) the new object is connected to the selected outlet and placed exactly in the same exact X coordinates.
What do you think?
https://www.youtube.com/watch?v=Zyhm40tj7bU
Cheers,
Henri.
-help was there 10 year ago :)
> On Dec 2, 2018, at 12:00 PM, pd-list-request(a)lists.iem.at wrote:
>
> From: Lorenzo Sutton <lorenzofsutton(a)gmail.com <mailto:lorenzofsutton@gmail.com>>
> To: pd-list(a)lists.iem.at <mailto:pd-list@lists.iem.at>
> Subject: Re: [PD] Disable JACK auto-connect from command line
> Message-ID: <a1d8388f-feb3-9c6e-3763-19ad64fa0d1b(a)gmail.com <mailto:a1d8388f-feb3-9c6e-3763-19ad64fa0d1b@gmail.com>>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> On 01/12/2018 18:52, IOhannes m zmölnig wrote:
>> On 12/1/18 6:11 PM, Lorenzo Sutton wrote:
>>> Is there a way to disable autoconnecting hardware inputs to Pd's first
>>> two inputs when using jack?
>>>
>>> I need this for scripting the start of a patch which I do not want to
>>> connect to jack 'system' inputs.
>>
>> as reported by "pd -help":
>> $ pd -nojackconnect
>
> Ah thanks! I was probably remembering command line switches of 10 years
> ago :)
>
> Lorenzo.
--------
Dan Wilcox
@danomatika <http://twitter.com/danomatika>
danomatika.com <http://danomatika.com/>
robotcowboy.com <http://robotcowboy.com/>
Is there a way to disable autoconnecting hardware inputs to Pd's first
two inputs when using jack?
I need this for scripting the start of a patch which I do not want to
connect to jack 'system' inputs.
Lorenzo.