Ichthyostega.. | 10 Jun 2013 08:27
Picon

Next Developer meeting schedule


Hello Lumiera hackers,

this week our regular developer meeting would be due again.
Thus my question regarding the schedule: would it be OK for
everyone to do this meeting

next Thursday, June 13, 2013  starting 20:00 UTC

Cheers,
Hermann Vosseler
(Ichthyo)

PS: recently upgraded my computer hardware and still fighting to get the net connection
running;
I'll check the messages via Webmail or Gmane meanwhile
_______________________________________________
Lumiera mailing list
Lumiera@...
http://lists.lumiera.org/cgi-bin/mailman/listinfo/lumiera
http://lumiera.org/donations.html

Ichthyostega | 5 May 2013 05:46
Picon

Developer Meeting -- schedule?


Hello Lumiera hackers,

our regular developer meeting would be due next week.
Just the question is: what day of the week works best for all?

Last time we did the meeting on Thursday 20:00 UTC -- maybe we should
just stick to this schedule? Would that work for everyone?

On a related note: Debian-7.0 was released, and I used some spare time
last week to upgrade my systems here too; our devel-server is also upgraded
since some time; my guess is we could declare Debian-6 as "deprecated" now.

Cheers,
Hermann

Michael Fisher | 30 Apr 2013 21:25
Picon

Audio Stuff

Just a quick question.  Should I avoid doing jack/lv2 work from a gtk3
derived branch?

I'm asking because I'm in a bit of a pickle where I don't have a squeeze
box setup with gld1 etc etc...  I'll note that the LV2 support libraries
needed aren't part of squeeze.  lilv, serd, sord are however included in
wheezy.

_______________________________________________
Lumiera mailing list
Lumiera@...
http://lists.lumiera.org/cgi-bin/mailman/listinfo/lumiera
http://lumiera.org/donations.html

Hendrik Boom | 11 Apr 2013 19:24

proper way to contibute documentation changes

OK.  Each month the impending meeting reminds me there's something I 
needed to do.

I have a bunch of wording changes to the documentation  Last month I was 
encouraged just to check the changes directly into the main repository.  
I think I can do this, but I'm still a novice with git, and rather than 
screw everything up, I'll ask whether this I've figured out the right 
way.

The changes presumably should go to where I pulled from, origin:

hendrik <at> notlookedfor:~/dv/lumiera/lumiera_documentation$ git remote -v
hendrik	hendrik@...:hendrik.git (fetch)
hendrik	hendrik@...:hendrik.git (push)
origin	git://git.lumiera.org/lumiera_documentation (fetch)
origin	git://git.lumiera.org/lumiera_documentation (push)

But I'll have to change the git: protocol to ssh: in order to have write 
permission.  Something like this should work:

origin	hendrik@...:/git/lumiera_documentation (push)

There's presumably a git command to change this; something like

git remote rm origin
git remote add origin hendrik@...:/git/lumiera_documentation

This would appear to affect both the push line and the fetch line.  Does 
this matter?  Is there even a way to do only one?

(Continue reading)

Ichthyostega | 8 Apr 2013 00:38
Picon

ANNOUNCE: Lumiera Developer Meeting, April 2013


Hello all,

our next regular IRC developer meeting is due this week.
To allow discussion regarding Michael Fisher's "Future Goodies",
we'll move the meeting by one day to

Thursday, April 11, 2013 -- starting 20:00 UTC

The meeting will be held on freenode.net in #lumiera
As said, a planned topic is integration of LADSPA & L2 plugins and
considerations how to let our engine work in a Jack client setting.

Everyone is welcome, feel free to ask questions or
propose further topics for discussion.

Cheers,
Hermann V.

_______________________________________________
Lumiera mailing list
Lumiera@...
http://lists.lumiera.org/cgi-bin/mailman/listinfo/lumiera
http://lumiera.org/donations.html

mfisher31 | 7 Apr 2013 22:41
Picon

Re: Possible meeting schedule...

Thursday works fine for me.

------Original Message------
From: Christian Thaeter
Sender: Lumiera
To: lumiera@...
ReplyTo: General Discussion about Lumiera
Subject: Re: [Lumiera] Possible meeting schedule...
Sent: Apr 7, 2013 3:38 PM

Am Sun, 07 Apr 2013 21:31:12 +0200
schrieb Ichthyostega <prg@...>:

> Am 07.04.2013 03:51, schrieb mfisher31@...:
> > So ill say tuesday.
> 
> would Thursday 20:00 UTC also work for you?
> Otherwise we'll schedule the meeting for tuesday.
> 
>  <at> Christian and  <at> Benny: would Thursday or Tuesday be OK for you?

seems both ok for me so far

	Christian
_______________________________________________
Lumiera mailing list
Lumiera@...
http://lists.lumiera.org/cgi-bin/mailman/listinfo/lumiera
http://lumiera.org/donations.html

(Continue reading)

Michael Fisher | 3 Apr 2013 02:06
Picon

Michael Fisher, MIA + Future Goodies

Hello Lumiera!

First off, I'd like to apologize for not being present in the meetings or active on the mailing list.  And especially not being able to do any hands-on work in the GUI.  Wednesdays have been increasingly becoming busier and busier for me.  By the time the meeting rolls around, i'm usually wrapped in something else that can't be interrupted.

A little info on what I've been doing.  I work for BKE, LLC  http://bketech.com  and have recently been promoted to a product developer instead of doing server admin and the websites.  We are in the business of developing Audio hardware/software products.

Since my transition I've learned many many things that I want to contribute to lumiera.  For the following I have my own working code for  and/or an understanding of:

1.)  Nearly complete LV2 plugin host support, and plugin authoring.  I also started maintaining the LV2 c++ wrappers over here  http://lvtoolkit.org 

2.) MTC/SMPTE Slave Implementation.  This is properly done using a delay locked loop to process quarter frames, which in a nutshell produces a speed variable applied to the local transport.  ( and the time comes from the smpte stream ;) )

3.) Midi Clock decoding - can be used to control play, stop, locates, etc..   and BPM detecting.

4.) Knowledge of how to align timestamped "events" inside the processing callback with sample accuracy

5.) How to use ring buffers for non-locking bi-directional interaction between realtime threads and non-realtime threads.

6.) Good usage of jack audio.  And some little wrapper classes to work with the client / ports .

Code that I have should easily be lumieraized as its mostly written to be non-project specific.

So I guess my question is, since none of that is applicable to the current working state of lumiera, where should I start playing at when I get a chance to do so?   My instinct tells me to use the research folder and write a few console apps to test with.

Turns out I have a knack for Audio / Time DSP ;)   All of that broadcasting experience is finally paying off in code.. yesss !


_______________________________________________
Lumiera mailing list
Lumiera@...
http://lists.lumiera.org/cgi-bin/mailman/listinfo/lumiera
http://lumiera.org/donations.html
David | 20 Mar 2013 13:16
Picon

How are you going with the project?

I'm anxious to know how you go with the project LUMIERA, I imagine it will replace the legendary cinelerra for its austere interface because yours looks good, if I can I will make a donation if you keep on the project to install anything in ubuntu? I will put in the repository or otherwise in deb packages?
regards
_______________________________________________
Lumiera mailing list
Lumiera@...
http://lists.lumiera.org/cgi-bin/mailman/listinfo/lumiera
http://lumiera.org/donations.html
Ichthyostega | 13 Mar 2013 04:36
Picon

Developer meeting?


Hi all,

today the next developer meeting would be due. Actually I have not much to
discuss on my part -- so I'll just be in IRC at #lumiera this evening after
20:00 UTC.
In case there is something really important to discuss, we could arrange
another meeting. I hadn't time to do much in the last two weeks, and before
that I just continued to code at my current topics in the Player and Engine
interface.

Cheers,
Hermann

_______________________________________________
Lumiera mailing list
Lumiera@...
http://lists.lumiera.org/cgi-bin/mailman/listinfo/lumiera
http://lumiera.org/donations.html

Ichthyostega | 11 Feb 2013 01:20
Picon

ANNOUNCE: Lumiera Developer Meeting, February 2013


Hello all,

time again for the regular IRC developer meeting, which,
as usual, is scheduled at the months 2nd

Wednesday, February 13, 2013 -- starting 20:00 UTC

The meeting will be held on freenode.net in #lumiera
Please speak up if this schedule doesn't work for you.
Everyone is welcome, feel free to ask questions or
propose further topics for discussion.

Cheers,
Hermann V.

_______________________________________________
Lumiera mailing list
Lumiera@...
http://lists.lumiera.org/cgi-bin/mailman/listinfo/lumiera
http://lumiera.org/donations.html

wilsonstreet | 10 Feb 2013 05:33
Picon

Lumiera - an application icon

Hi,

Please find attached some icons (size 64x64) for Lumiera.
They can be used as an icon for the application shortcut
link, and menu items.

The square full size version is also included, so further
editing can be done.
It can also be used for any branding, or in-program needs.

Yours
Al

_______________________________________________
Lumiera mailing list
Lumiera@...
http://lists.lumiera.org/cgi-bin/mailman/listinfo/lumiera
http://lumiera.org/donations.html

Gmane