Hi, matthew jones hat gesagt: // matthew jones wrote:
Anyone got an example/help-file that explains the intricacies of how the order in which you place cables affects the order in which the operation is done?
It's best to never rely on the order, in which connections were made, for the functionality of your patches. If you need to be sure of the order, use trigger objects, that output thes messages from left to right:
[t f f b] gives: 1. bang, 2. float, 3. float in that order. See 2.control.examples/03.connections.pd
For signals' order you might want to read 3.audio.examples/73.control.blocksize.pd ciao