hi, how can you know when you load a patch if the audio is on or off in vanilla? can you do it in extended via some external?
thanks
subject should have been "know if audio is on/off in patch?"
:P
2016-03-28 20:25 GMT-03:00 Alexandre Torres Porres porres@gmail.com:
hi, how can you know when you load a patch if the audio is on or off in vanilla? can you do it in extended via some external?
thanks
well, found a way
2016-03-28 20:27 GMT-03:00 Alexandre Torres Porres porres@gmail.com:
subject should have been "know if audio is on/off in patch?"
:P
2016-03-28 20:25 GMT-03:00 Alexandre Torres Porres porres@gmail.com:
hi, how can you know when you load a patch if the audio is on or off in vanilla? can you do it in extended via some external?
thanks
sure, had to work on it ;)
this is based on pddp/dsp for a series of help patches that will be on/off according to dsp state
cheers
2016-03-29 3:40 GMT-03:00 IOhannes m zmoelnig zmoelnig@iem.at:
On 2016-03-29 01:53, Alexandre Torres Porres wrote:
well, found a way
sigh... do you mind sharing your findings, so that other people may know as well?
fgm,asdr IOhannes
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 03/29/2016 09:17 PM, Alexandre Torres Porres wrote:
sure, had to work on it ;)
this is based on pddp/dsp for a series of help patches that will be on/off according to dsp state
unfortunately, this doesn't work reliably. e.g. if this is loaded in a patch containing [block~ 8192] it will detect audio as OFF.
i find that the attached version works more reliable, though it will also take some time to fetch the DSP state (rather than being able to report it *now*)
gfamdsr IOhannes
well, they're included in a series of help files where all block sizes are 64 ;)
2016-03-29 16:27 GMT-03:00 IOhannes m zmölnig zmoelnig@iem.at:
On 03/29/2016 09:17 PM, Alexandre Torres Porres wrote:
sure, had to work on it ;)
this is based on pddp/dsp for a series of help patches that will be
on/off
according to dsp state
unfortunately, this doesn't work reliably. e.g. if this is loaded in a patch containing [block~ 8192] it will detect audio as OFF.
i find that the attached version works more reliable, though it will also take some time to fetch the DSP state (rather than being able to report it *now*)
gfamdsr IOhannes
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
This was my solution.
On Tue, Mar 29, 2016 at 4:17 PM, Alexandre Torres Porres porres@gmail.com wrote:
well, they're included in a series of help files where all block sizes are 64 ;)
2016-03-29 16:27 GMT-03:00 IOhannes m zmölnig zmoelnig@iem.at:
On 03/29/2016 09:17 PM, Alexandre Torres Porres wrote:
sure, had to work on it ;)
this is based on pddp/dsp for a series of help patches that will be
on/off
according to dsp state
unfortunately, this doesn't work reliably. e.g. if this is loaded in a patch containing [block~ 8192] it will detect audio as OFF.
i find that the attached version works more reliable, though it will also take some time to fetch the DSP state (rather than being able to report it *now*)
gfamdsr IOhannes
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Alexandre, a dsp switch with similar functionality is already embedded in cyclone's output~.pd abstraction. See subroutine [pd dsp logic]. Maybe you didn't see it working because the toggle is so small? The GUI is equivalent to Pd-extended's shared output~.pd. You could give the toggle a contrasting color or resize to catch attention. In any case there's no need to put an extra dsp switch in patches with output~.pd.
Katja
On Tue, Mar 29, 2016 at 9:17 PM, Alexandre Torres Porres porres@gmail.com wrote:
sure, had to work on it ;)
this is based on pddp/dsp for a series of help patches that will be on/off according to dsp state
cheers
2016-03-29 3:40 GMT-03:00 IOhannes m zmoelnig zmoelnig@iem.at:
On 2016-03-29 01:53, Alexandre Torres Porres wrote:
well, found a way
sigh... do you mind sharing your findings, so that other people may know as well?
fgm,asdr IOhannes
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
yep, it's for patches without [output~] - but I didn't really know it had that kind os (and similar) logic, thanks
cheers
2016-03-30 5:29 GMT-03:00 katja katjavetter@gmail.com:
Alexandre, a dsp switch with similar functionality is already embedded in cyclone's output~.pd abstraction. See subroutine [pd dsp logic]. Maybe you didn't see it working because the toggle is so small? The GUI is equivalent to Pd-extended's shared output~.pd. You could give the toggle a contrasting color or resize to catch attention. In any case there's no need to put an extra dsp switch in patches with output~.pd.
Katja
On Tue, Mar 29, 2016 at 9:17 PM, Alexandre Torres Porres porres@gmail.com wrote:
sure, had to work on it ;)
this is based on pddp/dsp for a series of help patches that will be
on/off
according to dsp state
cheers
2016-03-29 3:40 GMT-03:00 IOhannes m zmoelnig zmoelnig@iem.at:
On 2016-03-29 01:53, Alexandre Torres Porres wrote:
well, found a way
sigh... do you mind sharing your findings, so that other people may know as
well?
fgm,asdr IOhannes
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
It will only work after the first time dsp is set with one of those [output~] objects loaded, though, right?
On Wed, Mar 30, 2016 at 10:56 AM, Alexandre Torres Porres porres@gmail.com wrote:
yep, it's for patches without [output~] - but I didn't really know it had that kind os (and similar) logic, thanks
cheers
2016-03-30 5:29 GMT-03:00 katja katjavetter@gmail.com:
Alexandre, a dsp switch with similar functionality is already embedded in cyclone's output~.pd abstraction. See subroutine [pd dsp logic]. Maybe you didn't see it working because the toggle is so small? The GUI is equivalent to Pd-extended's shared output~.pd. You could give the toggle a contrasting color or resize to catch attention. In any case there's no need to put an extra dsp switch in patches with output~.pd.
Katja
On Tue, Mar 29, 2016 at 9:17 PM, Alexandre Torres Porres porres@gmail.com wrote:
sure, had to work on it ;)
this is based on pddp/dsp for a series of help patches that will be
on/off
according to dsp state
cheers
2016-03-29 3:40 GMT-03:00 IOhannes m zmoelnig zmoelnig@iem.at:
On 2016-03-29 01:53, Alexandre Torres Porres wrote:
well, found a way
sigh... do you mind sharing your findings, so that other people may know as
well?
fgm,asdr IOhannes
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
In [output~] included with cyclone it always works. The fix was introduced a while ago but after Pd-E's last release.
Katja
On Wed, Mar 30, 2016 at 5:10 PM, Matt Barber brbrofsvl@gmail.com wrote:
It will only work after the first time dsp is set with one of those [output~] objects loaded, though, right?
On Wed, Mar 30, 2016 at 10:56 AM, Alexandre Torres Porres porres@gmail.com wrote:
yep, it's for patches without [output~] - but I didn't really know it had that kind os (and similar) logic, thanks
cheers
2016-03-30 5:29 GMT-03:00 katja katjavetter@gmail.com:
Alexandre, a dsp switch with similar functionality is already embedded in cyclone's output~.pd abstraction. See subroutine [pd dsp logic]. Maybe you didn't see it working because the toggle is so small? The GUI is equivalent to Pd-extended's shared output~.pd. You could give the toggle a contrasting color or resize to catch attention. In any case there's no need to put an extra dsp switch in patches with output~.pd.
Katja
On Tue, Mar 29, 2016 at 9:17 PM, Alexandre Torres Porres porres@gmail.com wrote:
sure, had to work on it ;)
this is based on pddp/dsp for a series of help patches that will be on/off according to dsp state
cheers
2016-03-29 3:40 GMT-03:00 IOhannes m zmoelnig zmoelnig@iem.at:
On 2016-03-29 01:53, Alexandre Torres Porres wrote:
well, found a way
sigh... do you mind sharing your findings, so that other people may know as well?
fgm,asdr IOhannes
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
You can also just take the leap and use this in Pd-l2ork: [dsp( <-- global dsp status for the running pd instance|[pdinfo]|
On Wednesday, March 30, 2016 11:24 AM, katja <katjavetter@gmail.com> wrote:
In [output~] included with cyclone it always works. The fix was introduced a while ago but after Pd-E's last release.
Katja
On Wed, Mar 30, 2016 at 5:10 PM, Matt Barber brbrofsvl@gmail.com wrote:
It will only work after the first time dsp is set with one of those [output~] objects loaded, though, right?
On Wed, Mar 30, 2016 at 10:56 AM, Alexandre Torres Porres porres@gmail.com wrote:
yep, it's for patches without [output~] - but I didn't really know it had that kind os (and similar) logic, thanks
cheers
2016-03-30 5:29 GMT-03:00 katja katjavetter@gmail.com:
Alexandre, a dsp switch with similar functionality is already embedded in cyclone's output~.pd abstraction. See subroutine [pd dsp logic]. Maybe you didn't see it working because the toggle is so small? The GUI is equivalent to Pd-extended's shared output~.pd. You could give the toggle a contrasting color or resize to catch attention. In any case there's no need to put an extra dsp switch in patches with output~.pd.
Katja
On Tue, Mar 29, 2016 at 9:17 PM, Alexandre Torres Porres porres@gmail.com wrote:
sure, had to work on it ;)
this is based on pddp/dsp for a series of help patches that will be on/off according to dsp state
cheers
2016-03-29 3:40 GMT-03:00 IOhannes m zmoelnig zmoelnig@iem.at:
On 2016-03-29 01:53, Alexandre Torres Porres wrote:
well, found a way
sigh... do you mind sharing your findings, so that other people may know as well?
fgm,asdr IOhannes
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list