Re: [LMMS-devel] Copying wiki articles from 0.4 to 1.0

2014-08-29 Thread Stian Jørgensrud
Don't be sorry, learn from it! :) Not a big deal, just looks better with having credits in the history page instead of a link at the bottom. After you have logged in, open a page. On the left side you can then find the "duplicate site" option at the bottom of the "toolbar".

Re: [LMMS-devel] Fwd: LMMS/physical modelling synth?

2014-08-29 Thread Stian Jørgensrud
You know, Uros and Grejppi eperimented with making and opening files in Audacity and GIMP, cause apparently they had one common file they could play and open. It was awesome! Not very pretty looking or good sounding, but it takes a genius to capture a good sound with his camera or make a sound matc

Re: [LMMS-devel] What happened to the SF forum?

2014-08-29 Thread Bill Y.
I wish I had the time and skills for it. My contributions will probably remain art based unless something changes in my life. ​ -- Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/

Re: [LMMS-devel] About localizations for 1.1

2014-08-29 Thread Stian Jørgensrud
OFF-TOPIC: Neither did I, but it is probably good; something with performance. Guess I'll learn to understand in the next three years on university. DeRobyJ (giakkaHotmail surrogate) wrote > That memory manager is interesting, tho I didn't understand anything > about it xD -- View this messa

Re: [LMMS-devel] About localizations for 1.1

2014-08-29 Thread Tres Finocchiaro
Sorry, I'm not sure what inserts the English lines into the other translation files. I'll have to defer to Toby or Vesa. - tres.finocchi...@gmail.com On Fri, Aug 29, 2014 at 2:50 PM, DeRobyJ wrote: > Mmh, wait a sec > What I mean about ts file is that* from 1.0 to 1.1* a lot of lines have >

Re: [LMMS-devel] About localizations for 1.1

2014-08-29 Thread DeRobyJ
Mmh, wait a sec What I mean about ts file is that/from 1.0 to 1.1/ a lot of lines have been added to the program /that are not present in the it.ts files/. The/English/ ones. How do I update the English source that I can then translate? Il 29/08/2014 20:28, Tres Finocchiaro ha scritto: > can

Re: [LMMS-devel] About localizations for 1.1

2014-08-29 Thread Tres Finocchiaro
> Next step is of course the new name, but I think we'll have to wait some more time for that.. You know... historically I've never liked the name LMMS but since the rebranding effort, I'm really starting to enjoy it. :) If a good enough name comes around we can certain rebrand, but some of thes

Re: [LMMS-devel] About localizations for 1.1

2014-08-29 Thread Tres Finocchiaro
> can I update the source in the it.ts file myself? Yes please do using QT Linguist. >From my understanding of the translation files, you can compile them without CMake. You shouldn't need CMake at all to test out your changes (but I believe you are familar with this anyway). So getting a beta

Re: [LMMS-devel] LMMS Memory Manager

2014-08-29 Thread Tres Finocchiaro
FYI - (Updated link) For anyone willing to help test this MemoryManager release, here are some precompiled binaries for Windows: https://github.com/tresf/lmms/releases/tag/v1.0.991 - tres.finocchi...@gmail.com On Thu, Aug 28, 2014 at 9:16 AM, Tres Finocchiaro < tres.finocchi...@gmail.com> wrot

[LMMS-devel] About localizations for 1.1

2014-08-29 Thread DeRobyJ
Hello! I've been out for almost a month (with some scattered days at home), so I didn't really keep up with all the news in lmms. I have seen some awesome discussions. That memory manager is interesting, tho I didn't understand anything about it xD But I can just take some time and read the discuss

Re: [LMMS-devel] extending automation track

2014-08-29 Thread Vesa
On 08/29/2014 08:27 PM, Stian Jørgensrud wrote: > Of course it could, but what do we need lfo controllers for then :) > You are making a sine wave with automation instead of using the lfo > controller! A cspline interpolated 2-point curve does not create a sine wave... you'd need cosine interpola

Re: [LMMS-devel] Default Theme

2014-08-29 Thread Vesa
On 08/29/2014 04:13 PM, I'm Umcaruje wrote: > Well, one thing he can do is use Photoshop and then convert it to > .xcf. I did this for the LB302 artwork. I used Paint.NET which is > available for Windows only, and then I converted the .pdn file to > .xcf. That worked like a charm. Well yes, but it

Re: [LMMS-devel] extending automation track

2014-08-29 Thread Tres Finocchiaro
To fathom a guess, he's just doing basic DOM manipulation by copying XML segments in his project. It's automating the automator. It circumvents limitations in the automation editor, specifically copy and paste. Yes, having those separate segments is the same thing, but they can get frustrating t

Re: [LMMS-devel] LMMS Memory Manager

2014-08-29 Thread Vesa
On 08/29/2014 02:58 PM, Tobias Doerffel wrote: > First of all, thanks for the implementation! It looks very promising > and I like the macro/memory operator overload approach. > > 2014-08-22 20:20 GMT+02:00 Vesa : >> Early results seem promising... I think I can notice some performance >> improveme

Re: [LMMS-devel] Default Theme

2014-08-29 Thread Stian Jørgensrud
We always need themes, and especially for 1.1.0! That the instruments had a rehaul just months ago shouldn't stop you from making new GUI's for those, either. It is a benefit with a lot of skins to select from if we ever want to change the appearance again, and that will happen sooner or later. Th

Re: [LMMS-devel] extending automation track

2014-08-29 Thread Stian Jørgensrud
Of course it could, but what do we need lfo controllers for then :) You are making a sine wave with automation instead of using the lfo controller! * Perhaps you want it to stop for a while in the song? OK! Then you just automate the lfo controller amount to 0 for a while. * Perhaps you want your

Re: [LMMS-devel] Growl Instrument Idea

2014-08-29 Thread Vesa
On 08/29/2014 02:08 PM, musikbear wrote: > diiz wrote >> On 08/28/2014 02:50 PM, musikbear wrote: >>> diiz wrote for (int i = 0; i < 1; i += step) This loop will either only iterate once, or it'll get stuck in infinite loop. Pop quiz... can you spot why? >>> var i was initated <1 >>>

Re: [LMMS-devel] LMMS Memory Manager

2014-08-29 Thread Tres Finocchiaro
> I want to fix that bug, how can I assign it myself :D? Well, you just said "I got it" which is good enough in my book, but if you give me your GitHub id, I can make it official if that makes you feel better about it. :) - tres.finocchi...@gmail.com On Fri, Aug 29, 2014 at 10:26 AM, Rubén Ibar

Re: [LMMS-devel] extending automation track

2014-08-29 Thread Tres Finocchiaro
Yes, these hacks are terrifically useful at times as they can fill a stop-gap until we get the intended feature coded into the software. BUT please start writing them in a universal language!! Start with python since it's built into most Linux distros and it can display a nice GUI too. Windo

Re: [LMMS-devel] extending automation track

2014-08-29 Thread I'm Umcaruje
Wow musikbear that is a neat extension. Nice Job! Best regards, Uroš On 29 August 2014 17:07, musikbear wrote: > could something like this be useful integrated in lmms? > https://www.youtube.com/watch?v=yPaOva0ntzs > (this only works in win, not even sure in win8 btw) > > > > -- > View this me

Re: [LMMS-devel] extending automation track

2014-08-29 Thread DeRobyJ
I think that we should definitely let the user copy-paste multiple blocks. That is the main problem... It is a nice tool tho, but I think we should work on copy-pasting, rather than block extention. Il 29/08/2014 17:07, musikbear ha scritto: > could something like this be useful integrated in

[LMMS-devel] extending automation track

2014-08-29 Thread musikbear
could something like this be useful integrated in lmms? https://www.youtube.com/watch?v=yPaOva0ntzs (this only works in win, not even sure in win8 btw) -- View this message in context: http://linux-multimedia-studio-lmms.996328.n3.nabble.com/extending-automation-track-tp10241.html Sent from th

Re: [LMMS-devel] LMMS Memory Manager

2014-08-29 Thread Rubén Ibarra Pastor
I want to fix that bug, how can I assign it myself :D? Rubén Ibarra Pastor Date: Fri, 29 Aug 2014 09:33:41 -0400 From: tres.finocchi...@gmail.com To: tobias.doerf...@gmail.com CC: dii@nbl.fi; lmms-devel@lists.sourceforge.net Subject: Re: [LMMS-devel] LMMS Memory Manager A good test

Re: [LMMS-devel] LMMS Memory Manager

2014-08-29 Thread Tres Finocchiaro
> > A good test case usually is to render a reference project at the > command line and measure the consumed and elapsed CPU time using the > "time" command. You should be able to measure notable improvements. > For small improvements oprofile could be an option even though it's a > little bit hard

Re: [LMMS-devel] Default Theme

2014-08-29 Thread Israel
Hi I think it is also possible to export Illustrator files as actual SVGs without the info contained in the proprietary blob... though I've always had good experiences importing Photoshop files in Gimp and Illustrator files in Inkscape. But really, the last time I used Photoshop was 7 years ago, s

Re: [LMMS-devel] Default Theme

2014-08-29 Thread Tres Finocchiaro
> > Well, one thing he can do is use Photoshop and then convert it to .xcf. I > did this for the LB302 artwork. I used Paint.NET which is available for > Windows only, and then I converted the .pdn file to .xcf. That worked like > a charm. Yes that works well for basic layers, etc, however PhotoS

Re: [LMMS-devel] Default Theme

2014-08-29 Thread I'm Umcaruje
Well, one thing he can do is use Photoshop and then convert it to .xcf. I did this for the LB302 artwork. I used Paint.NET which is available for Windows only, and then I converted the .pdn file to .xcf. That worked like a charm. Best regards, Uroš On 29 August 2014 05:48, Vesa wrote: > On 08

Re: [LMMS-devel] Growl Instrument Idea

2014-08-29 Thread Tres Finocchiaro
> > But just for clearing up /If/ step indeed was defined*int step = 1;* > then i would not be wrong -or? > -- Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/

Re: [LMMS-devel] LMMS 1.1

2014-08-29 Thread Tres Finocchiaro
@musikBear, thanks for testing and reporting the bug. - tres.finocchi...@gmail.com On Fri, Aug 29, 2014 at 8:26 AM, musikbear wrote: > > win x32 <1.0.99 > > *installs > *opens > *preserve settings > *uses locale > *load older project -and /fast/ > *saves correctly > > -with no problem on xp >

Re: [LMMS-devel] LMMS 1.1

2014-08-29 Thread musikbear
win x32 <1.0.99 > *installs *opens *preserve settings *uses locale *load older project -and /fast/ *saves correctly -with no problem on xp But song-editor Replay has # /muted playing / (may be over entusiastic.. but it sound richer- more 'full' -even on SDL -what say you? -- View this me

Re: [LMMS-devel] LMMS Memory Manager

2014-08-29 Thread Tobias Doerffel
First of all, thanks for the implementation! It looks very promising and I like the macro/memory operator overload approach. 2014-08-22 20:20 GMT+02:00 Vesa : > Early results seem promising... I think I can notice some performance > improvement, although haven't done any real benchmarking (not goi

Re: [LMMS-devel] Copying wiki articles from 0.4 to 1.0

2014-08-29 Thread musikbear
Stian Jørgensrud wrote > but musikBear, you did it. guilty, couldent find the copy-button, (but i think i wrote it the last time too, actually) The *'copy history'* button -where is /that/? Oh - i made and uploaded some new screenies to update the automation-editor artickle with valid 1x images,

Re: [LMMS-devel] Growl Instrument Idea

2014-08-29 Thread musikbear
diiz wrote > On 08/28/2014 02:50 PM, musikbear wrote: >> diiz wrote >>> for (int i = 0; i < 1; i += step) >>> This loop will either only iterate once, or it'll get stuck in infinite >>> loop. Pop quiz... can you spot why? >> var i was initated <1 >> i<=1 should secure one cycle, and i belive a pre-