Re: [LMMS-devel] Responsive UI Layout

2014-11-30 Thread Jonathan Aquilina
Never mind then will stick to the mac bugs. On Mon, Dec 1, 2014 at 8:13 AM, Vesa wrote: > On 12/01/2014 07:48 AM, Jonathan Aquilina wrote: > > Correct me if I am wrong here. We use CSS for the UI layout? > > We don't. We use QSS (Qt's version of CSS) for theming widgets, and > nothing else. Layo

Re: [LMMS-devel] Responsive UI Layout

2014-11-30 Thread Vesa
On 12/01/2014 07:48 AM, Jonathan Aquilina wrote: > Correct me if I am wrong here. We use CSS for the UI layout? We don't. We use QSS (Qt's version of CSS) for theming widgets, and nothing else. Layout is defined in the software.

Re: [LMMS-devel] Responsive UI Layout

2014-11-30 Thread Jonathan Aquilina
This is something I would be able to do as I am familiar with CSS and I think it would be beneficial to be able to not have to worry about various screen sizes. On Mon, Dec 1, 2014 at 6:51 AM, Tres Finocchiaro wrote: > Stop thinking. > On Dec 1, 2014 12:49 AM, "Jonathan Aquilina" > wrote: > >>

Re: [LMMS-devel] Responsive UI Layout

2014-11-30 Thread Tres Finocchiaro
Stop thinking. On Dec 1, 2014 12:49 AM, "Jonathan Aquilina" wrote: > Correct me if I am wrong here. We use CSS for the UI layout? As I have a > very interesting idea if that is the case. > > -- > Jonathan Aquilina > > > -

[LMMS-devel] Responsive UI Layout

2014-11-30 Thread Jonathan Aquilina
Correct me if I am wrong here. We use CSS for the UI layout? As I have a very interesting idea if that is the case. -- Jonathan Aquilina -- Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! I

Re: [LMMS-devel] Let's release 1.1

2014-11-30 Thread Tres Finocchiaro
With the help of new contributor Dave French, the DualFilter bug has been closed, making it usable for stable-1.1. There are a bunch of other last-minute fixes in this RC as well . Please test out the RC10 here: https://github.com/LMMS/lmms/releas

Re: [LMMS-devel] EQ plugin

2014-11-30 Thread Dave French
I decided to open this as an issue, just to keep it in one place. have upload first concept artwork On 30 November 2014 at 15:41, Dave French wrote: > Give me a bit and i will post a screen shot of the ui im working on, you > will see that what you have described is what I am aiming for , + a h

Re: [LMMS-devel] EQ plugin

2014-11-30 Thread Dave French
Yes. That is the filter combo I was going for. I personally use a hp on every chanel when mixing down. Removing filters from the chain is no biggie if after testing it proves too many. Tbh my first go is like a prototype to see what works. Im expecting to be making many changes before I rewrite the

Re: [LMMS-devel] EQ plugin

2014-11-30 Thread Vesa
On 11/30/2014 05:41 PM, Dave French wrote: > Give me a bit and i will post a screen shot of the ui im working on, > you will see that what you have described is what I am aiming for , + > a hp at the beginning, and low pass at the end. So you want to do peak filters, low/high shelves, and addition

Re: [LMMS-devel] Kicker plugin rimshot preset.

2014-11-30 Thread Tres Finocchiaro
@mikobuntu, Please issue a PR against stable-1.1 and we'll discuss there. I'll tag some of our samples team and go from there. There is a good likelihood it wont get merged in time, but we need more kicker presets!! -Tres - tres.finocchi...@gmail.com On Sat, Nov 29, 2014 at 2:43 PM, Stian J

Re: [LMMS-devel] EQ plugin

2014-11-30 Thread Dave French
Give me a bit and i will post a screen shot of the ui im working on, you will see that what you have described is what I am aiming for , + a hp at the beginning, and low pass at the end. what I meant by different filters, was the ability to select different implementations of each type, because the

Re: [LMMS-devel] EQ plugin

2014-11-30 Thread Vesa
On 11/30/2014 03:41 PM, Dave French wrote: > My initial thoughts was to have selectable filter types per band so a > few different lp, bell, notch , shelf hp filters types, selectable by > the user, but im not sure that it benefits the user, as it can be more > of a distraction, I also feel using

Re: [LMMS-devel] EQ plugin

2014-11-30 Thread Dave French
Cheers Dizzy will take a look at this, this afternoon, sure has helped. I need a break from reading up about QT. Im glad you suggested that custom widget, because it has got me learning about QT, a skill that is probably essential if im to contribute more to lmms. My initial thoughts was to have s

Re: [LMMS-devel] EQ plugin

2014-11-30 Thread Vesa
On 11/30/2014 12:39 AM, Vesa wrote: > On 11/30/2014 12:24 AM, Dave French wrote: >> You want me pull to code into a class? > No, I can do that... Ok, it is now done (in master branch). BasicFilters.h now contains the class BiQuad, where ch_cnt_t is a typedef for int that signifies channel count.