Bitwise Gui Editor

DSP, Plugin and Host development discussion.
Post Reply New Topic
RELATED
PRODUCTS

Post

An experiment aimed at simplifying and speeding up the development of GUIs.

It sports only basic features, though.

http://www.adszone.org/WiseGui/

Post

Wisegui Library + ZynAddSubFx = ZynWise

(a ZynAddSubFx Xiz preset player)


http://www.kvraudio.com/forum/viewtopic ... 97#5360297

Post

sweet name :)
you come and go, you come and go. amitabha neither a follower nor a leader be tagore "where roads are made i lose my way" where there is certainty, consideration is absent.

Post

How many wisegui libraries does it take to make a peak meter?

One.


The wisegui library has been updated to support the Movie Control.
The Movie Control can be exported by Bitwise Gui Editor 1.1

http://www.adszone.org/WiseGui/peakmeter.htm

http://www.adszone.org/WiseGui/index.html

Post

Cool, thanks bitwise :)

Post

Thank you.

There's a small bug in wisegui's "Example" and in ZynWise.

This kind of checks:

Code: Select all

if (_gui)

Code: Select all

if (_gui != NULL)
should be replaced with:

Code: Select all

if (_gui->isOpen())
or (to be sure)

Code: Select all

if (_gui && _gui->isOpen())

Post

Wisegui learns to paint

Stories of:

- spinning balls
- oscilloscopes
- envelopes


http://www.adszone.org/WiseGui/animations.htm

http://www.adszone.org/WiseGui/index.html

Post Reply

Return to “DSP and Plugin Development”