Hi! > i don't really understand why the moving of the "ViewPort" canvas changes the patch's > view on the android device like it does. is "ViewPort" some special > variable or object ?
yes "ViewPort" is a special canvas-gui name (hard coded in the java), that can be used to scroll through the main pd window: - in the main pd window, create a canvas gui (add canvas) - edit the canvas properties and set the receive name to "ViewPort" - make sure the canvas is in the background (select all the objects but the canvas, cut, copy) - then send "pos" and "vis_size" messages to "ViewPort", so you have visual indication of the portion of the screen that will be displayed on PdDroidParty. Antoine Rousseau http://www.metalu.net <http://metalu.net> __ http://www.metaluachahuter.com/ <http://www.metaluachahuter.com/compagnies/al1-ant1/> Le lun. 7 janv. 2019 à 03:03, Chris McCormick <[email protected]> a écrit : > Hi Oliver, > > On 6/1/19 4:56 pm, oliver wrote: > > confirmed. only the "There are some good tips for Windows users in this > > forum thread." link is still invalid, though > > Fixed thanks. > > > your latest build. seems to work alright, but the background is rendered > > as black (!), making many example patches unusable unless they have a > > coloured canvas or a png file as background ! > > I've filed an issue for this and will try to fix it soon: > > https://github.com/chr15m/PdDroidParty/issues/40 > > >> adb logcat | grep Pd > >> > >> If you print things from Pd you can see them via this log. > > > > i'm not quite sure i understand, but gonna investigate. so this would be > > done on linux ? > > I think adb is available on windows too. If you do a search you can find > more information about installing and using it. > > Cheers, > > Chris. > > -- > http://mccormick.cx/ > > > > _______________________________________________ > [email protected] mailing list > UNSUBSCRIBE and account-management -> > https://lists.puredata.info/listinfo/pd-list >
_______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
