Csound Csound-dev Csound-tekno Search About

[Cs-dev] XML format for widgets

Date2009-12-03 17:43
FromAndres Cabrera
Subject[Cs-dev] XML format for widgets
Hi all,

I've been adding support for an XML widget format in QuteCsound. It's
modelled after the XML widget format in blue, so many things will be
compatible, but naturally many others will not. I'd appreciate
feedback and ideas.

There's no spec as such, but you can look in the QuteCsound sources
for these functions:

loadFromXml
initFromXml
getWidgetXmlText
createXmlWriter

in files like:
http://qutecsound.svn.sourceforge.net/viewvc/qutecsound/trunk/qutecsound/src/qutewidget.cpp?revision=279&view=markup
http://qutecsound.svn.sourceforge.net/viewvc/qutecsound/trunk/qutecsound/src/quteslider.cpp?revision=276&view=markup

Nothing really odd or very interesting but I'd love opinions.

Cheers,
Andrés

------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2009-12-03 20:37
Frommatt ingalls
SubjectRe: [Cs-dev] XML format for widgets
hi Andrés,

if you are still at the beginning stages,
i would be *very* interested in hashing out a real specification.

a number of years back Rory and i had some discussions about like this and it was moving towards a specification for a generalized and flexible widget format that could be adopted by any front end application/gui framework. 
(and as i remember also allowing the ability to modify widgets dynamically )

-m


On Dec 3, 2009, at 9:43 AM, Andres Cabrera wrote:

> Hi all,
> 
> I've been adding support for an XML widget format in QuteCsound. It's
> modelled after the XML widget format in blue, so many things will be
> compatible, but naturally many others will not. I'd appreciate
> feedback and ideas.
> 
> There's no spec as such, but you can look in the QuteCsound sources
> for these functions:
> 
> loadFromXml
> initFromXml
> getWidgetXmlText
> createXmlWriter
> 
> in files like:
> http://qutecsound.svn.sourceforge.net/viewvc/qutecsound/trunk/qutecsound/src/qutewidget.cpp?revision=279&view=markup
> http://qutecsound.svn.sourceforge.net/viewvc/qutecsound/trunk/qutecsound/src/quteslider.cpp?revision=276&view=markup
> 
> Nothing really odd or very interesting but I'd love opinions.
> 
> Cheers,
> Andrés
> 
> ------------------------------------------------------------------------------
> Join us December 9, 2009 for the Red Hat Virtual Experience,
> a free event focused on virtualization and cloud computing. 
> Attend in-depth sessions from your desk. Your couch. Anywhere.
> http://p.sf.net/sfu/redhat-sfdev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

matt ingalls
matt@sonomatics.com




------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2009-12-03 20:56
FromSteven Yi
SubjectRe: [Cs-dev] XML format for widgets
I am interested. We should formulate necessary widget types and work
from there to document.

On 12/3/09, Andres Cabrera  wrote:
> Hi all,
>
> I've been adding support for an XML widget format in QuteCsound. It's
> modelled after the XML widget format in blue, so many things will be
> compatible, but naturally many others will not. I'd appreciate
> feedback and ideas.
>
> There's no spec as such, but you can look in the QuteCsound sources
> for these functions:
>
> loadFromXml
> initFromXml
> getWidgetXmlText
> createXmlWriter
>
> in files like:
> http://qutecsound.svn.sourceforge.net/viewvc/qutecsound/trunk/qutecsound/src/qutewidget.cpp?revision=279&view=markup
> http://qutecsound.svn.sourceforge.net/viewvc/qutecsound/trunk/qutecsound/src/quteslider.cpp?revision=276&view=markup
>
> Nothing really odd or very interesting but I'd love opinions.
>
> Cheers,
> Andrés
>
> ------------------------------------------------------------------------------
> Join us December 9, 2009 for the Red Hat Virtual Experience,
> a free event focused on virtualization and cloud computing.
> Attend in-depth sessions from your desk. Your couch. Anywhere.
> http://p.sf.net/sfu/redhat-sfdev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

-- 
Sent from my mobile device

------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2009-12-03 20:58
FromAndres Cabrera
SubjectRe: [Cs-dev] XML format for widgets
Hi,
I have implemented a couple of things, but I wouldn't mind changing
things to make a better format that will be more useful.
Do you have any more information on those discussions? Was it on the list?

Cheers,
Andrés

On Thu, Dec 3, 2009 at 8:37 PM, matt ingalls  wrote:
> hi Andrés,
>
> if you are still at the beginning stages,
> i would be *very* interested in hashing out a real specification.
>
> a number of years back Rory and i had some discussions about like this and it was moving towards a specification for a generalized and flexible widget format that could be adopted by any front end application/gui framework.
> (and as i remember also allowing the ability to modify widgets dynamically )
>
> -m
>
>
> On Dec 3, 2009, at 9:43 AM, Andres Cabrera wrote:
>
>> Hi all,
>>
>> I've been adding support for an XML widget format in QuteCsound. It's
>> modelled after the XML widget format in blue, so many things will be
>> compatible, but naturally many others will not. I'd appreciate
>> feedback and ideas.
>>
>> There's no spec as such, but you can look in the QuteCsound sources
>> for these functions:
>>
>> loadFromXml
>> initFromXml
>> getWidgetXmlText
>> createXmlWriter
>>
>> in files like:
>> http://qutecsound.svn.sourceforge.net/viewvc/qutecsound/trunk/qutecsound/src/qutewidget.cpp?revision=279&view=markup
>> http://qutecsound.svn.sourceforge.net/viewvc/qutecsound/trunk/qutecsound/src/quteslider.cpp?revision=276&view=markup
>>
>> Nothing really odd or very interesting but I'd love opinions.
>>
>> Cheers,
>> Andrés
>>
>> ------------------------------------------------------------------------------
>> Join us December 9, 2009 for the Red Hat Virtual Experience,
>> a free event focused on virtualization and cloud computing.
>> Attend in-depth sessions from your desk. Your couch. Anywhere.
>> http://p.sf.net/sfu/redhat-sfdev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>
> matt ingalls
> matt@sonomatics.com
>
>
>
>
> ------------------------------------------------------------------------------
> Join us December 9, 2009 for the Red Hat Virtual Experience,
> a free event focused on virtualization and cloud computing.
> Attend in-depth sessions from your desk. Your couch. Anywhere.
> http://p.sf.net/sfu/redhat-sfdev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



-- 


Andrés

------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2009-12-03 21:00
FromAndres Cabrera
SubjectRe: [Cs-dev] XML format for widgets
I've basically did a format that can accomodate QuteCsound widgets,
using whatever properties were already being used in blue.

Cheers,
Andrés

On Thu, Dec 3, 2009 at 8:56 PM, Steven Yi  wrote:
> I am interested. We should formulate necessary widget types and work
> from there to document.
>
> On 12/3/09, Andres Cabrera  wrote:
>> Hi all,
>>
>> I've been adding support for an XML widget format in QuteCsound. It's
>> modelled after the XML widget format in blue, so many things will be
>> compatible, but naturally many others will not. I'd appreciate
>> feedback and ideas.
>>
>> There's no spec as such, but you can look in the QuteCsound sources
>> for these functions:
>>
>> loadFromXml
>> initFromXml
>> getWidgetXmlText
>> createXmlWriter
>>
>> in files like:
>> http://qutecsound.svn.sourceforge.net/viewvc/qutecsound/trunk/qutecsound/src/qutewidget.cpp?revision=279&view=markup
>> http://qutecsound.svn.sourceforge.net/viewvc/qutecsound/trunk/qutecsound/src/quteslider.cpp?revision=276&view=markup
>>
>> Nothing really odd or very interesting but I'd love opinions.
>>
>> Cheers,
>> Andrés
>>
>> ------------------------------------------------------------------------------
>> Join us December 9, 2009 for the Red Hat Virtual Experience,
>> a free event focused on virtualization and cloud computing.
>> Attend in-depth sessions from your desk. Your couch. Anywhere.
>> http://p.sf.net/sfu/redhat-sfdev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
> --
> Sent from my mobile device
>
> ------------------------------------------------------------------------------
> Join us December 9, 2009 for the Red Hat Virtual Experience,
> a free event focused on virtualization and cloud computing.
> Attend in-depth sessions from your desk. Your couch. Anywhere.
> http://p.sf.net/sfu/redhat-sfdev2dev
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



-- 


Andrés

------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing. 
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2009-12-08 17:36
FromAndres Cabrera
SubjectRe: [Cs-dev] XML format for widgets
Hi,

To get the ball rolling, I've quickly put together some ideas for the
format here:

http://sourceforge.net/apps/trac/qutecsound/wiki/XmlWidgetFormat

Destroy it, bash it, improve it, etc. (it's a wiki)

Cheers,
Andrés

On Thu, Dec 3, 2009 at 9:00 PM, Andres Cabrera  wrote:
> I've basically did a format that can accomodate QuteCsound widgets,
> using whatever properties were already being used in blue.
>
> Cheers,
> Andrés
>
> On Thu, Dec 3, 2009 at 8:56 PM, Steven Yi  wrote:
>> I am interested. We should formulate necessary widget types and work
>> from there to document.
>>
>> On 12/3/09, Andres Cabrera  wrote:
>>> Hi all,
>>>
>>> I've been adding support for an XML widget format in QuteCsound. It's
>>> modelled after the XML widget format in blue, so many things will be
>>> compatible, but naturally many others will not. I'd appreciate
>>> feedback and ideas.
>>>
>>> There's no spec as such, but you can look in the QuteCsound sources
>>> for these functions:
>>>
>>> loadFromXml
>>> initFromXml
>>> getWidgetXmlText
>>> createXmlWriter
>>>
>>> in files like:
>>> http://qutecsound.svn.sourceforge.net/viewvc/qutecsound/trunk/qutecsound/src/qutewidget.cpp?revision=279&view=markup
>>> http://qutecsound.svn.sourceforge.net/viewvc/qutecsound/trunk/qutecsound/src/quteslider.cpp?revision=276&view=markup
>>>
>>> Nothing really odd or very interesting but I'd love opinions.
>>>
>>> Cheers,
>>> Andrés
>>>
>>> ------------------------------------------------------------------------------
>>> Join us December 9, 2009 for the Red Hat Virtual Experience,
>>> a free event focused on virtualization and cloud computing.
>>> Attend in-depth sessions from your desk. Your couch. Anywhere.
>>> http://p.sf.net/sfu/redhat-sfdev2dev
>>> _______________________________________________
>>> Csound-devel mailing list
>>> Csound-devel@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>>
>>
>> --
>> Sent from my mobile device
>>
>> ------------------------------------------------------------------------------
>> Join us December 9, 2009 for the Red Hat Virtual Experience,
>> a free event focused on virtualization and cloud computing.
>> Attend in-depth sessions from your desk. Your couch. Anywhere.
>> http://p.sf.net/sfu/redhat-sfdev2dev
>> _______________________________________________
>> Csound-devel mailing list
>> Csound-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>
>
>
> --
>
>
> Andrés
>



-- 


Andrés

------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net