GUI Resize

Suggest new features, components or other changes to the software

Moderator: electrogear

GUI Resize

Postby Acrobat on Mon Nov 26, 2007 8:55 pm

I'd like to have resize of plugin GUI, I often see commercial VSTi with the ability to modify width and height of the overall window depending on the presence or not of keyboard or such...
Last edited by Acrobat on Fri Nov 30, 2007 11:36 am, edited 2 times in total.
User avatar
Acrobat
smaniac
 
Posts: 1660
Joined: Mon Jun 04, 2007 10:50 pm
Location: Roma, Italia

Postby exonerate on Wed Nov 28, 2007 3:43 pm

BIG +1 from me :D

I would love to be able to dynamically change the size of the plugin,

I mentioned this as a feature request before, so you can tuck away a keyboard ect... I know I've seen this before on some synths but i can't remember if they were VST's or not, sytrus does it but that is a fruity plugin.

Do you know of any VSTi ect... that do this Andrea?

If it's possible with the VST spec then I'd love to see it added.

cheers ;)

Exo
The Developer Toolkit -- A collection of over 150 modules and counting. Available from the Registered Users forum.
User avatar
exonerate
smaniac
 
Posts: 1487
Joined: Sat Dec 30, 2006 1:57 pm
Location: England, West Yorkshire, Huddersfield

Postby Loonie on Wed Nov 28, 2007 4:03 pm

I can see that being useful.
User avatar
Loonie
essemer
 
Posts: 30
Joined: Wed Jul 25, 2007 3:45 am

Postby Acrobat on Wed Nov 28, 2007 5:57 pm

exonerate wrote:Do you know of any VSTi ect... that do this Andrea?

If it's possible with the VST spec then I'd love to see it added.

cheers ;)

Exo


VSTi that have resize option, just what comes to my mind:

- NI Battery (the most flexible one!)
- NI FM7
- IL Sytrus (it's also a VSTi)
- Waldorf PPG Wave 2V
- GMedia (GForce) ImpOSCar
- ReFX JunoX2
- Arturia MoogModular
- Tone2 Firebird
- ReFX Vanguard
- Luxonix Ravity

and many many others...
User avatar
Acrobat
smaniac
 
Posts: 1660
Joined: Mon Jun 04, 2007 10:50 pm
Location: Roma, Italia

Postby Acrobat on Fri Nov 30, 2007 11:33 am

Bump, to be more clear and in more general terms, I'd like to have the MGUI primitive having not only X, Y positioning input but also Width and Height inputs...
User avatar
Acrobat
smaniac
 
Posts: 1660
Joined: Mon Jun 04, 2007 10:50 pm
Location: Roma, Italia

Postby Andrew J on Sat Dec 01, 2007 1:11 am

Big +1
Andrew J
smanatic
 
Posts: 616
Joined: Tue May 29, 2007 4:53 am
Location: Australia

Postby infuzion on Sat Dec 01, 2007 5:05 am

Can't you make a resizing window now in SM?

Or if a dev can just carry over the code for resizing the .EXE export to the VST export.
Need help? First search the forum & WiKi, then post in the help forum with a clear topic, request, & OSM. Then please WiKi the correct solution. If you want my personal assistance, I charge by the hour or for an exchange of services.
infuzion
smstar
smstar
 
Posts: 6163
Joined: Wed May 04, 2005 8:02 pm
Location: Earth, USA, CO, Denver

Postby oddson on Sat Dec 01, 2007 5:46 am

infuzion wrote:Can't you make a resizing window now in SM?

Or if a dev can just carry over the code for resizing the .EXE export to the VST export.

I believe they mean a dynamically allocated window size that allows for the content to vary. The current resize in exe is just a percentage shrinkage.
oddson
wiki guru
 
Posts: 3883
Joined: Sun Jul 03, 2005 6:44 pm

Postby infuzion on Sun Dec 02, 2007 12:28 am

oddson wrote:I believe they mean a dynamically allocated window size that allows for the content to vary. The current resize in exe is just a percentage shrinkage.
Ah, that would be handy, but I imagine that the the window that the host makes for the VST has to be allowed to by dynamic as well. I kinda doubt it, & I'm not sure if the VST specs insist it, so would it matter if SM had it?
Need help? First search the forum & WiKi, then post in the help forum with a clear topic, request, & OSM. Then please WiKi the correct solution. If you want my personal assistance, I charge by the hour or for an exchange of services.
infuzion
smstar
smstar
 
Posts: 6163
Joined: Wed May 04, 2005 8:02 pm
Location: Earth, USA, CO, Denver

Postby Acrobat on Sun Dec 02, 2007 1:56 am

I also noticed that if the zoom in SM is setted to a percentage different from 100%, the VST rendering engine reads this information and resizes the GUI, making the plugin bigger or smaller that it has to be. The zooming factor is freezed in the .dll and can't be changed anymore, unless you re-render the OSM.
User avatar
Acrobat
smaniac
 
Posts: 1660
Joined: Mon Jun 04, 2007 10:50 pm
Location: Roma, Italia

Postby Acrobat on Sat Jan 12, 2008 1:26 pm

Sorry for the bump, but God knows how I need this function.. it would be nice to have a VST that has both TABBED and FULL DISPLAY style of visualization... 3:)
User avatar
Acrobat
smaniac
 
Posts: 1660
Joined: Mon Jun 04, 2007 10:50 pm
Location: Roma, Italia

Postby infuzion on Sat Jan 12, 2008 7:37 pm

I'm interested in VSTs that I can shrink down then re-open fully, like how Reason does.

For some reason, I thought the VST3.0 SDK included resizing?
Need help? First search the forum & WiKi, then post in the help forum with a clear topic, request, & OSM. Then please WiKi the correct solution. If you want my personal assistance, I charge by the hour or for an exchange of services.
infuzion
smstar
smstar
 
Posts: 6163
Joined: Wed May 04, 2005 8:02 pm
Location: Earth, USA, CO, Denver

Postby Acrobat on Sun Jan 13, 2008 4:57 pm

infuzion wrote:I'm interested in VSTs that I can shrink down then re-open fully, like how Reason does.

For some reason, I thought the VST3.0 SDK included resizing?


Yes it does, but I guess SM needs to adequate with some new components.. sure there will be a handle at the bottom left corner of every VSTi window and I'm wondering how things will get resized, how MGUI will react to that host command.... :S
User avatar
Acrobat
smaniac
 
Posts: 1660
Joined: Mon Jun 04, 2007 10:50 pm
Location: Roma, Italia

Postby infuzion on Sun Jan 13, 2008 10:43 pm

Acrobat wrote:
infuzion wrote:I'm interested in VSTs that I can shrink down then re-open fully, like how Reason does. For some reason, I thought the VST3.0 SDK included resizing?
Yes it does, but I guess SM needs to adequate with some new components.. sure there will be a handle at the bottom left corner of every VSTi window and I'm wondering how things will get resized, how MGUI will react to that host command.
I don't think the VST authors meant that "resizing" means 100% resize-able VSTs have the resize-drag handle that you're talking about, but atleast be able to jump from large to small GUI like Reason does, & the both the VST & host allows the instant resize/redraw.
Need help? First search the forum & WiKi, then post in the help forum with a clear topic, request, & OSM. Then please WiKi the correct solution. If you want my personal assistance, I charge by the hour or for an exchange of services.
infuzion
smstar
smstar
 
Posts: 6163
Joined: Wed May 04, 2005 8:02 pm
Location: Earth, USA, CO, Denver

Postby Acrobat on Mon Jan 14, 2008 12:34 am

infuzion wrote:I don't think the VST authors meant that "resizing" means 100% resize-able VSTs have the resize-drag handle that you're talking about, but atleast be able to jump from large to small GUI like Reason does, & the both the VST & host allows the instant resize/redraw.


.but that's already implemented in 2.X (even if it is not programmable in SM), so why putting it in the news for VST 3.0 ?
User avatar
Acrobat
smaniac
 
Posts: 1660
Joined: Mon Jun 04, 2007 10:50 pm
Location: Roma, Italia

Next

Return to Ideas and Requests

Who is online

Users browsing this forum: No registered users and 0 guests