Page 1 of 1
Posted: 11 Dec 2014, 08:14
by gurulogic
Often when I am patching I have problems because the busses only transmit data when a value has changed This is a problem especially when receiving values to a patch that has just been enabled . I am assuming this is to save CPU but it would be useful if there were an option per bus to constantly send the static value.
Posted: 11 Dec 2014, 08:28
by oli_lab
Would be a good thing..
It true for strings also that don't travel well thru bus unless they change
It is the "bang" thing in puredata we need !
Posted: 11 Dec 2014, 11:25
by 23fx23
i agree it's a good sugg, but think we can use 'on int' module so it adds a tiny pulse when swiched on, so that the value changes and reverts back to original state and should be correctly received.
Posted: 11 Dec 2014, 13:01
by LevraiBernardo
I have quite the same problem with comboboxes linked to samplers. When you update the file list in the sampler, the combo box doesn't update. So, I delete the combo box and create a new one, but it can be annoying when several modules are wired to it. Any trick about this ?