Page 1 of 1

Pi Cap from Bare Conductive and Madmapper 3.5.2

Posted: Sat Sep 15, 2018 7:03 pm
by sputnik
Hi,
I am trying to launch a setup which includes Pi Cap from Bare Conductive including the ''Processing '' script from here https://github.com/BareConductive/picap-madmapper
And nothing happens in Madmapper 3.5.2 . Seems to me it does not pick up the OSC signal from Processing . It works seamlessly in Madmapper 3.0.2 . What might be the reason for that ?

Re: Pi Cap from Bare Conductive and Madmapper 3.5.2

Posted: Sat Sep 15, 2018 8:07 pm
by sputnik
Works on 3.3.3 though..

Re: Pi Cap from Bare Conductive and Madmapper 3.5.2

Posted: Mon Sep 17, 2018 11:26 am
by mad-matt
We renamed the control "begin" to "restart" in MadMapper 3.5 to be consistent with other medias (generators, materials, ISFs, Image Folder).
Just replace
OscMessage msg = new OscMessage("/medias/" + mediasList[electrode] + "/begin");
With
OscMessage msg = new OscMessage("/medias/" + mediasList[electrode] + "/restart");
in file picap_madmapper.pde

Re: Pi Cap from Bare Conductive and Madmapper 3.5.2

Posted: Tue Sep 18, 2018 9:43 am
by sputnik
Thanks Matt .I'll try this out !.

Re: Pi Cap from Bare Conductive and Madmapper 3.5.2

Posted: Thu Sep 20, 2018 9:53 am
by sputnik
Would Minimad work the same way as Madmapper (don't have Minimad yet) ? . I mean if PC with Madmapper can be replaced completely with Minimad and recognize OSC signals thru ''Processing '' script mentioned earlier -to trigger separate videos from PI Cap touches ? I want to avoid PC installed for permanent installation

Re: Pi Cap from Bare Conductive and Madmapper 3.5.2

Posted: Fri Sep 21, 2018 1:32 pm
by mad-matt
You can also change the media playing in miniMAD with OSC messages. That's no the same messages but it doesn't matter. Check miniMAD documentation to have the list of OSC addresses available.

Re: Pi Cap from Bare Conductive and Madmapper 3.5.2

Posted: Fri Sep 21, 2018 4:49 pm
by sputnik
Does this mean I have to only change command 'restart' to 'replay' in Processing picap_madmapper.pde script , and this will work the same ? Sth like this?
(Madmapper) OscMessage msg = new OscMessage("/medias/" + mediasList[electrode] + "/restart");
(Minimad) OscMessage msg = new OscMessage("/medias/" + mediasList[electrode] + "/replay");
If that so ,that is great news ! .I understand no PC is required then ?

Re: Pi Cap from Bare Conductive and Madmapper 3.5.2

Posted: Fri Sep 21, 2018 5:13 pm
by sputnik
I forgot about one detail .If there is no PC ,how can I run 'Processing' and the script ? Maybe there is an option to install it on raspberry (There is Linux version)-next to Pi Cap script. Well ,it is worth trying.

Re: Pi Cap from Bare Conductive and Madmapper 3.5.2

Posted: Mon Sep 24, 2018 11:22 am
by Pierre Guilluy
Processing seems available for the Raspberry Pi.
Since the miniMAD is based on that platform, you may be able to get your script running in parallel of the miniMAD application.
I advice you post this kind of questions on the miniMAD section of the forum though.

Re: Pi Cap from Bare Conductive and Madmapper 3.5.2

Posted: Tue Sep 25, 2018 11:00 am
by sputnik
Thanks ! . I will move it there