Official Dropdown Preset Manager Beta Post

For general discussion related FlowStone
Post Reply
User avatar
wlangfor@uoguelph.ca
Posts: 912
Joined: Tue Apr 03, 2018 5:50 pm
Location: North Bay, Ontario, Canada
Contact:

Official Dropdown Preset Manager Beta Post

Post by wlangfor@uoguelph.ca »

So, I'd posted throughout the forum regarding the dropdown menu for a preset manager I have been working on. I figured that until it is in a complete form that I would post the various versions in perhaps a hope that someone might want to offer suggestions or even contribute.

It'd be refreshing to collaborate. I'm trying to stay away from ruby though.

Here's the download: download


+ Adding dropdown menu justify left, center right.
+ adding a filemanager sort of minimalized popup that allows the creation of categories (with folder images).
+ favorites and rating maybe (using three states of smily faces.)
+ adding a nice gui style in the properties panel
+ making the properties less modular (all in one place)
+ adding the option to only hide menu on unfocus (Thanks Trogluddite)
+ adding integration of tooltips (one style for help in the style of dialogue, the other rounded rect)
+ adding integrated touchscreen support (thanks pall)

Here's some pictures (click to see enlarged image)

Image

Image

So, I cleaned up the code a lot. I'm guessing it will be even cleaner when i am done.
My youtube channel: DSPplug
My Websites: www.dspplug.com KVRaudio flowstone products
User avatar
wlangfor@uoguelph.ca
Posts: 912
Joined: Tue Apr 03, 2018 5:50 pm
Location: North Bay, Ontario, Canada
Contact:

Re: Official Dropdown Preset Manager Beta Post

Post by wlangfor@uoguelph.ca »

BTW, was thinking, Mods; Maybe a Beta section?

Anyways, decided against rating; Only using favorites with font driven star in two colours for on/off
My youtube channel: DSPplug
My Websites: www.dspplug.com KVRaudio flowstone products
User avatar
trogluddite
Posts: 1730
Joined: Fri Oct 22, 2010 12:46 am
Location: Yorkshire, UK

Re: Official Dropdown Preset Manager Beta Post

Post by trogluddite »

wlangfor@uoguelph.ca wrote:BTW, was thinking, Mods; Maybe a Beta section?

That's not something we have the authority to do, unfortunately. I've often thought myself that the forum sections could do with extending - e.g. dedicated Ruby/ASM coding sections, "release" versions of plugins/exes, etc. You could try suggesting it via an email to support, but I wouldn't be too optimistic - even the spam-blocking features that myself and Spogg have begged for seem to be a long time coming! :(
All schematics/modules I post are free for all to use - but a credit is always polite!
Don't stagnate, mutate to create!
User avatar
lalalandsynth
Posts: 600
Joined: Sat Oct 01, 2016 12:48 pm

Re: Official Dropdown Preset Manager Beta Post

Post by lalalandsynth »

Following this, interesting.
User avatar
wlangfor@uoguelph.ca
Posts: 912
Joined: Tue Apr 03, 2018 5:50 pm
Location: North Bay, Ontario, Canada
Contact:

Re: Official Dropdown Preset Manager Beta Post

Post by wlangfor@uoguelph.ca »

lalalandsynth wrote:Following this, interesting.

Great :)

trogluddite wrote:
wlangfor@uoguelph.ca wrote:BTW, was thinking, Mods; Maybe a Beta section?

That's not something we have the authority to do, unfortunately. I've often thought myself that the forum sections could do with extending - e.g. dedicated Ruby/ASM coding sections, "release" versions of plugins/exes, etc. You could try suggesting it via an email to support, but I wouldn't be too optimistic - even the spam-blocking features that myself and Spogg have begged for seem to be a long time coming! :(


Yep, ah well. Anyways, made some headway making the settings for this modular. Next will be the dropdown align. Next folders and so on.

Anyways, I had a breakthrough for plugins. And that is a replacement mouse system. Think, You could have one drag y x on the parent module. And then an x y logger. Next all you would need is a mousedown event for the knob and x,y can do the rest. There would be no feedback that way because the x and y are already initiated. The redraws are next to nothing. A knob would only need merely the graphic strip!

Sick right? I think it's the future.

The reason for the drag xy is so that if the cursor goes off the plugin container it's still active. It also allows judging mouseup.
My youtube channel: DSPplug
My Websites: www.dspplug.com KVRaudio flowstone products
User avatar
wlangfor@uoguelph.ca
Posts: 912
Joined: Tue Apr 03, 2018 5:50 pm
Location: North Bay, Ontario, Canada
Contact:

Re: Official Dropdown Preset Manager Beta Post

Post by wlangfor@uoguelph.ca »

So, basically, I want in the final version to be a take on the ultra analog va 2 by aas's style.

But, slightly different. The AAS team like to seperate the folder from the presets, but I like the idea of having scrolls. So, here's an idea of that in an image. I was pressed for time so use Your imagination.

(click for full size)
Image
My youtube channel: DSPplug
My Websites: www.dspplug.com KVRaudio flowstone products
User avatar
wlangfor@uoguelph.ca
Posts: 912
Joined: Tue Apr 03, 2018 5:50 pm
Location: North Bay, Ontario, Canada
Contact:

Re: Official Dropdown Preset Manager Beta Post

Post by wlangfor@uoguelph.ca »

Mmk, so fork of this project is here:
http://dsprobotics.com/support/viewtopic.php?f=3&t=16592&p=51864#p51864

Which supercedes this one as they are both going in the same direction.
My youtube channel: DSPplug
My Websites: www.dspplug.com KVRaudio flowstone products
Halon
Posts: 321
Joined: Sat Nov 28, 2015 4:42 pm
Location: Norway

Re: Official Dropdown Preset Manager Beta Post

Post by Halon »

Great work Robert.
User avatar
wlangfor@uoguelph.ca
Posts: 912
Joined: Tue Apr 03, 2018 5:50 pm
Location: North Bay, Ontario, Canada
Contact:

Re: Official Dropdown Preset Manager Beta Post

Post by wlangfor@uoguelph.ca »

Halon wrote:Great work Robert.


Thanks. But now I have to change this project over to 100% Ruby. There was a conflict between the ruby and prims at different speeds. It worked 2 out of 4 times and then starts to work after. Ruby dropdowns are fine too; So that's doable.

I just need to rewrite one so that it has all of the same features as the prim version.
My youtube channel: DSPplug
My Websites: www.dspplug.com KVRaudio flowstone products
Post Reply