Bugs item #1349967, was opened at 2005-11-07 06:09 Message generated for change (Comment added) made by claudiusmaximus You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1349967...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: puredata Group: None
Status: Closed Resolution: Fixed
Priority: 5 Submitted By: ClaudiusMaximus (claudiusmaximus) Assigned to: Nobody/Anonymous (nobody) Summary: 0.39-1 pd -jack doesn't set requested channels
Initial Comment: (with no .pdrc, doesn't make a difference if these flags are in there either)
$ pd -jack -inchannels 2 -outchannels 2 -verbose -stderr input channels = 0, output channels = 0 Pd version 0.39-1 compiled 05:20:44 Nov 7 2005 port 5401 TCL_LIBRARY="/usr/local/lib/pd/tcl/library" TK_LIBRARY="/usr/local/lib/pd/tk/library" "/usr/local/lib/pd/bin/pd-gui" 5401 Waiting for connection request... ... connected opened 0 MIDI input device(s) and 0 MIDI output device(s). input channels = 0, output channels = 0
It is very inconvenient to have to set the number of channels (and activate them) in the settings dialog each time Pd is started.
From what I can remember, it worked fine (ie, set the
requested number of channels and activated them) in Pd 0.39-0test6.
----------------------------------------------------------------------
Comment By: ClaudiusMaximus (claudiusmaximus)
Date: 2006-10-18 16:19
Message: Logged In: YES user_id=769033
Fixed in pd-0.40-1 from Miller's site:
$ ./pd -jack -inchannels 2 -outchannels 2 -verbose -stderr input channels = 2, output channels = 2 Pd version 0.40-1 compiled 16:51:03 Oct 18 2006 port 5401 TCL_LIBRARY="../tcl/library" TK_LIBRARY="../tk/library" "../bin/pd-gui" 5401 Waiting for connection request... ... connected opened 0 MIDI input device(s) and 0 MIDI output device(s). input channels = 2, output channels = 2
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1349967...