<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Revisiting this topic:</div><div><br></div><div><div><div></div><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "></span></blockquote><blockquote type="cite"><div>On Sep 21, 2009, at 3:01 PM,&nbsp;<a href="mailto:pd-list-request@iem.at">pd-list-request@iem.at</a>&nbsp;wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span class="Apple-style-span" style="font-family: Verdana; font-size: 13px; ">I am a newbie to PD (but not to programming) and i was unable to find the archives to this list to search for my question before asking it.<br><br>I am interested in running Pd on a headless Mac mini. Where the mini simply becomes an OSC and MIDI processor. But it will require Pd to start up with a selected input and output port. It does not appear to do that. The Tcl/Tk interface does not store the last known configuration, forcing you to select the in/out manually each time. I found a set of command line options, such as -miniindev -midioutdev. i tried them along the lines of ./Pd-extended -midioutdev 'midiiac' or -midioutdev 'MidiPipe Input 1' but no luck. The options appear to befavoring Linux and a device such as /dev/midi.<br><br><br>Is there a was to have a port configured at startup on the OS X version? My goal is to simply be able to turn on the mini and connect using an OSC transmitting device or a controller.</span></span></blockquote></blockquote><br></div><div><blockquote type="cite">I think you can add the commandline options at the end of the startupflags in Pd-extended-&gt;Preferences-&gt;Startup. &nbsp;This is where I put the name of a patch I want to start whenever I use pd.</blockquote></div></div><div><br></div><div>Using midiindev, audiodev, etc works fine on OS X if you put it in the startup options. &nbsp;I added the following to my startup flags:</div><div><br></div><div><div>Pd-extended-&gt;Preferences-&gt;Startup-&gt;startup flags: -audiodev 1 -midiindev 1 -midioutdev 2</div><div><br></div><div>audiodev 1 gives me the internal sound card, midiindev and midioutdev use 2 IAC busses I made for PD.</div><div><br></div><div>Your problem might be trying to use the dev by name instead of number ...</div></div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div>--------</div><div>Dan Wilcox</div><div><a href="http://danomatika.com">danomatika.com</a></div><div><a href="http://robotcowboy.com">robotcowboy.com</a></div><div><br></div></span><br class="Apple-interchange-newline">
</div>
<br></body></html>