Re: [LMMS-devel] Monstro and Watsyn

2014-04-08 Thread Vesa
On 04/09/2014 06:52 AM, Tres Finocchiaro wrote: > So I had an opportunity tonight to test drive these and I can't > express the excitement. > > I like the "Wave" graphics for the "Wavetable" synth, very nice touch. > > I did experience some rendering issues with the knob, but that might > just be t

Re: [LMMS-devel] Wav loop points support

2014-04-08 Thread Vesa
On 04/09/2014 06:33 AM, Tres Finocchiaro wrote: > Here's the latest AFP artwork proposal: > > http://i.imgur.com/QdlAQrS.png > > - tres.finocchi...@gmail.com > > Yeah... I think that'll work. Looks consistent at least. Good job! -

Re: [LMMS-devel] Building LMMS for OSX

2014-04-08 Thread Tres Finocchiaro
@Toby, So I've spent some more time on this but its still racking my brain... I heard back from RyanDesigns on the message and he had this to offer: My understanding of this error is that there are two different types of > shared libraries you can create on OS X: dylibs, which are libraries othe

Re: [LMMS-devel] LMMS in portuguese language (?)

2014-04-08 Thread Tres Finocchiaro
On Tue, Apr 8, 2014 at 11:59 PM, Esteban Viveros wrote: > ok... I downloaded the source from git and open pt-br.ts and we have only > a few words translated... That's the problem... > > I'm working now to translate all... But I need the name of the guy who > translated before to put his name on cr

Re: [LMMS-devel] LMMS in portuguese language (?)

2014-04-08 Thread Esteban Viveros
ok... I downloaded the source from git and open pt-br.ts and we have only a few words translated... That's the problem... I'm working now to translate all... But I need the name of the guy who translated before to put his name on credits of translation too... Anyone knows? 2014-04-08 17:08 GMT-0

Re: [LMMS-devel] Monstro and Watsyn

2014-04-08 Thread Tres Finocchiaro
(sorry, typo!) > I'm thinking **Unfa**, since he competed on the KVR synth competition. :) > -- Put Bad Developers to Shame Dominate Development with Jenkins Continuous Integration Continuously Automate Build, Test & Dep

[LMMS-devel] Monstro and Watsyn

2014-04-08 Thread Tres Finocchiaro
So I had an opportunity tonight to test drive these and I can't express the excitement. I like the "Wave" graphics for the "Wavetable" synth, very nice touch. I did experience some rendering issues with the knob, but that might just be the branch I was using. http://i.imgur.com/0aP9w4q.png I wo

Re: [LMMS-devel] Wav loop points support

2014-04-08 Thread Tres Finocchiaro
Here's the latest AFP artwork proposal: http://i.imgur.com/QdlAQrS.png - tres.finocchi...@gmail.com -- Put Bad Developers to Shame Dominate Development with Jenkins Continuous Integration Continuously Automate Build, Test

Re: [LMMS-devel] LMMS in portuguese language (?)

2014-04-08 Thread Stian Jørgensrud
It kind of makes sense that if you open the english.ts file you can't see the already translated files in portugues? Maybe you need to open the portuguese.ts too somehow? Esteban Viveros wrote > HUm... well observed The "close" button say "Fechar" in > portuguese.. > But in translation tab

Re: [LMMS-devel] Proposal: Fitting UI elements to be used in Qt Designer

2014-04-08 Thread Tobias Doerffel
Hi, try using m_outerColor.isValid() instead. It should return false if m_outerColor was default-constructed but not initialized explicitely. Thanks Toby -- Put Bad Developers to Shame Dominate Development with Jenkins

Re: [LMMS-devel] Proposal: Fitting UI elements to be used in Qt Designer

2014-04-08 Thread Johannes Lorenz
I just wanted to de-pointerize "m_outerColor", but I hit this code: if( m_outerColor ) { QRadialGradient gradient( centerPoint(), outerRadius() ); gradient.setColorAt(0.4, _p->pen().brush().color() );