Support

If you have a problem or need to report a bug please email : support@dsprobotics.com

There are 3 sections to this support area:

DOWNLOADS: access to product manuals, support files and drivers

HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects

USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here

NEW REGISTRATIONS - please contact us if you wish to register on the forum

Official Dropdown Preset Manager Beta Post

For general discussion related FlowStone

Official Dropdown Preset Manager Beta Post

Postby wlangfor@uoguelph.ca » Tue Apr 23, 2019 9:24 pm

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

Re: Official Dropdown Preset Manager Beta Post

Postby wlangfor@uoguelph.ca » Thu Apr 25, 2019 2:33 pm

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
wlangfor@uoguelph.ca
 
Posts: 912
Joined: Tue Apr 03, 2018 5:50 pm
Location: North Bay, Ontario, Canada

Re: Official Dropdown Preset Manager Beta Post

Postby trogluddite » Thu Apr 25, 2019 3:40 pm

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
trogluddite
 
Posts: 1727
Joined: Fri Oct 22, 2010 12:46 am
Location: Yorkshire, UK

Re: Official Dropdown Preset Manager Beta Post

Postby lalalandsynth » Thu Apr 25, 2019 5:23 pm

Following this, interesting.
User avatar
lalalandsynth
 
Posts: 600
Joined: Sat Oct 01, 2016 12:48 pm

Re: Official Dropdown Preset Manager Beta Post

Postby wlangfor@uoguelph.ca » Sat Apr 27, 2019 2:39 pm

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

Re: Official Dropdown Preset Manager Beta Post

Postby wlangfor@uoguelph.ca » Sun Apr 28, 2019 6:41 pm

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

Re: Official Dropdown Preset Manager Beta Post

Postby wlangfor@uoguelph.ca » Sat May 04, 2019 7:07 pm

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
User avatar
wlangfor@uoguelph.ca
 
Posts: 912
Joined: Tue Apr 03, 2018 5:50 pm
Location: North Bay, Ontario, Canada

Re: Official Dropdown Preset Manager Beta Post

Postby Halon » Tue May 14, 2019 7:43 pm

Great work Robert.
Halon
 
Posts: 321
Joined: Sat Nov 28, 2015 4:42 pm
Location: Norway

Re: Official Dropdown Preset Manager Beta Post

Postby wlangfor@uoguelph.ca » Wed May 15, 2019 3:03 pm

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
User avatar
wlangfor@uoguelph.ca
 
Posts: 912
Joined: Tue Apr 03, 2018 5:50 pm
Location: North Bay, Ontario, Canada


Return to General

Who is online

Users browsing this forum: No registered users and 39 guests