h ithere,
i am using mobmuplat for a live-sound-fx setup, which works quite nicely! (up until now i only used it as a midi controller setup)
i am trying to get a sort of input vu meter working, so i can adjust the gain in the analog domain before it hits the iPad.
i did a simple test patch, that works in the editor, but does not on the actual device. the slider does not move at all. if i open the PD-patch directly in mobmuplat it works. (the numberbox displays the loudness correctly) it is as if the env~ object stops working, as soon as i try to use the mobmu GUI..
maybe someone knows what is going on? or am i missing the obvious? find attached the two test files.
Not that I have any experience with mobmuplat, but to validate whether it is the env~ object that stops working with the GUI, try to use its output to control audio output (e.g.: attached patch). This will tell you whether it's a GUI or env~ issue. If this works, maybe try throttling the messages you send to the numberbox?
Simon Iten wrote on 27/08/2022 11:25:
h ithere,
i am using mobmuplat for a live-sound-fx setup, which works quite nicely! (up until now i only used it as a midi controller setup)
i am trying to get a sort of input vu meter working, so i can adjust the gain in the analog domain before it hits the iPad.
i did a simple test patch, that works in the editor, but does not on the actual device. the slider does not move at all. if i open the PD-patch directly in mobmuplat it works. (the numberbox displays the loudness correctly) it is as if the env~ object stops working, as soon as i try to use the mobmu GUI..
maybe someone knows what is going on? or am i missing the obvious? find attached the two test files.
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Hi Simon
Change
[ /input $1 (
to
[ list /input $1 (
Looks like there is a difference in message/list handling in libpd vs desktop pd, regarding interpreting a message as a list.
On Sat, Aug 27, 2022 at 3:21 AM Giulio Moro via Pd-list < pd-list@lists.iem.at> wrote:
Not that I have any experience with mobmuplat, but to validate whether it is the env~ object that stops working with the GUI, try to use its output to control audio output (e.g.: attached patch). This will tell you whether it's a GUI or env~ issue. If this works, maybe try throttling the messages you send to the numberbox?
Simon Iten wrote on 27/08/2022 11:25:
h ithere,
i am using mobmuplat for a live-sound-fx setup, which works quite
nicely! (up until now i only used it as a midi controller setup)
i am trying to get a sort of input vu meter working, so i can adjust the
gain in the analog domain before it hits the iPad.
i did a simple test patch, that works in the editor, but does not on the
actual device. the slider does not move at all.
if i open the PD-patch directly in mobmuplat it works. (the numberbox
displays the loudness correctly)
it is as if the env~ object stops working, as soon as i try to use the
mobmu GUI..
maybe someone knows what is going on? or am i missing the obvious? find
attached the two test files.
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->
https://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Of course! Thanks. I missed that since it was working on the "emulation".
Great
On Sat, 27 Aug 2022, 18:15 Daniel Iglesia, daniel.iglesia@gmail.com wrote:
Hi Simon
Change
[ /input $1 (
to
[ list /input $1 (
Looks like there is a difference in message/list handling in libpd vs desktop pd, regarding interpreting a message as a list.
On Sat, Aug 27, 2022 at 3:21 AM Giulio Moro via Pd-list < pd-list@lists.iem.at> wrote:
Not that I have any experience with mobmuplat, but to validate whether it is the env~ object that stops working with the GUI, try to use its output to control audio output (e.g.: attached patch). This will tell you whether it's a GUI or env~ issue. If this works, maybe try throttling the messages you send to the numberbox?
Simon Iten wrote on 27/08/2022 11:25:
h ithere,
i am using mobmuplat for a live-sound-fx setup, which works quite
nicely! (up until now i only used it as a midi controller setup)
i am trying to get a sort of input vu meter working, so i can adjust
the gain in the analog domain before it hits the iPad.
i did a simple test patch, that works in the editor, but does not on
the actual device. the slider does not move at all.
if i open the PD-patch directly in mobmuplat it works. (the numberbox
displays the loudness correctly)
it is as if the env~ object stops working, as soon as i try to use the
mobmu GUI..
maybe someone knows what is going on? or am i missing the obvious? find
attached the two test files.
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->
https://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list