monkeyswarm / MobMuPlatEditor

MobMuPlatEditor is an application for creating and editing GUIs for use in MobMuPlat.
www.mobmuplat.com
Other
114 stars 16 forks source link

PD not receive data from GUI #18

Open desterritorializ-ada opened 2 years ago

desterritorializ-ada commented 2 years ago

Hi! I am new to MobMuPlat. I am trying to build an OSC controller for my tablet. It is to control livecoding parameters in p5live.

The problem I have is that when I want to send data from a slider in the GUI to PureData, it does not receive it. Call the file pd and mpp the same way. also look for the pure data file from the "choose" button. that could be happening?

I attach an image so you can see that no data is being printed in the pd console

thanks Screenshot from 2022-04-12 02-27-09 !

desterritorializ-ada commented 2 years ago

I forgot to mention that I'm from Ubuntu Studio!!

monkeyswarm commented 2 years ago

As the directions say on https://danieliglesia.com/mobmuplat/doc/index.htm when developing on computer, you need to have the 'pd wrapper' patch open to facilitate communication between the editor and Pd patch.

desterritorializ-ada commented 2 years ago

Oh!! thanks!!

My level of English is very poor and very possibly there are things that I overlooked.

I managed to receive data between the mpp file and the pd. however I can't receive OSC data through netreceive, I'm guiding myself through this tutorial https://youtu.be/zoEnqAmLQJ8 (verify several times that I haven't written any object wrong) what will be happening?

thanks for your quick response!

Screenshot from 2022-04-13 11-04-38

monkeyswarm commented 2 years ago

In the development package zip, there is a file named 'PdWrapper.pd'. Open that. That should mimic what the mobile app does in terms of routing OSC and communication between the interface and the patch.