Re: [LMMS-devel] Lmms dev meetup?

2014-01-09 Thread Devin Venable
It's probably too difficult as the developers live all over the world, I suspect. A Google Hangout might be a good idea for a meetup. On Thu, Jan 9, 2014 at 4:10 PM, Nathan McCoy wrote: > I was thinking for a while it would be nice to get an event setup where > developers could get together and

Re: [LMMS-devel] [Lmms-users] Wake LMMS up!

2014-01-09 Thread Devin Venable
Thanks Tobias! The move to github will be a real boost for new development. Great move! Devin On Thu, Jan 9, 2014 at 3:33 PM, Tobias Doerffel wrote: > Hi, > > thank you all for your helpful and diverse input! I also agree with most > of what has been said. Even though I do have time to contr

Re: [LMMS-devel] Wake LMMS up!

2014-01-09 Thread Devin Venable
Hi all, I'm a programmer and I've contributed to LMMS in the past (multi-export feature). I do think it is a bit more work to be a part of this project because one must submit patches through the mailing list. I would really like to see the source hosted on Github, as it makes it much easier to

Re: [LMMS-devel] A bug someone should check out (Alexander Liebendorfer)

2012-11-25 Thread Devin Venable
Thanks Toby. I was just logging into my computer to take a look into this, but you beat me to it. Devin On Sun, Nov 25, 2012 at 4:50 AM, Tobias Doerffel wrote: > Hi, > > I found and fixed the bug. The according commit just has been pushed > to the git repository - everyone should update. > > Th

[LMMS-devel] Multi-track export done

2012-11-02 Thread Devin Venable
All, Here is the patchset for my multiple track export feature. It works now the way I originally envisioned. For example, after I export tracks on my little song, I see this in the directory I created: devin@devin-studio:~/lmms/projects/fff$ ls 0_Defaultpreset.wav 3_Defaultpreset.wav 6_c

[LMMS-devel] Guide to BB tracks

2012-10-31 Thread Devin Venable
Would someone give me a quick overview of the BB track architecture? I've been debugging for a few hours and can't quite make sense of it yet. >From a song, you can get a list of tracks, and some of those tracks are of type track::BBTrack. At this point I'm conceptually after the tracks within t

Re: [LMMS-devel] individual track export patch

2012-10-29 Thread Devin Venable
o i tend to layer sounds, and this would be a bad if i didnt have the > effects i wanted on layered sounds. > > but i repeat, if you added the feature instead of replacing/changing it > from a mixer track export, that would be awesome. > > just my two cents > > 2012/10/29 Dev

Re: [LMMS-devel] individual track export patch

2012-10-29 Thread Devin Venable
); - if (m_multi_export==true) + if (m_multiExport==true) { multi_render(); } On Mon, Oct 29, 2012 at 3:19 AM, Tobias Doerffel wrote: > Hi, > > Thanks for your efforts! > > 2012/10/29 Devin Venable : > > ... > > + std::vector m_to_render_vec; > > } ; &g

[LMMS-devel] individual track export patch

2012-10-28 Thread Devin Venable
Running out of time tonight, but going to submit working patch for individual track export (for review). (Note, I think the LMMS submitting a patch page should say to use "git diff --cached" instead of "git diff" since right above you instruct the reader to add the changed files to the staging are

[LMMS-devel] Input on blocking thread?

2012-10-27 Thread Devin Venable
In the multi-track export feature I'm working on, I run into a snag. The algorithm is essentially this: Get list of all enabled tracks for each track mute all but current one call ProjectRenderer::startProcessing restore original mute states Since ProjectRender is a QThread, and since t

[LMMS-devel] multi-track rendering is coming

2012-10-26 Thread Devin Venable
I've almost finished development of a multi-track rendering feature. Still have a few details to complete, but in general it works. I've added an "Export tracks..." menu item that dumps all tracks individually. Keep bugging me to make sure I finish this and post the patch! Devin ---

Re: [LMMS-devel] I'd like to implement export all as separate tracks or jack slave sync

2012-09-19 Thread Devin Venable
g submixes might work. Devin On Wed, Sep 19, 2012 at 4:44 PM, Raine M. Ekman wrote: > Quoting Devin Venable : > > On Wed, Sep 19, 2012 at 11:17 AM, Raine M. Ekman wrote: >> >> Quoting Devin Venable : >>> > So for dumping, I was thinking about an "export all

Re: [LMMS-devel] I'd like to implement export all as separate tracks or jack slave sync

2012-09-19 Thread Devin Venable
On Wed, Sep 19, 2012 at 11:17 AM, Raine M. Ekman wrote: > Quoting Devin Venable : > > So for dumping, I was thinking about an "export all instruments" > features, > > that just loops through the available instruments, > > My feeling, speaking from a user poi

[LMMS-devel] I'd like to implement export all as separate tracks or jack slave sync

2012-09-19 Thread Devin Venable
I've just started looking over the code. I love LMMS, but wish I could easily dump tracks into Ardour, or have some reliable sync with Ardour. Jack sync (master or slave) would be great for syncing with an external sequencer when you need something more powerful than what is built in. So for dum