Page 4 of 17

Re: Dragonfly Hall Reverb

Posted: Fri Feb 09, 2018 10:26 pm
by Michael Willis
Oh, if it would help, here's where I got the image of the dragonfly:

https://openclipart.org/detail/25776/dragonfly

The site claims that it is public domain. I just changed the color, scaled, rotated about 120 degrees clockwise, and pasted it as a layer.

If you want any of the other components from my concept art, I can send it to you, or put it under the artwork folder on the github project.

Re: Dragonfly Hall Reverb

Posted: Sat Feb 10, 2018 10:55 am
by rghvdberg
Ah, that graph seems doable ! Phew ..
Good idea to upload all artwork in the Artwork folder.

Just a heads up. It's pretty hard to get data from the DSP to the UI. So any calculations will be executed twice. At least Falktx told me to do so in the Ninjas plugin.
And Falktx is always right, that's a scientific fact.

Re: Dragonfly Hall Reverb

Posted: Sat Feb 10, 2018 10:59 am
by rghvdberg
Michael Willis wrote: If you need help with the math to calculate the logarithmic coordinates, I can help with that.
Oh boy, yes ..
My math skills are limited to basic arithmetic :? :lol:

Another great opportunity to learn things.
This is gonna be awesome.

Re: Dragonfly Hall Reverb

Posted: Sat Feb 10, 2018 5:47 pm
by Michael Willis
rghvdberg wrote:Good idea to upload all artwork in the Artwork folder.
Done! It's all Gimp project files. Like I said, take it or leave it, I'm not attached to anything. Mostly I was just trying to communicate the basic idea that I had in my head.

https://github.com/michaelwillis/dragon ... f6e295229a
rghvdberg wrote:And Falktx is always right, that's a scientific fact.
:lol:

Re: Dragonfly Hall Reverb

Posted: Sat Feb 10, 2018 9:46 pm
by rghvdberg
:thumbsup:

Re: Dragonfly Hall Reverb

Posted: Mon Feb 12, 2018 3:59 pm
by rghvdberg
I set up a matrix room

https://riot.im/app/#/room/#dragonfly:matrix.org

you *can* signup for matrix/riot but it will work fine with a guest account (just like irc, but on steriods :p )

Re: Dragonfly Hall Reverb

Posted: Tue Feb 27, 2018 8:38 am
by rghvdberg
current UI on my fork.
oh and it's functional
Image

Re: Dragonfly Hall Reverb

Posted: Tue Feb 27, 2018 10:55 am
by sysrqer
That looks amazing! I can't wait to finally getting around to trying out this reverb, albeit with the UI for now.

Re: Dragonfly Hall Reverb

Posted: Tue Feb 27, 2018 11:03 am
by rghvdberg
Top half of LCD will display a graph , but I need Michael to do the math :-)

Below the display will come buttons for the preset browser and an 'about' / credit screen.

Re: Dragonfly Hall Reverb

Posted: Tue Feb 27, 2018 11:11 am
by rghvdberg
Fork is here https://github.com/rghvdberg/dragonfly-reverb

You'll need to edit line 36 in https://github.com/rghvdberg/dragonfly- ... verbUI.cpp to a valid location

Code: Select all

fNanoFont  = fNanoText.createFontFromFile ( "lcd_solid","/home/rob/git/dragonfly-reverb/plugins/dragonfly-reverb/Artwork/LCD_Solid.ttf" );

When done I'll do a PR

Re: Dragonfly Hall Reverb

Posted: Tue Feb 27, 2018 11:03 pm
by Michael Willis
Great work! After the PR I'll make an attempt at implementing the graph.

Re: Dragonfly Hall Reverb

Posted: Wed Feb 28, 2018 2:58 am
by varpa
I think the GUI for the Dragonfly reverb is excellent, but it would be cool if you could put an image of a dragonfly on it somewhere.

Re: Dragonfly Hall Reverb

Posted: Wed Feb 28, 2018 3:00 am
by Michael Willis
varpa wrote:I think the GUI for the Dragonfly reverb is excellent, but it would be cool if you could put an image of a dragonfly on it somewhere.
It's in the background, very subtle, but yeah, maybe we could put a small one by the title word or something.

Re: Dragonfly Hall Reverb

Posted: Wed Feb 28, 2018 10:25 am
by rghvdberg
the plan was always to have 2 type of gui
so here's the first draft of a 'flat' gui

Image

Re: Dragonfly Hall Reverb

Posted: Wed Feb 28, 2018 3:51 pm
by ssj71
Michael Willis wrote:
varpa wrote:I think the GUI for the Dragonfly reverb is excellent, but it would be cool if you could put an image of a dragonfly on it somewhere.
It's in the background, very subtle, but yeah, maybe we could put a small one by the title word or something.
I like the subtle image. But thats just the thing with GUIs, you get as many different opinions about them as people who look at them. In the end just do what you like and don't worry about people who just don't like it aesthetically. Criticism always welcome, evaluated, (and disregarded if it doesn't improve useability or I just don't have time).