[PD-dev] [ pure-data-Feature Requests-3575775 ] settable dac~ and adc~

SourceForge.net noreply at sourceforge.net
Tue Oct 9 18:04:21 CEST 2012


Feature Requests item #3575775, was opened at 2012-10-09 09:04
Message generated for change (Tracker Item Submitted) made by postlude
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478073&aid=3575775&group_id=55736

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: Open
Priority: 5
Private: No
Submitted By: Jamie Bullock (postlude)
Assigned to: Nobody/Anonymous (nobody)
Summary: settable dac~ and adc~

Initial Comment:
It would be very useful if the first inlet of dac~ and adc~ enabled the outlet channel assignments to be specified.

The syntax could be as follows...

Set adc~ to use input channel 3

|set 3(
|
[adc~ 1]


Set dac~ to use output channels 3 5 9.

|set 3 5 9(
|
[dac~ 1 2 3]

In the case where the number of channels specified in the |set ( message doesn't match the number of arguments passed at object creation, an error can be posted to the Pd console:

dac~: channel specifier mismatch



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478073&aid=3575775&group_id=55736



More information about the Pd-dev mailing list