I made a GUI object to control the [gemwin] object that also displays
its status. When a new instance is created, it queries existing
instances to get the status. That way all instances will show the
same status. I am planning on using this in the intro to Gem
tutorial/workshop that I am currently working on. So feedback would
be appreciated.
Is there any way to query [gemwin] directly?
.hc
"Looking at things from a more basic level, you can come up with a
more direct solution... It may sound small in theory, but it in
practice, it can change entire economies."
- Amy Smith
Here's a version that fixes some bugs, plus a very simple help file.
Try creating a new one in the help panel to see the status querying
in action.
This leads me to another question, is there a way to set the
framerate with a message? This object makes that necessary. I am
also wondering whether I should expand it into a general gemwin
control panel with more info, but then I am reproducing the
pixelTANGO objects...
.hc
On Apr 1, 2006, at 3:56 PM, Hans-Christoph Steiner wrote:
I made a GUI object to control the [gemwin] object that also
displays its status. When a new instance is created, it queries
existing instances to get the status. That way all instances will
show the same status. I am planning on using this in the intro to
Gem tutorial/workshop that I am currently working on. So feedback
would be appreciated.Is there any way to query [gemwin] directly?
<gemwin_control.pd>
.hc
"Looking at things from a more basic level, you can come up with a
more direct solution... It may sound small in theory, but it in
practice, it can change entire economies." - Amy Smith
"Information wants to be free." -Stewart Brand
Hi Hans, when i open the help file, I get an ugly overlapping of gui's. If I change the positions of the canvas and the toggles inside the control_gemwin.pd, and resize the window, it gets fixed. I'm running pd 38.4-extended rc6 in osx 10.4. (see attached files)
I think a small object like this one comes in handy precisely because it is small. I wouldn't know about expanding it into a more complex object, although I would suggest adding window size and fullscreen 2 options since this options are more frecuently used (in my experience) than, say, stereoscopic vision...
how about making a second object to control the rest of the gemwin messages?
adrian goya
On 4/1/06, Hans-Christoph Steiner hans@eds.org wrote:
Here's a version that fixes some bugs, plus a very simple help file. Try creating a new one in the help panel to see the status querying in action.
This leads me to another question, is there a way to set the framerate with a message? This object makes that necessary. I am also wondering whether I should expand it into a general gemwin control panel with more info, but then I am reproducing the pixelTANGO objects...
.hc
On Apr 1, 2006, at 3:56 PM, Hans-Christoph Steiner wrote:
I made a GUI object to control the [gemwin] object that also displays its status. When a new instance is created, it queries existing instances to get the status. That way all instances will show the same status. I am planning on using this in the intro to Gem tutorial/workshop that I am currently working on. So feedback would be appreciated.
Is there any way to query [gemwin] directly?
<gemwin_control.pd>
.hc
"Looking at things from a more basic level, you can come up with a more direct solution... It may sound small in theory, but it in practice, it can change entire economies." - Amy Smith
"Information wants to be free." -Stewart Brand
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I forgot to mention, [gemwin_control] was written under 0.39.2.
Graph-On-Parent changed a lot in 0.39, so GOP patches are not really
backwards compatible.
Before extending this one more, I want to see about integrating with
the pixelTANGO objects, since Ben's done a great job with those.
.hc
On Apr 1, 2006, at 5:01 PM, adrian goya wrote:
Hi Hans, when i open the help file, I get an ugly overlapping of
gui's. If I change the positions of the canvas and the toggles
inside the control_gemwin.pd, and resize the window, it gets fixed.
I'm running pd 38.4-extended rc6 in osx 10.4. (see attached files)I think a small object like this one comes in handy precisely
because it is small. I wouldn't know about expanding it into a more
complex object, although I would suggest adding window size and
fullscreen 2 options since this options are more frecuently used
(in my experience) than, say, stereoscopic vision...how about making a second object to control the rest of the gemwin
messages?adrian goya
On 4/1/06, Hans-Christoph Steiner hans@eds.org wrote:
Here's a version that fixes some bugs, plus a very simple help file. Try creating a new one in the help panel to see the status querying in action.
This leads me to another question, is there a way to set the framerate with a message? This object makes that necessary. I am also wondering whether I should expand it into a general gemwin control panel with more info, but then I am reproducing the pixelTANGO objects...
.hc
On Apr 1, 2006, at 3:56 PM, Hans-Christoph Steiner wrote:
I made a GUI object to control the [gemwin] object that also displays its status. When a new instance is created, it queries existing instances to get the status. That way all instances will show the same status. I am planning on using this in the intro to Gem tutorial/workshop that I am currently working on. So feedback would be appreciated.
Is there any way to query [gemwin] directly?
<gemwin_control.pd>
.hc
"Looking at things from a more basic level, you can come up with a more direct solution... It may sound small in theory, but it in practice, it can change entire economies." - Amy Smith
__ ____
"Information wants to be free." -Stewart Brand
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
<original.png> <fix?.png> <gemwin_control.pd>
As we enjoy great advantages from inventions of others, we should
be glad of an opportunity to serve others by any invention of ours;
and this we should do freely and generously.
- Benjamin Franklin
...neat ideas!
On Apr 1, 2006, at 4:08 PM, Hans-Christoph Steiner wrote:
This leads me to another question, is there a way to set the
framerate with a message? This object makes that necessary. I am
also wondering whether I should expand it into a general gemwin
control panel with more info, but then I am reproducing the
pixelTANGO objects...
[frame $1< sets the framerate, with 20 being the default...
[fps< only works if you've sent [profile 1< (ie. are in profile
mode): it sends the current fps to the [gemwin] outlet...
On Apr 1, 2006, at 3:56 PM, Hans-Christoph Steiner wrote:
I made a GUI object to control the [gemwin] object that also
displays its status. When a new instance is created, it queries
existing instances to get the status. That way all instances will
show the same status. I am planning on using this in the intro to
Gem tutorial/workshop that I am currently working on. So feedback
would be appreciated.
...watch out on this one: we'll soon (?) have multiple_windows
working, and likely not want all windows to be open at the same time,
much less render at the same time...
Is there any way to query [gemwin] directly?
...currently, fps is the only message that sends an output to the
outlet...what are you thinking about?
jamie
On Apr 1, 2006, at 5:48 PM, james tittle wrote:
...neat ideas!
On Apr 1, 2006, at 4:08 PM, Hans-Christoph Steiner wrote:
This leads me to another question, is there a way to set the
framerate with a message? This object makes that necessary. I
am also wondering whether I should expand it into a general gemwin
control panel with more info, but then I am reproducing the
pixelTANGO objects...[frame $1< sets the framerate, with 20 being the default... [fps< only works if you've sent [profile 1< (ie. are in profile
mode): it sends the current fps to the [gemwin] outlet...On Apr 1, 2006, at 3:56 PM, Hans-Christoph Steiner wrote:
I made a GUI object to control the [gemwin] object that also
displays its status. When a new instance is created, it queries
existing instances to get the status. That way all instances
will show the same status. I am planning on using this in the
intro to Gem tutorial/workshop that I am currently working on.
So feedback would be appreciated....watch out on this one: we'll soon (?) have multiple_windows
working, and likely not want all windows to be open at the same
time, much less render at the same time...
Indeed. Until then...
Is there any way to query [gemwin] directly?
...currently, fps is the only message that sends an output to the
outlet...what are you thinking about?
Rendering, 1/0, gemwin create status 1/0, lighting 1/0, etc.
Basically, anything that you can set in a [gemwin].
Then you can have a GUI object which queries the actual gemwin rather
than having to track it all itself. This will become much more
important with multiple windows.
.hc
¡El pueblo unido jamás será vencido!
On 4/1/06, Hans-Christoph Steiner hans@eds.org wrote:
Is there any way to query [gemwin] directly?
...currently, fps is the only message that sends an output to the outlet...what are you thinking about?
Rendering, 1/0, gemwin create status 1/0, lighting 1/0, etc. Basically, anything that you can set in a [gemwin].
The gemwin doesn't modify that info so whatever you set it to be it will be. Why add code to tell you what you have already done? You example patch looks to already cover that with no additional effort.
On Apr 1, 2006, at 11:25 PM, chris clepper wrote:
On 4/1/06, Hans-Christoph Steiner hans@eds.org wrote:
Is there any way to query [gemwin] directly?
...currently, fps is the only message that sends an output to the outlet...what are you thinking about?
Rendering, 1/0, gemwin create status 1/0, lighting 1/0, etc. Basically, anything that you can set in a [gemwin].
The gemwin doesn't modify that info so whatever you set it to be it
will be. Why add code to tell you what you have already done? You
example patch looks to already cover that with no additional effort.
If you open a new patch with [gemwin_control] in it, then that object
needs to get the status of any existing [gemwin] so that it will
display the status correctly. I hacked [gemwin_control] so that it
handles the status querying. It makes sense to me to instead query
[gemwin] directly.
The example here is a series of tutorial patches. Each patch should
be standalone, so that you can create/destroy the [gemwin]. But
usually, the user will go thru them in a sequence. So when you load
a new patch, it should display the [gemwin] status correctly.
It would be great if Pd itself also had a message-based system for
querying the status of everything.
.hc
"[W]e have invented the technology to eliminate scarcity, but we are
deliberately throwing it away to benefit those who profit from
scarcity."
-John Gilmore
Hallo, Hans-Christoph Steiner hat gesagt: // Hans-Christoph Steiner wrote:
I made a GUI object to control the [gemwin] object that also displays
its status. When a new instance is created, it queries existing
instances to get the status. That way all instances will show the
same status. I am planning on using this in the intro to Gem
tutorial/workshop that I am currently working on. So feedback would
be appreciated.
I attached a similar patch that I often use, which includes a kind of mouse control to view the scene from different angles, which I ripped from a patch by Cyrille Henry. Mouse button 1 rotates the view and button 2 zooms. Maybe this all could be combined somehow?
It's also a graph on parent patch but should still work with pd < 0.39, as it's an older patch.
Frank Barknecht _ ______footils.org_ __goto10.org__
Hey Hans,
Why not contribute your changes to the pixelTANGO gemwin GUI. pt.window?
What kind of "status" are you talking about since, like most things in pd, the only way to know the status is to set it.
The main improvement I wanted to make was to add a popup for the fullscreen functionality, since you now specify "fullscreen 0", "fullscreen 1" (first screen) and "fullscreen 2" (second screen)
Also I was going to add stuff for the "dimen" message and add more resolutions to the popup list.
Things like fps and profiling just use up cycles, so I don't think it makes sense to be a constant thing, maybe just a message that outputs the current fps once.
PS: is there a scanf type external that does the opposite of makefilename:
[symbol 640x480< | [makeatom %dx%d]
gives:
640 480
prints either a list of all the atoms, or all the atoms out seperate outlets?
.b. Hans-Christoph Steiner wrote:
I made a GUI object to control the [gemwin] object that also displays its status. When a new instance is created, it queries existing instances to get the status. That way all instances will show the same status. I am planning on using this in the intro to Gem tutorial/workshop that I am currently working on. So feedback would be appreciated.
Is there any way to query [gemwin] directly?
.hc
"Looking at things from a more basic level, you can come up with a more direct solution... It may sound small in theory, but it in practice, it can change entire economies." - Amy Smith
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
PS: is there a scanf type external that does the opposite of makefilename:
[symbol 640x480< | [makeatom %dx%d]
gives:
640 480
prints either a list of all the atoms, or all the atoms out seperate outlets?
none that i know of, but you can do sth similar with [symbol2list]
mfg.ar IOhannes
On Apr 2, 2006, at 10:22 AM, B. Bogart wrote:
Hey Hans,
Why not contribute your changes to the pixelTANGO gemwin GUI.
pt.window?
I will, once sf.net CVS is back, and I can run your updated version
of pT.
What kind of "status" are you talking about since, like most things in pd, the only way to know the status is to set it.
Just the current value of the various settings (lighting, fullscreen,
frame, create/destroy, rendering, etc.). Since multiple [gemwin]
objects can point to the same window, it makes sense to have a
querying interface so that a new patch can query the gemwin to get
its status.
The main improvement I wanted to make was to add a popup for the fullscreen functionality, since you now specify "fullscreen 0", "fullscreen 1" (first screen) and "fullscreen 2" (second screen)
Also I was going to add stuff for the "dimen" message and add more resolutions to the popup list.
Things like fps and profiling just use up cycles, so I don't think it makes sense to be a constant thing, maybe just a message that outputs the current fps once.
Yeah, I am not thinking of profiling. Really, it should be the exact
same info you get when you send [print( to [gemwin], but in Pd-space.
PS: is there a scanf type external that does the opposite of
makefilename:[symbol 640x480< | [makeatom %dx%d]
gives:
640 480
prints either a list of all the atoms, or all the atoms out seperate outlets?
That would be nice. Carmen proposed a POSIX lib for Pd, that would
definitely be part of it. There could also be a more "Pd-ish" scanf.
.hc
.b. Hans-Christoph Steiner wrote:
I made a GUI object to control the [gemwin] object that also displays its status. When a new instance is created, it queries existing instances to get the status. That way all instances will show
the same status. I am planning on using this in the intro to Gem tutorial/workshop that I am currently working on. So feedback
would be appreciated.Is there any way to query [gemwin] directly?
.hc
"Looking at things from a more basic level, you can come up with
a more direct solution... It may sound small in theory, but it in
practice, it can change entire economies." - Amy Smith
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
As we enjoy great advantages from inventions of others, we should
be glad of an opportunity to serve others by any invention of ours;
and this we should do freely and generously.
- Benjamin Franklin
Hi Hans,
The more I teach PD the more confused students are about the internal state of objects. For example:
Create the usual toggle/number/metro/bang structure with 200ms as the default interval. Then send a number like "500" in the number box. Then change the creation argument to 20. Now we have what looks like a metro that should be at 500, since that was the last message sent, but the reinstanciation (which the students see are just editing the argument, which in tern means editing the internal interval, not reinstanciating the metro object) resets the interval to the argument.
I like the idea of a bunch of pt.windows that all are "linked" to know the state of the window, but the problem is really that the internal state of most PD objects is by setting a value, even some defaults seem illogical, [metro] without an argument seems to be 0ms, which could be a pretty descructive default on a slower machine, depending on what its connected to.
I need to look more at the multi-window stuff when the next stable version of Gem comes out, since they would greatly effect pt.window. I guess to follow the pervious lines of thought the gemcontrol would be a new pT object and pt.window would stay analagous to gemwin.
Lets take colour for example in pT we have sliders to set the color (I could add a canvas that shows the colour of the gemwin also) so if we have two pt.window's open then moving the red slider on one, should move the red slider on the other...
In the current version of Gem I saw some odd things happending with two gemwins in the same patch... As I recall related to the gemwin colour.
Hans, should I send you my working copy of pT so we don't have to wait for the CVS? (which could be forever at this rate)
Frank, I've been thinking about adding Cyrille's trick also. :) It would be great to have pT keep growing, as it can only move so fast with only me! ;)
.b.
Hans-Christoph Steiner wrote:
On Apr 2, 2006, at 10:22 AM, B. Bogart wrote:
Hey Hans,
Why not contribute your changes to the pixelTANGO gemwin GUI. pt.window?
I will, once sf.net CVS is back, and I can run your updated version of pT.
What kind of "status" are you talking about since, like most things in pd, the only way to know the status is to set it.
Just the current value of the various settings (lighting, fullscreen, frame, create/destroy, rendering, etc.). Since multiple [gemwin] objects can point to the same window, it makes sense to have a querying interface so that a new patch can query the gemwin to get its status.
The main improvement I wanted to make was to add a popup for the fullscreen functionality, since you now specify "fullscreen 0", "fullscreen 1" (first screen) and "fullscreen 2" (second screen)
Also I was going to add stuff for the "dimen" message and add more resolutions to the popup list.
Things like fps and profiling just use up cycles, so I don't think it makes sense to be a constant thing, maybe just a message that outputs the current fps once.
Yeah, I am not thinking of profiling. Really, it should be the exact same info you get when you send [print( to [gemwin], but in Pd-space.
PS: is there a scanf type external that does the opposite of makefilename:
[symbol 640x480< | [makeatom %dx%d]
gives:
640 480
prints either a list of all the atoms, or all the atoms out seperate outlets?
That would be nice. Carmen proposed a POSIX lib for Pd, that would definitely be part of it. There could also be a more "Pd-ish" scanf.
.hc
.b. Hans-Christoph Steiner wrote:
I made a GUI object to control the [gemwin] object that also displays its status. When a new instance is created, it queries existing instances to get the status. That way all instances will show the same status. I am planning on using this in the intro to Gem tutorial/workshop that I am currently working on. So feedback would be appreciated.
Is there any way to query [gemwin] directly?
.hc
"Looking at things from a more basic level, you can come up with a more direct solution... It may sound small in theory, but it in practice, it can change entire economies." - Amy Smith
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
As we enjoy great advantages from inventions of others, we should be glad of an opportunity to serve others by any invention of ours; and this we should do freely and generously. - Benjamin Franklin
State is a tricky things. Most Pd objects have their own internal
state, so that's not too complicated. But [gemwin] is different
since there is only one actual window and set of parameters, yet it
can be accessed by multiple [gemwin] objects.
CVS is back, check in the pT stuff so we can put out a test release!
.hc
On Apr 4, 2006, at 10:37 AM, B. Bogart wrote:
Hi Hans,
The more I teach PD the more confused students are about the internal state of objects. For example:
Create the usual toggle/number/metro/bang structure with 200ms as the default interval. Then send a number like "500" in the number box.
Then change the creation argument to 20. Now we have what looks like a
metro that should be at 500, since that was the last message sent, but the reinstanciation (which the students see are just editing the argument, which in tern means editing the internal interval, not reinstanciating the metro object) resets the interval to the argument.I like the idea of a bunch of pt.windows that all are "linked" to know the state of the window, but the problem is really that the internal state of most PD objects is by setting a value, even some defaults
seem illogical, [metro] without an argument seems to be 0ms, which could
be a pretty descructive default on a slower machine, depending on what its connected to.I need to look more at the multi-window stuff when the next stable version of Gem comes out, since they would greatly effect pt.window. I guess to follow the pervious lines of thought the gemcontrol would
be a new pT object and pt.window would stay analagous to gemwin.Lets take colour for example in pT we have sliders to set the color (I could add a canvas that shows the colour of the gemwin also) so if we have two pt.window's open then moving the red slider on one, should
move the red slider on the other...In the current version of Gem I saw some odd things happending with
two gemwins in the same patch... As I recall related to the gemwin colour.Hans, should I send you my working copy of pT so we don't have to wait for the CVS? (which could be forever at this rate)
Frank, I've been thinking about adding Cyrille's trick also. :) It
would be great to have pT keep growing, as it can only move so fast with
only me! ;).b.
Hans-Christoph Steiner wrote:
On Apr 2, 2006, at 10:22 AM, B. Bogart wrote:
Hey Hans,
Why not contribute your changes to the pixelTANGO gemwin GUI.
pt.window?I will, once sf.net CVS is back, and I can run your updated
version of pT.What kind of "status" are you talking about since, like most
things in pd, the only way to know the status is to set it.Just the current value of the various settings (lighting, fullscreen, frame, create/destroy, rendering, etc.). Since multiple [gemwin] objects can point to the same window, it makes sense to have a
querying interface so that a new patch can query the gemwin to get its
status.The main improvement I wanted to make was to add a popup for the fullscreen functionality, since you now specify "fullscreen 0", "fullscreen 1" (first screen) and "fullscreen 2" (second screen)
Also I was going to add stuff for the "dimen" message and add more resolutions to the popup list.
Things like fps and profiling just use up cycles, so I don't
think it makes sense to be a constant thing, maybe just a message that
outputs the current fps once.Yeah, I am not thinking of profiling. Really, it should be the exact same info you get when you send [print( to [gemwin], but in Pd-space.
PS: is there a scanf type external that does the opposite of makefilename:
[symbol 640x480< | [makeatom %dx%d]
gives:
640 480
prints either a list of all the atoms, or all the atoms out seperate outlets?
That would be nice. Carmen proposed a POSIX lib for Pd, that would definitely be part of it. There could also be a more "Pd-ish" scanf.
.hc
.b. Hans-Christoph Steiner wrote:
I made a GUI object to control the [gemwin] object that also
displays its status. When a new instance is created, it queries existing instances to get the status. That way all instances will show the same status. I am planning on using this in the intro to Gem tutorial/workshop that I am currently working on. So feedback would be appreciated.Is there any way to query [gemwin] directly?
.hc
__ ___ ____
"Looking at things from a more basic level, you can come up with a more direct solution... It may sound small in theory, but it in practice, it can change entire economies." - Amy Smith
--
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
As we enjoy great advantages from inventions of others, we
should be glad of an opportunity to serve others by any invention of ours; and this we should do freely and generously. - Benjamin Franklin
"The arc of history bends towards justice."
- Dr. Martin Luther King,
Jr.