Sébastien Bourdeauducq | 2 Oct 2009 19:13
Gravatar

[Milkymist-devel] Ubuntu/Debian packages

Hi,

I'm thinking of making Ubuntu and/or Debian packages of the tools used for 
Milkymist development (lm32-gcc, flterm, ML401 flasher). This would enable 
newcomers to get started more easily. What do you say?

Sébastien
_______________________________________________
http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org
IRC: #milkymist <at> Freenode
Webchat: www.milkymist.org/irc.html
Wiki: www.milkymist.org/wiki

Florian Fainelli | 3 Oct 2009 11:54
Picon

Re: [Milkymist-devel] Ubuntu/Debian packages

Hey Sebastien,

Le vendredi 2 octobre 2009 19:13:45, Sébastien Bourdeauducq a écrit :
> Hi,
> 
> I'm thinking of making Ubuntu and/or Debian packages of the tools used for
> Milkymist development (lm32-gcc, flterm, ML401 flasher). This would enable
> newcomers to get started more easily. What do you say?

Sounds like a good idea to me, not difficult to do and really eases adoption 
for sure.
--

-- 
Cordialement, Florian Fainelli
------------------------------
_______________________________________________
http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org
IRC: #milkymist <at> Freenode
Webchat: www.milkymist.org/irc.html
Wiki: www.milkymist.org/wiki
Bengt Sjölén | 3 Oct 2009 14:22
Picon

Re: [Milkymist-devel] Ubuntu/Debian packages

Sounds like a very good idea!

/b

On 2 okt 2009, at 19.13, Sébastien Bourdeauducq wrote:

> Hi,
>
> I'm thinking of making Ubuntu and/or Debian packages of the tools  
> used for
> Milkymist development (lm32-gcc, flterm, ML401 flasher). This would  
> enable
> newcomers to get started more easily. What do you say?
>
> Sébastien
> _______________________________________________
> http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org
> IRC: #milkymist <at> Freenode
> Webchat: www.milkymist.org/irc.html
> Wiki: www.milkymist.org/wiki

_______________________________________________
http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org
IRC: #milkymist <at> Freenode
Webchat: www.milkymist.org/irc.html
Wiki: www.milkymist.org/wiki

Bengt Sjölén | 3 Oct 2009 14:37
Picon

Re: [Milkymist-devel] [Democompo] Altparty

mod player with some fixes is now committed in both the old dev attic  
subdirectory and in the demo src.

fixes are for example:
* that arpeggio is now independent modulation of frequecy removing  
some previous problems with arpeggio changing that actual note that  
would result in a continously climbin arpeggio
* set sample position is now jumping to the right offset which fixes  
the broken rythm of the demo mod.
* linear interpolation had the wrong order of the samples resulting in  
a reverse and broken sawtooth-like interpolation
* a bunch of new interpolations added, should perhaps be software  
selectable or at least compile-time selectable by defines but is now  
only a bunch of #if 1 to enable and #if 0 to disable. they are:
	floor - no interpolation - crispy sound with lots of aliasing
	linear - that just makes a linear ramp between sample values - fast
	cosine - which is not ready for use since it actually calls cos but  
should do this with fixed point arithmetics
	 	and perhaps a lookup table - sounds quite good though and will be  
fast
	cubic interpolation - which is broken
	cubic 2 interpolation - which is a working 4-point cubic  
interpolation - the currently enabled one - uses
		64-bit ints now just because I haven't bothered yet about fitting  
the fixed points to smallest ints.
	hermite - which is not ready for use since it uses float, also it has  
bias and tension configuration values
		that are just at some basic defaults which it any research into  
would give the best result

(Continue reading)

Clark Xin | 3 Oct 2009 15:22
Picon

Re: [Milkymist-devel] Ubuntu/Debian packages

As an option, we may consider a windows build.
all of these tools can be compiled in win32.

On Sat, Oct 3, 2009 at 5:22 AM, Bengt Sjölén
<bengt.sjolen@...> wrote:
> Sounds like a very good idea!
>
> /b
>
> On 2 okt 2009, at 19.13, Sébastien Bourdeauducq wrote:
>
>> Hi,
>>
>> I'm thinking of making Ubuntu and/or Debian packages of the tools used for
>> Milkymist development (lm32-gcc, flterm, ML401 flasher). This would enable
>> newcomers to get started more easily. What do you say?
>>
>> Sébastien
>> _______________________________________________
>> http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org
>> IRC: #milkymist <at> Freenode
>> Webchat: www.milkymist.org/irc.html
>> Wiki: www.milkymist.org/wiki
>
> _______________________________________________
> http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org
> IRC: #milkymist <at> Freenode
> Webchat: www.milkymist.org/irc.html
> Wiki: www.milkymist.org/wiki
>
(Continue reading)

Sébastien Bourdeauducq | 3 Oct 2009 19:32
Gravatar

Re: [Milkymist-devel] Ubuntu/Debian packages

On Saturday 03 October 2009 15:22:50 Clark Xin wrote:
> As an option, we may consider a windows build.
> all of these tools can be compiled in win32.

GCC should be fine, but flterm uses termios ioctls and ml401-flasher uses libusb. 
Not sure how they would work on Cygwin/win32... and I guess most developers 
use Linux or another Unix-like anyways.

Sébastien
_______________________________________________
http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org
IRC: #milkymist <at> Freenode
Webchat: www.milkymist.org/irc.html
Wiki: www.milkymist.org/wiki

Sébastien Bourdeauducq | 3 Oct 2009 19:40
Gravatar

Re: [Milkymist-devel] Ubuntu/Debian packages

:)

Does anyone feel up to the task?

The mission would be to:
- create and maintain packages
- update them when a new version is released
- get into touch with the distributions (Ubuntu for starters) and ask for the 
packages to be included

By the way, I have moved the package creation automation scripts to a separate 
repository:
http://github.com/lekernel/milkymist-packaging
(not up-to-date yet)

Thanks,
Sébastien

On Saturday 03 October 2009 14:22:54 Bengt Sjölén wrote:
> Sounds like a very good idea!
> 
> /b
>
>> Hi,
>>
>> I'm thinking of making Ubuntu and/or Debian packages of the tools
>> used for
>> Milkymist development (lm32-gcc, flterm, ML401 flasher). This would
>> enable
>> newcomers to get started more easily. What do you say?
(Continue reading)

Sébastien Bourdeauducq | 5 Oct 2009 15:48
Gravatar

[Milkymist-devel] Milkymist at Piksel09

I am pleased to announce that the Milkymist platform will be presented at the 
Piksel09 festival[1] taking place in Bergen, Norway between November 19 and 
22.

“Piksel is an international event for artists and developers working with 
Free/Libre and Open Source technologies in artistic practice. Part workshop, 
part festival, it is organised in Bergen, Norway,and involves participants 
from more than a dozen countries exchanging ideas, coding, presenting art and 
software projects, doing workshops, performances and discussions on the 
aesthetics and politics of FLOSS & art.

This years event – Piksel09 – continues the exploration of free/libre and open 
source technologies and it’s myriad of expressions.”

[1] http://www.piksel.no
_______________________________________________
http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org
IRC: #milkymist <at> Freenode
Webchat: www.milkymist.org/irc.html
Wiki: www.milkymist.org/wiki
Bengt Sjölén | 5 Oct 2009 16:41
Picon

Re: [Milkymist-devel] Milkymist at Piksel09

Great :)

/bengt

On 5 okt 2009, at 15.48, Sébastien Bourdeauducq wrote:

> I am pleased to announce that the Milkymist platform will be  
> presented at the
> Piksel09 festival[1] taking place in Bergen, Norway between November  
> 19 and
> 22.
>
> “Piksel is an international event for artists and developers working  
> with
> Free/Libre and Open Source technologies in artistic practice. Part  
> workshop,
> part festival, it is organised in Bergen, Norway,and involves  
> participants
> from more than a dozen countries exchanging ideas, coding,  
> presenting art and
> software projects, doing workshops, performances and discussions on  
> the
> aesthetics and politics of FLOSS & art.
>
> This years event – Piksel09 – continues the exploration of free/ 
> libre and open
> source technologies and it’s myriad of expressions.”
>
> [1] http://www.piksel.no
> _______________________________________________
(Continue reading)

Zeus Gómez Marmolejo | 5 Oct 2009 18:49

Re: [Milkymist-devel] Milkymist at Piksel09

Wow, that's so cool!!

I would like to see it!!

I can try to be there that weekend, as from Trondheim is not so far away...

Zeus.

2009/10/5 Bengt Sjölén <bengt.sjolen <at> gmail.com>
Great :)

/bengt



On 5 okt 2009, at 15.48, Sébastien Bourdeauducq wrote:

I am pleased to announce that the Milkymist platform will be presented at the
Piksel09 festival[1] taking place in Bergen, Norway between November 19 and
22.

“Piksel is an international event for artists and developers working with
Free/Libre and Open Source technologies in artistic practice. Part workshop,
part festival, it is organised in Bergen, Norway,and involves participants
from more than a dozen countries exchanging ideas, coding, presenting art and
software projects, doing workshops, performances and discussions on the
aesthetics and politics of FLOSS & art.

This years event – Piksel09 – continues the exploration of free/libre and open
source technologies and it’s myriad of expressions.”

[1] http://www.piksel.no
_______________________________________________
http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org
IRC: #milkymist <at> Freenode
Webchat: www.milkymist.org/irc.html
Wiki: www.milkymist.org/wiki

_______________________________________________
http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org
IRC: #milkymist <at> Freenode
Webchat: www.milkymist.org/irc.html
Wiki: www.milkymist.org/wiki

_______________________________________________
http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org
IRC: #milkymist <at> Freenode
Webchat: www.milkymist.org/irc.html
Wiki: www.milkymist.org/wiki

Gmane