Plug-ins, Hosts, Apps,
Hardware, Soundware
Developers
(Brands)
Videos Groups
Whats's in?
Banks & Patches
Download & Upload
Music Search
KVR
   
KVR Forum » u-he
Thread Read
Zebra3 Info
Goto page Previous  1, 2, 3 ... 9, 10, 11 ... 15, 16, 17  Next
EvilDragon
KVRAF
- profile
- pm
PostPosted: Tue Jan 15, 2013 5:51 am reply with quote
Aha, so that's why I'm very lost there Very Happy
^ Joined: 06 Jan 2009  Member: #197719  Location: Croatia
Prevalence
KVRist
- profile
- pm
- e-mail
PostPosted: Tue Jan 15, 2013 10:59 am reply with quote
I want it..........!!

It's 'Mine'..........

Not 'Urs'...........

Smile Cool HiHi
^ Joined: 07 Feb 2008  Member: #172978  
bltpyro
KVRer
- profile
- pm
- e-mail
PostPosted: Thu Jan 17, 2013 1:44 pm reply with quote
For scaling the UI, will we there be an option to see more on the screen rather than just a larger version? The main reason I would like the larger UI is so I can see more modules at the same time instead of needing to scroll down if there are too many. And maybe in the larger resolution versions having an option to see 2 lower panes, and possibly scale individual modules, so the mod mapper or custom LFO is easier to use, but the rest of the modules remain small.
^ Joined: 05 Nov 2012  Member: #291395  
Urs
KVRAF
- profile
- e-mail
- www
PostPosted: Thu Jan 17, 2013 2:42 pm reply with quote
bltpyro wrote:
For scaling the UI, will we there be an option to see more on the screen rather than just a larger version? The main reason I would like the larger UI is so I can see more modules at the same time instead of needing to scroll down if there are too many. And maybe in the larger resolution versions having an option to see 2 lower panes, and possibly scale individual modules, so the mod mapper or custom LFO is easier to use, but the rest of the modules remain small.

We're toying with the idea of making any panel "detachable" from the main gui. It could sit in its own window and by scalable to taste.

Not sure if we can burden a plugin (or our support team) with such feature.
^ Joined: 07 Aug 2002  Member: #3542  Location: Berlin
xh3rv
KVRian
- profile
- pm
- e-mail
PostPosted: Thu Jan 17, 2013 11:46 pm reply with quote
Urs wrote:

We're toying with the idea of making any panel "detachable" from the main gui. It could sit in its own window and by scalable to taste.

Not sure if we can burden a plugin (or our support team) with such feature.


From another thread:

Urs wrote:
Jajaja... a "lock parameter" command will come. Maybe even this year already Embarassed


I wonder if these things might be related in some ways. Pushing something into it's own window sort of implies it should be persistent and everything else mutable, or vice versa. Currently I'll often use the dumb but DIY method of transcribing from one instance of Zebra or whatever into another as a way to isolate something that I want to keep or rework, and that's a bit of both of these things HiHi
^ Joined: 10 Dec 2008  Member: #195613  Location: Minneapolis
mleghorn
KVRist
- profile
- pm
- e-mail
- www
PostPosted: Fri Jan 18, 2013 8:20 pm reply with quote
Meanwhile, I'm working on a time machine so I can go into the future to when Zebra 3 is released, because I can't wait!
^ Joined: 17 Dec 2007  Member: #168481  Location: Evanston, IL.
Urs
KVRAF
- profile
- e-mail
- www
PostPosted: Sat Jan 19, 2013 3:21 am reply with quote
mleghorn wrote:
Meanwhile, I'm working on a time machine so I can go into the future to when Zebra 3 is released, because I can't wait!

Time travel in the future is nearly possible. Get shock frozen and hope that someone has a big enough microwave and a way to reanimate you at your destination.

Time travel the other way round is difficult.
^ Joined: 07 Aug 2002  Member: #3542  Location: Berlin
Benutzername
KVRist
- profile
- pm
PostPosted: Sat Jan 19, 2013 7:42 am reply with quote
Urs wrote:
Time travel the other way round is difficult.


It's easy - just walk into the guitar area at NAMM. HiHi
^ Joined: 23 Jan 2008  Member: #171645  Location: Hamburg, Germany
gentleclockdivider
KVRist
- profile
- pm
PostPosted: Mon Jan 21, 2013 9:10 am reply with quote
Urs wrote:
mihai wrote:
will zebra 3 get some gui reworks?

one thing i appreciate on paper is the scaling options though in practice it doesn't look too great when zoomed.

This is going to be addressed. I've already built half of whatever I need from Photoshop into our UI framework and a nano sized 3D raytracer. At some point this will pre-render images in any size desired, and our vector based ui objects will get a "tangible" touch.

Provided we don't need two years or more to fulfill all intrigueing feature requests Embarassed

I really hope this will not bring to much pressure on the cpu .
Some vst's can bring up the cpu load when you drag some knobs/sliders ( especially all fx pansion stuff ), this could be platform dependant ...dunno ...I do know zebra never had this problem and hope it will stay that way , but hearing that vector based drawings will be used ...means ..more cpu cycles ...
damn
----
Eyeball exchanging
Soul calibrating ..frequencies
^ Joined: 21 Mar 2009  Member: #203660  Location: gent
xh3rv
KVRian
- profile
- pm
- e-mail
PostPosted: Mon Jan 21, 2013 5:01 pm reply with quote
gentleclockdivider wrote:

I really hope this will not bring to much pressure on the cpu .
Some vst's can bring up the cpu load when you drag some knobs/sliders ( especially all fx pansion stuff ), this could be platform dependant ...dunno ...I do know zebra never had this problem and hope it will stay that way , but hearing that vector based drawings will be used ...means ..more cpu cycles ...
damn


It sounded to me like Urs is talking about stuff that doesn't need to be animated frequently, just on configuration changes? I did have similar problems with Etch's GUI. I don't think that was necessarily about flaws in a platform or vector techniques - I figure it's a step further in how rendering routines may have been implemented in that particular case, especially developing across multiple platforms it's easy to take a few steps out of order or something and get stuck in the wrong gear.
^ Joined: 10 Dec 2008  Member: #195613  Location: Minneapolis
Urs
KVRAF
- profile
- e-mail
- www
PostPosted: Tue Jan 22, 2013 1:37 am reply with quote
Well, my stuff has been a mix of bitmap and vector graphics all along - but I always kept an eye on performance.

The idea is, instead of, say, 5MB for uncompressed bitmaps, load only 2.5MB compressed & high res graphics. Then dynamically cache uncompressed/scaled derivates in a 7.5MB render buffer. A few years ago 5MB was a lot. Nowadays 10MB or even 20MB is *tiny*.

The gain is faster gui opening times, better looks on resized editors and smaller downloads, at the expense of a bit more RAM, maybe not even that much. Drawing should be the same but it may be sped up on scaled guis as well.

As an example, I've developed a compression algorithm for knob graphics. 101 frames are compressed down to about 15% of the original size, lossless. Thus we can store them at quadrouple resolution for half the memory. We can also then double the number of frames for just a little bit more. Unpacking is quick and would only be done for knobs that actually move. All other knobs draw their cached images, but same images would not be cached twice.

This s however in an experimental state, as is the 3D render engine.
^ Joined: 07 Aug 2002  Member: #3542  Location: Berlin
mikedw
KVRist
- profile
- pm
PostPosted: Wed Jan 23, 2013 4:25 am reply with quote
What date do you plan to release Zebra 3?

Love
^ Joined: 11 Sep 2011  Member: #264557  
EvilDragon
KVRAF
- profile
- pm
PostPosted: Wed Jan 23, 2013 4:29 am reply with quote
When it's done.
^ Joined: 06 Jan 2009  Member: #197719  Location: Croatia
ericj23
KVRAF
- profile
- pm
PostPosted: Wed Jan 23, 2013 4:35 am reply with quote
I have been meaning to ask this for ages - there was an offer mentioned about buying Zebra now and getting cheap upgrades and free if if you bought Dark Zebra.

So, does this still apply and can I use the dinosaur discount too?
----
down boy
^ Joined: 25 Aug 2002  Member: #3685  Location: here
mikedw
KVRist
- profile
- pm
PostPosted: Wed Jan 23, 2013 10:18 pm reply with quote
What date do you plan to release Zebra 3? Shocked
^ Joined: 11 Sep 2011  Member: #264557  
All times are GMT - 8 Hours

Printable version
Page 10 of 17
Goto page Previous  1, 2, 3 ... 9, 10, 11 ... 15, 16, 17  Next
Display posts from previous:   
ReplyNew TopicPrevious TopicNext Topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Username: Password:  
KVR Developer Challenge 2012