[announce] blue - 0.121.0

View: New views
5 Messages — Rating Filter:   Alert me  

[announce] blue - 0.121.0

by Steven Yi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi All,

I'd like to announce the 0.121.0 release of blue, available at:

http://www.csounds.com/stevenyi/blue

This release contains a number of fixes and implementations of feature
requests, as well as new support for csLADSPA project settings (works
with import from CSD and export to CSD).

Many thanks to Michael Bechard for his code contributions as well as
to Atte, Menno, Andrzej,  and all the others who reported bugs and
feature requests.

Thanks and enjoy!
steven


>Notes for 0.121.0<
[released 2008.02.12]

Michael Bechard-----------------------------------------------------------------

blue

    [new] - added "clear" functionality to the BSB file selector widget via
            popup menu

    [new] - made channel level label an editable text field after
            double-clicking

    [updated] - Made Orchestra manager's Instr ID column adjustable


Steven Yi-----------------------------------------------------------------------

blue

    [new] - Added support for manage csLADSPA settings: csLADSPA tab and editor
            added to Project Properties; if enabled, will add <csLADSPA> block
            to generated CSD.  Support was also added to "Import from CSD"
            feature to read in csLADSPA blocks found in CSD's.

    [new] - SoundFont Viewer - Added right-click popup menu to file tree with
            option to "Copy Path", copying the full path of the selected file
            in the file tree to the system clipboard

    [new] - for InfoDialog (used to show text such as when Generating Code to
            Screen), added a CaretPositionDisplay to bottom right that
shows the
            line number and caret position in that line

    [new] - LineObject, ZakLineObject, BSB LineObject - Added option for "Link
            First/Last" points to properties for Line, allowing to make first
            and last line points linked so that modifications to one will apply
            to the other; useful when using line objects for ftables for
            oscilators

    [updated] - Updated conf/opcodes.xml to latest opcodes from 5.08; also
            checked in a copy of the quickrefBlue.py file based on quickref.py
            in the csound manual src tree, used to generate the opcodes.xml
            file; also added ant create-opcodes-file target

    [fix] - LineObjectCanvas - prevent adding points outside the canvas area as
            well as fixed off-by-one error exception when inserting new points

    [fix] - Automatic ftable numbering used by objects like the LineObject now
            take into account any ftgen statements found in the global orc

    [fix] - blueX7 p3-resetting code restored (change was in 0.116.0) as
            original Pinkston code made DX7 emulation monophonic due to use of
            ihold opcode and current version of Csound does not seem to suffer
            from problems of resetting p3

documentation

    [new] - added information about csLADSPA settings to the section
for Project
            Properties

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bluemusic-users mailing list
Bluemusic-users@...
https://lists.sourceforge.net/lists/listinfo/bluemusic-users

Re: [announce] blue - 0.121.0

by Cesare Marilungo :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Steven,
I was having some problems with blue, recently. And I was about to write
to the list for clues.

I'm on gnu/Linux and I use csound with jack. Basically, I was having a
lot of xruns when moving the mouse over the blue window. The strangest
and most annoying thing was that the mouse stuttered when crossing the
window borders.

I started having this problem since I reinstalled Slackware. Since
Slackware doesn't use pam to configure realtime privileges, and I was
too lazy to patch the kernel with the realtime_lsm code that I used
before, I started using set_rlimits, which is another tool to setup
realtime privileges (moreover, set_rlimits gives much more control of
the settings than the realtime_lsm module, AFAIK).

Anyway since I installed this latest version of blue, the problem
described above disappeared. But I'm still curious about what was happening.

Any clue?

Best,

-c.

Steven Yi wrote:

> Hi All,
>
> I'd like to announce the 0.121.0 release of blue, available at:
>
> http://www.csounds.com/stevenyi/blue
>
> This release contains a number of fixes and implementations of feature
> requests, as well as new support for csLADSPA project settings (works
> with import from CSD and export to CSD).
>
> Many thanks to Michael Bechard for his code contributions as well as
> to Atte, Menno, Andrzej,  and all the others who reported bugs and
> feature requests.
>
> Thanks and enjoy!
> steven
>
>
>  
>> Notes for 0.121.0<
>>    
> [released 2008.02.12]
>
> Michael Bechard-----------------------------------------------------------------
>
> blue
>
>     [new] - added "clear" functionality to the BSB file selector widget via
>             popup menu
>
>     [new] - made channel level label an editable text field after
>             double-clicking
>
>     [updated] - Made Orchestra manager's Instr ID column adjustable
>
>
> Steven Yi-----------------------------------------------------------------------
>
> blue
>
>     [new] - Added support for manage csLADSPA settings: csLADSPA tab and editor
>             added to Project Properties; if enabled, will add <csLADSPA> block
>             to generated CSD.  Support was also added to "Import from CSD"
>             feature to read in csLADSPA blocks found in CSD's.
>
>     [new] - SoundFont Viewer - Added right-click popup menu to file tree with
>             option to "Copy Path", copying the full path of the selected file
>             in the file tree to the system clipboard
>
>     [new] - for InfoDialog (used to show text such as when Generating Code to
>             Screen), added a CaretPositionDisplay to bottom right that
> shows the
>             line number and caret position in that line
>
>     [new] - LineObject, ZakLineObject, BSB LineObject - Added option for "Link
>             First/Last" points to properties for Line, allowing to make first
>             and last line points linked so that modifications to one will apply
>             to the other; useful when using line objects for ftables for
>             oscilators
>
>     [updated] - Updated conf/opcodes.xml to latest opcodes from 5.08; also
>             checked in a copy of the quickrefBlue.py file based on quickref.py
>             in the csound manual src tree, used to generate the opcodes.xml
>             file; also added ant create-opcodes-file target
>
>     [fix] - LineObjectCanvas - prevent adding points outside the canvas area as
>             well as fixed off-by-one error exception when inserting new points
>
>     [fix] - Automatic ftable numbering used by objects like the LineObject now
>             take into account any ftgen statements found in the global orc
>
>     [fix] - blueX7 p3-resetting code restored (change was in 0.116.0) as
>             original Pinkston code made DX7 emulation monophonic due to use of
>             ihold opcode and current version of Csound does not seem to suffer
>             from problems of resetting p3
>
> documentation
>
>     [new] - added information about csLADSPA settings to the section
> for Project
>             Properties
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Bluemusic-users mailing list
> Bluemusic-users@...
> https://lists.sourceforge.net/lists/listinfo/bluemusic-users
>
>
>  


--
www.cesaremarilungo.com


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bluemusic-users mailing list
Bluemusic-users@...
https://lists.sourceforge.net/lists/listinfo/bluemusic-users

Re: [announce] blue - 0.121.0

by Steven Yi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Cesare,

I really have no idea why installing the newer blue would have any
effect on underruns.  Very strange!  Well, at least glad to hear that
things got better!

steven

On Feb 13, 2008 8:26 AM, Cesare Marilungo <cesare@...> wrote:

> Hi Steven,
> I was having some problems with blue, recently. And I was about to write
> to the list for clues.
>
> I'm on gnu/Linux and I use csound with jack. Basically, I was having a
> lot of xruns when moving the mouse over the blue window. The strangest
> and most annoying thing was that the mouse stuttered when crossing the
> window borders.
>
> I started having this problem since I reinstalled Slackware. Since
> Slackware doesn't use pam to configure realtime privileges, and I was
> too lazy to patch the kernel with the realtime_lsm code that I used
> before, I started using set_rlimits, which is another tool to setup
> realtime privileges (moreover, set_rlimits gives much more control of
> the settings than the realtime_lsm module, AFAIK).
>
> Anyway since I installed this latest version of blue, the problem
> described above disappeared. But I'm still curious about what was happening.
>
> Any clue?
>
> Best,
>
> -c.
>
>
> Steven Yi wrote:
> > Hi All,
> >
> > I'd like to announce the 0.121.0 release of blue, available at:
> >
> > http://www.csounds.com/stevenyi/blue
> >
> > This release contains a number of fixes and implementations of feature
> > requests, as well as new support for csLADSPA project settings (works
> > with import from CSD and export to CSD).
> >
> > Many thanks to Michael Bechard for his code contributions as well as
> > to Atte, Menno, Andrzej,  and all the others who reported bugs and
> > feature requests.
> >
> > Thanks and enjoy!
> > steven
> >
> >
> >
> >> Notes for 0.121.0<
> >>
> > [released 2008.02.12]
> >
> > Michael Bechard-----------------------------------------------------------------
> >
> > blue
> >
> >     [new] - added "clear" functionality to the BSB file selector widget via
> >             popup menu
> >
> >     [new] - made channel level label an editable text field after
> >             double-clicking
> >
> >     [updated] - Made Orchestra manager's Instr ID column adjustable
> >
> >
> > Steven Yi-----------------------------------------------------------------------
> >
> > blue
> >
> >     [new] - Added support for manage csLADSPA settings: csLADSPA tab and editor
> >             added to Project Properties; if enabled, will add <csLADSPA> block
> >             to generated CSD.  Support was also added to "Import from CSD"
> >             feature to read in csLADSPA blocks found in CSD's.
> >
> >     [new] - SoundFont Viewer - Added right-click popup menu to file tree with
> >             option to "Copy Path", copying the full path of the selected file
> >             in the file tree to the system clipboard
> >
> >     [new] - for InfoDialog (used to show text such as when Generating Code to
> >             Screen), added a CaretPositionDisplay to bottom right that
> > shows the
> >             line number and caret position in that line
> >
> >     [new] - LineObject, ZakLineObject, BSB LineObject - Added option for "Link
> >             First/Last" points to properties for Line, allowing to make first
> >             and last line points linked so that modifications to one will apply
> >             to the other; useful when using line objects for ftables for
> >             oscilators
> >
> >     [updated] - Updated conf/opcodes.xml to latest opcodes from 5.08; also
> >             checked in a copy of the quickrefBlue.py file based on quickref.py
> >             in the csound manual src tree, used to generate the opcodes.xml
> >             file; also added ant create-opcodes-file target
> >
> >     [fix] - LineObjectCanvas - prevent adding points outside the canvas area as
> >             well as fixed off-by-one error exception when inserting new points
> >
> >     [fix] - Automatic ftable numbering used by objects like the LineObject now
> >             take into account any ftgen statements found in the global orc
> >
> >     [fix] - blueX7 p3-resetting code restored (change was in 0.116.0) as
> >             original Pinkston code made DX7 emulation monophonic due to use of
> >             ihold opcode and current version of Csound does not seem to suffer
> >             from problems of resetting p3
> >
> > documentation
> >
> >     [new] - added information about csLADSPA settings to the section
> > for Project
> >             Properties
> >
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by: Microsoft
> > Defy all challenges. Microsoft(R) Visual Studio 2008.
> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> > _______________________________________________
> > Bluemusic-users mailing list
> > Bluemusic-users@...
> > https://lists.sourceforge.net/lists/listinfo/bluemusic-users
> >
> >
> >
>
>
> --
> www.cesaremarilungo.com
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Bluemusic-users mailing list
> Bluemusic-users@...
> https://lists.sourceforge.net/lists/listinfo/bluemusic-users
>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bluemusic-users mailing list
Bluemusic-users@...
https://lists.sourceforge.net/lists/listinfo/bluemusic-users

Re: [announce] blue - 0.121.0

by Cesare Marilungo :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I forgot to say that I don't think it was something with blue, but with
Java. Apart from the xruns, what was really strange was that it happened
when crossing the blue windows borders.

If I remember correctly, I edited the options to launch java in blue.sh.
Unfortunately, I have deleted my old installations so I can't check what
was different.

And, yes, I'm happy it is working better now. :-)

Best,

-c.

Steven Yi wrote:

> Hi Cesare,
>
> I really have no idea why installing the newer blue would have any
> effect on underruns.  Very strange!  Well, at least glad to hear that
> things got better!
>
> steven
>
> On Feb 13, 2008 8:26 AM, Cesare Marilungo <cesare@...> wrote:
>  
>> Hi Steven,
>> I was having some problems with blue, recently. And I was about to write
>> to the list for clues.
>>
>> I'm on gnu/Linux and I use csound with jack. Basically, I was having a
>> lot of xruns when moving the mouse over the blue window. The strangest
>> and most annoying thing was that the mouse stuttered when crossing the
>> window borders.
>>
>> I started having this problem since I reinstalled Slackware. Since
>> Slackware doesn't use pam to configure realtime privileges, and I was
>> too lazy to patch the kernel with the realtime_lsm code that I used
>> before, I started using set_rlimits, which is another tool to setup
>> realtime privileges (moreover, set_rlimits gives much more control of
>> the settings than the realtime_lsm module, AFAIK).
>>
>> Anyway since I installed this latest version of blue, the problem
>> described above disappeared. But I'm still curious about what was happening.
>>
>> Any clue?
>>
>> Best,
>>
>> -c.
>>
>>
>> Steven Yi wrote:
>>    
>>> Hi All,
>>>
>>> I'd like to announce the 0.121.0 release of blue, available at:
>>>
>>> http://www.csounds.com/stevenyi/blue
>>>
>>> This release contains a number of fixes and implementations of feature
>>> requests, as well as new support for csLADSPA project settings (works
>>> with import from CSD and export to CSD).
>>>
>>> Many thanks to Michael Bechard for his code contributions as well as
>>> to Atte, Menno, Andrzej,  and all the others who reported bugs and
>>> feature requests.
>>>
>>> Thanks and enjoy!
>>> steven
>>>
>>>
>>>
>>>      
>>>> Notes for 0.121.0<
>>>>
>>>>        
>>> [released 2008.02.12]
>>>
>>> Michael Bechard-----------------------------------------------------------------
>>>
>>> blue
>>>
>>>     [new] - added "clear" functionality to the BSB file selector widget via
>>>             popup menu
>>>
>>>     [new] - made channel level label an editable text field after
>>>             double-clicking
>>>
>>>     [updated] - Made Orchestra manager's Instr ID column adjustable
>>>
>>>
>>> Steven Yi-----------------------------------------------------------------------
>>>
>>> blue
>>>
>>>     [new] - Added support for manage csLADSPA settings: csLADSPA tab and editor
>>>             added to Project Properties; if enabled, will add <csLADSPA> block
>>>             to generated CSD.  Support was also added to "Import from CSD"
>>>             feature to read in csLADSPA blocks found in CSD's.
>>>
>>>     [new] - SoundFont Viewer - Added right-click popup menu to file tree with
>>>             option to "Copy Path", copying the full path of the selected file
>>>             in the file tree to the system clipboard
>>>
>>>     [new] - for InfoDialog (used to show text such as when Generating Code to
>>>             Screen), added a CaretPositionDisplay to bottom right that
>>> shows the
>>>             line number and caret position in that line
>>>
>>>     [new] - LineObject, ZakLineObject, BSB LineObject - Added option for "Link
>>>             First/Last" points to properties for Line, allowing to make first
>>>             and last line points linked so that modifications to one will apply
>>>             to the other; useful when using line objects for ftables for
>>>             oscilators
>>>
>>>     [updated] - Updated conf/opcodes.xml to latest opcodes from 5.08; also
>>>             checked in a copy of the quickrefBlue.py file based on quickref.py
>>>             in the csound manual src tree, used to generate the opcodes.xml
>>>             file; also added ant create-opcodes-file target
>>>
>>>     [fix] - LineObjectCanvas - prevent adding points outside the canvas area as
>>>             well as fixed off-by-one error exception when inserting new points
>>>
>>>     [fix] - Automatic ftable numbering used by objects like the LineObject now
>>>             take into account any ftgen statements found in the global orc
>>>
>>>     [fix] - blueX7 p3-resetting code restored (change was in 0.116.0) as
>>>             original Pinkston code made DX7 emulation monophonic due to use of
>>>             ihold opcode and current version of Csound does not seem to suffer
>>>             from problems of resetting p3
>>>
>>> documentation
>>>
>>>     [new] - added information about csLADSPA settings to the section
>>> for Project
>>>             Properties
>>>
>>> -------------------------------------------------------------------------
>>> This SF.net email is sponsored by: Microsoft
>>> Defy all challenges. Microsoft(R) Visual Studio 2008.
>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>>> _______________________________________________
>>> Bluemusic-users mailing list
>>> Bluemusic-users@...
>>> https://lists.sourceforge.net/lists/listinfo/bluemusic-users
>>>
>>>
>>>
>>>      
>> --
>> www.cesaremarilungo.com
>>
>>
>> -------------------------------------------------------------------------
>> This SF.net email is sponsored by: Microsoft
>> Defy all challenges. Microsoft(R) Visual Studio 2008.
>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>> _______________________________________________
>> Bluemusic-users mailing list
>> Bluemusic-users@...
>> https://lists.sourceforge.net/lists/listinfo/bluemusic-users
>>
>>    
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Bluemusic-users mailing list
> Bluemusic-users@...
> https://lists.sourceforge.net/lists/listinfo/bluemusic-users
>
>
>  


--
www.cesaremarilungo.com


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bluemusic-users mailing list
Bluemusic-users@...
https://lists.sourceforge.net/lists/listinfo/bluemusic-users

Re: [announce] blue - 0.121.0

by Cesare Marilungo :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Now the problem has reappeared, both with the cvs version and the latest
stable.

Even if csound isn't running, the mouse pointer is stuttering when I
enter or exit from a blue window.

I haven't changed anything in my setup, so this is really strange.

-c.

Cesare Marilungo wrote:

> I forgot to say that I don't think it was something with blue, but with
> Java. Apart from the xruns, what was really strange was that it happened
> when crossing the blue windows borders.
>
> If I remember correctly, I edited the options to launch java in blue.sh.
> Unfortunately, I have deleted my old installations so I can't check what
> was different.
>
> And, yes, I'm happy it is working better now. :-)
>
> Best,
>
> -c.
>
> Steven Yi wrote:
>  
>> Hi Cesare,
>>
>> I really have no idea why installing the newer blue would have any
>> effect on underruns.  Very strange!  Well, at least glad to hear that
>> things got better!
>>
>> steven
>>
>> On Feb 13, 2008 8:26 AM, Cesare Marilungo <cesare@...> wrote:
>>  
>>    
>>> Hi Steven,
>>> I was having some problems with blue, recently. And I was about to write
>>> to the list for clues.
>>>
>>> I'm on gnu/Linux and I use csound with jack. Basically, I was having a
>>> lot of xruns when moving the mouse over the blue window. The strangest
>>> and most annoying thing was that the mouse stuttered when crossing the
>>> window borders.
>>>
>>> I started having this problem since I reinstalled Slackware. Since
>>> Slackware doesn't use pam to configure realtime privileges, and I was
>>> too lazy to patch the kernel with the realtime_lsm code that I used
>>> before, I started using set_rlimits, which is another tool to setup
>>> realtime privileges (moreover, set_rlimits gives much more control of
>>> the settings than the realtime_lsm module, AFAIK).
>>>
>>> Anyway since I installed this latest version of blue, the problem
>>> described above disappeared. But I'm still curious about what was happening.
>>>
>>> Any clue?
>>>
>>> Best,
>>>
>>> -c.
>>>
>>>
>>> Steven Yi wrote:
>>>    
>>>      
>>>> Hi All,
>>>>
>>>> I'd like to announce the 0.121.0 release of blue, available at:
>>>>
>>>> http://www.csounds.com/stevenyi/blue
>>>>
>>>> This release contains a number of fixes and implementations of feature
>>>> requests, as well as new support for csLADSPA project settings (works
>>>> with import from CSD and export to CSD).
>>>>
>>>> Many thanks to Michael Bechard for his code contributions as well as
>>>> to Atte, Menno, Andrzej,  and all the others who reported bugs and
>>>> feature requests.
>>>>
>>>> Thanks and enjoy!
>>>> steven
>>>>
>>>>
>>>>
>>>>      
>>>>        
>>>>> Notes for 0.121.0<
>>>>>
>>>>>        
>>>>>          
>>>> [released 2008.02.12]
>>>>
>>>> Michael Bechard-----------------------------------------------------------------
>>>>
>>>> blue
>>>>
>>>>     [new] - added "clear" functionality to the BSB file selector widget via
>>>>             popup menu
>>>>
>>>>     [new] - made channel level label an editable text field after
>>>>             double-clicking
>>>>
>>>>     [updated] - Made Orchestra manager's Instr ID column adjustable
>>>>
>>>>
>>>> Steven Yi-----------------------------------------------------------------------
>>>>
>>>> blue
>>>>
>>>>     [new] - Added support for manage csLADSPA settings: csLADSPA tab and editor
>>>>             added to Project Properties; if enabled, will add <csLADSPA> block
>>>>             to generated CSD.  Support was also added to "Import from CSD"
>>>>             feature to read in csLADSPA blocks found in CSD's.
>>>>
>>>>     [new] - SoundFont Viewer - Added right-click popup menu to file tree with
>>>>             option to "Copy Path", copying the full path of the selected file
>>>>             in the file tree to the system clipboard
>>>>
>>>>     [new] - for InfoDialog (used to show text such as when Generating Code to
>>>>             Screen), added a CaretPositionDisplay to bottom right that
>>>> shows the
>>>>             line number and caret position in that line
>>>>
>>>>     [new] - LineObject, ZakLineObject, BSB LineObject - Added option for "Link
>>>>             First/Last" points to properties for Line, allowing to make first
>>>>             and last line points linked so that modifications to one will apply
>>>>             to the other; useful when using line objects for ftables for
>>>>             oscilators
>>>>
>>>>     [updated] - Updated conf/opcodes.xml to latest opcodes from 5.08; also
>>>>             checked in a copy of the quickrefBlue.py file based on quickref.py
>>>>             in the csound manual src tree, used to generate the opcodes.xml
>>>>             file; also added ant create-opcodes-file target
>>>>
>>>>     [fix] - LineObjectCanvas - prevent adding points outside the canvas area as
>>>>             well as fixed off-by-one error exception when inserting new points
>>>>
>>>>     [fix] - Automatic ftable numbering used by objects like the LineObject now
>>>>             take into account any ftgen statements found in the global orc
>>>>
>>>>     [fix] - blueX7 p3-resetting code restored (change was in 0.116.0) as
>>>>             original Pinkston code made DX7 emulation monophonic due to use of
>>>>             ihold opcode and current version of Csound does not seem to suffer
>>>>             from problems of resetting p3
>>>>
>>>> documentation
>>>>
>>>>     [new] - added information about csLADSPA settings to the section
>>>> for Project
>>>>             Properties
>>>>
>>>> -------------------------------------------------------------------------
>>>> This SF.net email is sponsored by: Microsoft
>>>> Defy all challenges. Microsoft(R) Visual Studio 2008.
>>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>>>> _______________________________________________
>>>> Bluemusic-users mailing list
>>>> Bluemusic-users@...
>>>> https://lists.sourceforge.net/lists/listinfo/bluemusic-users
>>>>
>>>>
>>>>
>>>>      
>>>>        
>>> --
>>> www.cesaremarilungo.com
>>>
>>>
>>> -------------------------------------------------------------------------
>>> This SF.net email is sponsored by: Microsoft
>>> Defy all challenges. Microsoft(R) Visual Studio 2008.
>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>>> _______________________________________________
>>> Bluemusic-users mailing list
>>> Bluemusic-users@...
>>> https://lists.sourceforge.net/lists/listinfo/bluemusic-users
>>>
>>>    
>>>      
>> -------------------------------------------------------------------------
>> This SF.net email is sponsored by: Microsoft
>> Defy all challenges. Microsoft(R) Visual Studio 2008.
>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>> _______________________________________________
>> Bluemusic-users mailing list
>> Bluemusic-users@...
>> https://lists.sourceforge.net/lists/listinfo/bluemusic-users
>>
>>
>>  
>>    
>
>
>  


--
www.cesaremarilungo.com


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bluemusic-users mailing list
Bluemusic-users@...
https://lists.sourceforge.net/lists/listinfo/bluemusic-users
LightInTheBox - Buy quality products at wholesale price