Re: [LAD] AMS LV2: GUI?

2011-12-12 Thread Harry van Haaren
On Sun, Dec 11, 2011 at 12:10 PM, Aurélien Leblond blabl...@gmail.comwrote: Let's get carried away! code m_comboWaveForm = 0; builder-get_widget(comboboxtextWaveForm, m_comboWaveForm); slotvoid p_slotWaveForm = compose(bind0 (mem_fun(*this, Vco2GUI::write_control), p_waveForm),

Re: [LAD] AMS LV2: GUI?

2011-12-11 Thread Aurélien Leblond
On Sun, Dec 11, 2011 at 1:46 AM, Harry van Haaren harryhaa...@gmail.com wrote: Two things though: - When using the original modules in AMS, I rely a lot on the actual value. Yes good point, Perhaps writing the value in digit form inside the knob could work? See next point about making

Re: [LAD] AMS LV2: GUI?

2011-12-10 Thread Harry van Haaren
Hey All, I've made a quick sketch of a possible UI, its a bit big and rough, but it will convey the general flavour: https://sites.google.com/site/harryhaaren/Home/mockup1.jpg Basically colour code the basic areas of the UI, (monochrome coded for colourblind) Turn-knobs for each parameter,

Re: [LAD] AMS LV2: GUI?

2011-12-10 Thread Aurélien Leblond
I've made a quick sketch of a possible UI, its a bit big and rough, but it will convey the general flavour: https://sites.google.com/site/harryhaaren/Home/mockup1.jpg They look good to me! Two things though: - When using the original modules in AMS, I rely a lot on the actual value. To keep

Re: [LAD] AMS LV2: GUI?

2011-12-10 Thread Harry van Haaren
Two things though: - When using the original modules in AMS, I rely a lot on the actual value. Yes good point, Perhaps writing the value in digit form inside the knob could work? See next point about making things a lot more shiny and cool :D Perhaps this a kind high-tech looking rather than

[LAD] AMS LV2: GUI?

2011-12-07 Thread Aurélien Leblond
Hello Fons, I'm contacting you because I have been working on porting the internal AMS modules into LV2 plugins for Ingen. So far I have been reusing the exact same GUI as the original AMS modules, but Harry kindly offered to design and code some GUI for these plugins. May be something similar

Re: [LAD] AMS LV2: GUI?

2011-12-07 Thread Fons Adriaensen
On Wed, Dec 07, 2011 at 07:43:52PM +, Aurélien Leblond wrote: I'm contacting you because I have been working on porting the internal AMS modules into LV2 plugins for Ingen. So far I have been reusing the exact same GUI as the original AMS modules, but Harry kindly offered to design and