Re: [LMMS-devel] Mime-type icons

2014-02-02 Thread Vesa
On 02/03/2014 06:40 AM, Tres Finocchiaro wrote: Mime-type preview: Looks good to me. -- Managing the Performance of Cloud-Based A

Re: [LMMS-devel] One insrtument, playing many instruments.

2014-02-02 Thread Vesa
On 02/03/2014 09:13 AM, nsk wrote: > One more thing. Now LMMS really lacks the ability to integrate > instuments into one, so that there was no need to duplicate content > pianoroll. > Well there's a workaround, you can sort of daisy-chain instruments together via MIDI. Enable MIDI-output on ins

[LMMS-devel] One insrtument, playing many instruments.

2014-02-02 Thread nsk
One more thing. Now LMMS really lacks the ability to integrate instuments into one, so that there was no need to duplicate content pianoroll. -- Managing the Performance of Cloud-Based Applications Take advantage of what

Re: [LMMS-devel] Creative inspiration

2014-02-02 Thread Jonathan Aquilina
I did speak to Toby yesterday and he told me he is holding back on the 1.0.0 release as there are somethings which still need to be fixed as well as some new regressions which he wants to take care of first. On Sunday, February 02, 2014 05:40:44 PM you wrote: > I can understand that midi is a WI

Re: [LMMS-devel] Did a vid on the LMMS revival

2014-02-02 Thread Tres Finocchiaro
@John, Fantastic. Where do I get that MusicBox SF2?! :) @Stian, is it premature to post this to Facebook? -Tres - tres.finocchi...@gmail.com On Mon, Feb 3, 2014 at 12:31 AM, John Serafino wrote: > I've recently split my YouTube output between my primary LazerBlade tacks > and tuts channel

[LMMS-devel] Did a vid on the LMMS revival

2014-02-02 Thread John Serafino
I've recently split my YouTube output between my primary LazerBlade tacks and tuts channel and a more vloggy LazerBlade's Funhouse channel. On the latter, I've decided to make my second video be on the cool stuff that's been going on with LMMS lately. http://www.youtube.com/watch?v=g7SkpK2JFE8 Th

Re: [LMMS-devel] Mime-type icons

2014-02-02 Thread Tres Finocchiaro
Mime-type preview: [image: Inline image 1] SVG downloadable here: https://drive.google.com/file/d/0B4PpvIwHd1U0U2NaWlNrWndjSjQ/edit?usp=sharing Also, the MMP version (without the "Z"): https://drive.google.com/file/d/0B4PpvIwHd1U0b2MzOG44R01WUWc/edit?usp=sharing This is simply the Human documen

Re: [LMMS-devel] Wake LMMS up!

2014-02-02 Thread Tres Finocchiaro
Agree completely with Vesa. Logo is decided, name is... well... awaiting a not of "genius" in terms of a name that is universally better than LMMS. It's the best comparison I have, but when GAIM was faced with a similar decision, the word "Pidgin" and purple pigeon mascot were a fantastic and nat

Re: [LMMS-devel] Porting hexter

2014-02-02 Thread Rubén Ibarra Pastor
I do agree on creating a qt frontend for it Rubén Ibarra Pastor > Date: Sun, 2 Feb 2014 19:38:31 +0100 > From: tobias.doerf...@gmail.com > To: pastor...@msn.com > CC: lmms-devel@lists.sourceforge.net > Subject: Re: [LMMS-devel] Porting hexter > > Hi, > > if you code a Qt frontend, nothing

Re: [LMMS-devel] Wake LMMS up!

2014-02-02 Thread Vesa
On 02/02/2014 10:55 PM, Stian Jørgensrud wrote: > So should we let Facebook users and forums users into the voting on name and > logo or not? > The logo has already been decided, the only question at this point is whether it's going to be in green or yellow. As for the name, I'm not really sure a

Re: [LMMS-devel] Wake LMMS up!

2014-02-02 Thread Bill Y.
I thought that's what the LMMS logo discussionarea in the Google+ LMMS Artists community was going to be for. There was a link for a survey monkey poll, but the results ended at 100 votes, an

Re: [LMMS-devel] Introduction

2014-02-02 Thread Vesa
On 02/02/2014 11:20 PM, Bill Y. wrote: > I can try, I'm new to Git. Is there a specific one I should fork from? > > > > On Sun, Feb 2, 2014 at 1:34 PM, Tobias Doerffel > mailto:tobias.doerf...@gmail.com>> wrote: > > Hi Bill, > > I like them - thanks a lot! Do you mind sending a pull reques

Re: [LMMS-devel] Introduction

2014-02-02 Thread Bill Y.
I can try, I'm new to Git. Is there a specific one I should fork from? On Sun, Feb 2, 2014 at 1:34 PM, Tobias Doerffel wrote: > Hi Bill, > > I like them - thanks a lot! Do you mind sending a pull request from > your own repository fork on Github? This would ease integration for > us. > > Toby

Re: [LMMS-devel] Domain for LMMS

2014-02-02 Thread Tobiasz Karoń
>From my point of view, suffix "-project" doesn't carry any information. It could be a band (Gotan Project), a movie (Project: Monster) or a video game (Project: Snowblind). Anything. The abbreviation LMMS also doesn't explain anything to a newcomer. So the whole address might not look meaningful

Re: [LMMS-devel] Wake LMMS up!

2014-02-02 Thread Stian Jørgensrud
So should we let Facebook users and forums users into the voting on name and logo or not? -- View this message in context: http://linux-multimedia-studio-lmms.996328.n3.nabble.com/Wake-LMMS-up-tp4077p5875.html Sent from the lmms-devel mailing list archive at Nabble.com. ---

Re: [LMMS-devel] I wrote a LADSPA Crossfader

2014-02-02 Thread Tres Finocchiaro
Very cool! On Feb 2, 2014 2:59 PM, "Vesa" wrote: > The concept is simple. It contains one knob and one toggle led. > > You add the crossfader effect to two different instruments (or fx > channels). On one, you set the toggle led on, on another, you set it > off. Then you connect both crossfade's

Re: [LMMS-devel] I wrote a LADSPA Crossfader

2014-02-02 Thread Vesa
On 02/02/2014 09:59 PM, Vesa wrote: > I may not be explaining this very good... so try it yourself. > > https://github.com/diizy/ladspa-xfade > > to compile, do: > > gcc -O3 -march=native -o xfade.o -c xfade.c > ld -o xfade.so xfade.o -shared > cp xfade.so > Oh I forgot to mention... you will nee

[LMMS-devel] I wrote a LADSPA Crossfader

2014-02-02 Thread Vesa
The concept is simple. It contains one knob and one toggle led. You add the crossfader effect to two different instruments (or fx channels). On one, you set the toggle led on, on another, you set it off. Then you connect both crossfade's knobs to the same automation, and bang, that automation now

Re: [LMMS-devel] Porting hexter

2014-02-02 Thread Tobias Doerffel
Hi, if you code a Qt frontend, nothing should stop us from integrating Hexter. However with the current Gtk dependency it would neither integrate well into the UI nor make things easy to build, especially on platforms other than Linux (and I will not include the whole Gtk+ framework in the Win32 b

Re: [LMMS-devel] Introduction

2014-02-02 Thread Tobias Doerffel
Hi Bill, I like them - thanks a lot! Do you mind sending a pull request from your own repository fork on Github? This would ease integration for us. Toby -- WatchGuard Dimension instantly turns raw network data into acti

Re: [LMMS-devel] Mime-type icons

2014-02-02 Thread Israel
On 02/02/2014 10:38 AM, Tres Finocchiaro wrote: According to this article, it seems they default to the gnome icon repository. https://help.ubuntu.com/community/AddingMimeTypes Last I looked into something like this, Ubuntu used their own called "Humanity" so perhaps this is how you commit an

Re: [LMMS-devel] Domain for LMMS

2014-02-02 Thread Bill Y.
Ah, I see Last mile mobile solutions... I was under the impression that .org domains for not for commercial companies, but organizations. :\ oh well. I'm cool with lmms-project.com On Sun, Feb 2, 2014 at 4:41 AM, Lukas W. wrote: > @Tres: > I think adding "-project" implies that it's not only ab

Re: [LMMS-devel] Mime-type icons

2014-02-02 Thread Tres Finocchiaro
According to this article, it seems they default to the gnome icon repository. https://help.ubuntu.com/community/AddingMimeTypes Last I looked into something like this, Ubuntu used their own called "Humanity" so perhaps this is how you commit an icon without conflicting with the artwork that ship

Re: [LMMS-devel] Mime-type icons

2014-02-02 Thread Vesa
On 02/02/2014 06:23 PM, Tres Finocchiaro wrote: > @Israel, > > Are you aware of how the Debian variants (Ubuntu, Mint, UbuntuStudio, > etc) register these? Is the theme folder something the installer can > write to? Can we provide our own? Or do we need an act of God (so to > speak) to get this

Re: [LMMS-devel] Mime-type icons

2014-02-02 Thread Vesa
On 02/02/2014 05:26 PM, Israel wrote: > The Mime type icons are usually stored in > /usr/share/icons/*ThemeName*/mimes/*size* > i.e."/usr/share/icons/Humanity/mimes/24" > It may take a bit of research on how to carry your own Mime type icon > (is this do-able?) Should be doable? --

Re: [LMMS-devel] Wake LMMS up!

2014-02-02 Thread Bill Y.
Or we could be all linux geeky with a recursive acronym. LMMS Means Music Studio On Fri, Jan 31, 2014 at 4:52 PM, Jonathan Aquilina wrote: > @ lukas can you maintain a page of names on the SF wiki and we vote there? > > > On Fri, Jan 31, 2014 at 10:50 PM, Jonas Trappenberg > wrote: > >> I abs

Re: [LMMS-devel] Introduction

2014-02-02 Thread Bill Y.
Here are the PNGs https://drive.google.com/file/d/0BwJ-TpACk7OsLWp2OTBPd19oX1U/edit?usp=sharing https://drive.google.com/file/d/0BwJ-TpACk7OsREJ3TkxxN3ZJdEU/edit?usp=sharing https://drive.google.com/file/d/0BwJ-TpACk7OsalB1Rkg1WnJhczQ/edit?usp=sharing https://drive.google.com/file/d/0BwJ-TpACk7Osd3

[LMMS-devel] Porting hexter

2014-02-02 Thread Rubén Ibarra Pastor
What do you think if we port this synth into LMMS. http://www.youtube.com/watch?v=V9TkFH91J_M I am disposed to do the work, maybe using the same techniques as porting sfxr and zynaddsubfx. Rubén Ibarra Pastor -

Re: [LMMS-devel] Just an idea... (LSP)

2014-02-02 Thread Israel
On 02/01/2014 07:02 PM, Stian Jørgensrud wrote: Already possible, yes. And the drum kits are not included yet? I thought they were :p http://sourceforge.net/projects/hydrogen/files/Sound%20Libraries/Main%20sound%20libraries/ Didn't someone submit a patch already to import hydrogen projects

Re: [LMMS-devel] Future staff recruiting

2014-02-02 Thread Jonathan Aquilina
Vesa posting it anywhere and everywhere is a good thing to do. On Sunday, February 02, 2014 01:25:10 PM Vesa wrote: > On 02/02/2014 03:52 AM, Stian Jørgensrud wrote: > > Articles, mails, > > > > forums and social media. Somehow we surely can get more people involved? > > Yeah, I assume the "pr

Re: [LMMS-devel] Future staff recruiting

2014-02-02 Thread Vesa
On 02/02/2014 03:52 AM, Stian Jørgensrud wrote: > Articles, mails, > forums and social media. Somehow we surely can get more people involved? > Yeah, I assume the "press release" idea is still on - after the final release of 1.0.0, we'll publish a press release and forward it to the most prominen

Re: [LMMS-devel] Compact Track buttons causes icons to be hidden #73

2014-02-02 Thread Chrissy McManus
here is what i have posted on github as my fix for this bug:- i have fixed this issue although i havn't created a patch. to fix just change lmms/src/gui/bb_editor and change line (71) and line (76) from 192 to 264. Im sure one of you kind developers can do this... thanks Mikobuntu. thanks Mikobu

Re: [LMMS-devel] Future staff recruiting

2014-02-02 Thread Jonathan Aquilina
Whats the link to the facebook page i can never remember the name :( On Sunday, February 02, 2014 02:36:51 AM Stian Jørgensrud wrote: > I am kind of in charge of the Facebook page. We could need another developer > in there! So if you want I can add you as admin Jonathan. > > > > -- > View thi

Re: [LMMS-devel] Future staff recruiting

2014-02-02 Thread Jonathan Aquilina
No problem for me I will send you a message there. On Sunday, February 02, 2014 02:36:51 AM Stian Jørgensrud wrote: > I am kind of in charge of the Facebook page. We could need another developer > in there! So if you want I can add you as admin Jonathan. > > > > -- > View this message in contex

Re: [LMMS-devel] Future staff recruiting

2014-02-02 Thread Stian Jørgensrud
I am kind of in charge of the Facebook page. We could need another developer in there! So if you want I can add you as admin Jonathan. -- View this message in context: http://linux-multimedia-studio-lmms.996328.n3.nabble.com/Future-staff-recruiting-tp5842p5852.html Sent from the lmms-devel mail

Re: [LMMS-devel] Introduction

2014-02-02 Thread Vesa
On 02/02/2014 03:03 AM, Bill Y. wrote: > Here is the old vs new settings icons. Opinions? > > https://drive.google.com/file/d/0BwJ-TpACk7OscFJhLUhnSTByMTg/edit?usp=sharing I like them! Can I get the png's so I can see them in action? ---

Re: [LMMS-devel] Domain for LMMS

2014-02-02 Thread Lukas W.
@Tres: I think adding "-project" implies that it's not only about the software but about a whole project covering the lmms software, the sharing platform and possibly more (in the future). We could then make use of subdomains for each subproject, e.g. lsp.lmms-project.org. @Bill No, unfortunately