Is there a smart way to move dynamically subpatches in a main patch ?
I have fun with "donecanvasdialog" and "relocate" messages, but I think the only way would be use motion messages and simulate mouse selection.
Do you see another way ?
-
Pd message : moving subptaches dynamically
-
It's not very clear what you mean.
In the attached file, I have created a drum machine with some clever dynamic canvas action.
Dual 1.8 IBM G5: Mac OSX 10.4.11 -- Asus eeePC 701: Pure:Dyne / eeeXubuntu GNU/Linux -- myspace.com/thearifd
-
I saw your patch before. It's very nice.
My needs :
- I want one window opened in fullscreen.
- The window is split in 2 areas : a menu and the main content area. I want something like a tab navigation.
- With the menu buttons, I want display subpatches or abstractions in front of all the others, to take whole content aera.
Is it clear ?
I thought enable GOP for the abstraction selected by a menu button, and disable GOp for the others. Then move this abstraction in the right coordonates and size.
In fact, I would like to find a way where I can avoid 2 patches opened.
-
well I've done that, in the mixer section, click on the title of any instrument above the faders, and the instrument window will change to that specific instrument, you can also use the slider, to do the same thing,
But of course, you could always just use something like this:
[;
pd-my-subpatch vis 1([;
pd-my-subpatch vis 0(to open and close subpatches
Dual 1.8 IBM G5: Mac OSX 10.4.11 -- Asus eeePC 701: Pure:Dyne / eeeXubuntu GNU/Linux -- myspace.com/thearifd
-
is this pd extended compatible?
if i open ADPD-808.pd pd crashespd redefining mathematics |expr fact(0)|==0
-
arif, that is seriously awesome! Thanks for posting it.
-
yeah and i want to have a look at it too
instrument-gui works as does mixerpd redefining mathematics |expr fact(0)|==0
-
Hy guys, there is a way to make visible a subpatch (with vis 1 ), and leave always on?
For example: you click on master patch and change value etc and the sub-patch continue to stay visible. hope that is clear. -
Ok, ehehe, after some week i have the solution.
Under the obj "window_name" help file there is a subp titled windows tricks and wowowow!! "make this windows on top of all others" yeah!!!