Sequencer grid (Acid like)

Everything else that doesn't fall into one of the other PB categories.
eriansa
Enthusiast
Enthusiast
Posts: 277
Joined: Wed Mar 17, 2004 12:31 am
Contact:

Sequencer grid (Acid like)

Post by eriansa »

Image

How would you guys program this?

I think there are 3 options :

- 1 big Static Control (ImageGadget) : Fast, but needs internal coordinate system
- A Static Control per sizeable block
- Every sizeable block is a window

The grid should be zoomable (is this English?), and the blocks should zoom accordingly...

In fact it's a screenshot of Acid Pro.

Any ideas much appreciated!
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6172
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

softcode, ie. draw everything on a bitmap
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB - upgrade incoming...)
( The path to enlightenment and the PureBasic Survival Guide right here... )
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

Yes, I would also have used an ImageGadget.
Post Reply