Csound Csound-dev Csound-tekno Search About

[Csnd] Returning and problems with FLTK.

Date2009-10-19 13:46
Fromgmschroeder
Subject[Csnd] Returning and problems with FLTK.
Hi list,
I was a subscriber for awhile earlier this year and I'm back.
I'm running 5.08 and usually edit in vim on DebXO (you guessed it, debian build for olpc) inside the gnome's terminal emulator.
However, I'd like to start using the FLTK toolkit.
The Csound 5 Gui runs .csd files with FLTK widgets just fine, but when I try to run Iain McCurdy's "simplemodulatorcarrier.csd" from here:
in vim from the terminal editor, I get the following:
First, grey rectangles appear momentarily on the screen, where the FLTK objects usually appear, then . . .
"WARNING: (fl_setWidgetValuei): not fully implemented yet; exp=1
WARNING: (fl_setWidgetValuei): not fully implemented yet; exp=1
orch now loaded
audio buffered in 400 sample-framed blocks
PortAudio V19-devel (built Oct 12 2008)
PortAudio; available output devices:
0: CS5535 AUdio: CS5535 Audio (hw:0,0)
1: default
2: dmix
Csound tidy up: Segmentation fault
inactive allocs returned to freespace
end of score. overall amps: 0.0 0.0
overall samples out of range: 0 0
0 errors in performance
Elapsed time at end of performance: real: 0.568s, cpu: 0.090s

Orchestras with no FLTK elements run fine, although I admit that having the ftable results show up at the bottom rather than just in ascii form is more annoying than helpful.

Thanks in advance,
Greg

Date2009-10-22 10:47
Fromgmschroeder
Subject[Csnd] Re: Re turning and problems with FLTK.
For any of you wondering . . .
my problem was the lack of the flag "-+rtaudio=alsa"
I also went ahead and bothered to read the --help and found that the -g flag
gets the ascii display of the ftables rather than the graphical.
Thank you for not replying for 3 days.

Date2009-10-22 11:55
FromAndres Cabrera
Subject[Csnd] Re: Re: Re turning and problems with FLTK.
Hi,

On Thu, Oct 22, 2009 at 10:47 AM, gmschroeder  wrote:
> Thank you for not replying for 3 days.

We had faith in you and knew you would figure it out.

Cheers,
Andrés


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2009-10-22 13:50
From"gmschroeder@gmail.com"
Subject[Csnd] Re: Re: Re: Re turning and problems with FLTK.
As far as I can tell, a conversation on this board would have been 2-3 
questions away from helping me out.
I'm not trying to be rude here, I'm just trying to learn how to use this 
software while I'm in a bit of a gap w/ regard to instruction (just 
above beginner) and it's sort of frustrating to see an animated discussion 
on which linux distro is best for csound when I have a very 
tangible question about core functionality of the software.
Regards,
Greg

On Thu, 22 Oct 2009, Andres Cabrera wrote:

> Hi,
>
> On Thu, Oct 22, 2009 at 10:47 AM, gmschroeder  wrote:
>> Thank you for not replying for 3 days.
>
> We had faith in you and knew you would figure it out.
>
> Cheers,
> Andr?s
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2009-10-22 13:59
FromRory Walsh
Subject[Csnd] Re: Re: Re: Re: Re turning and problems with FLTK.
While fltk is a 'core' feature of Csound not that many people use it.
Now that the API is available less and less people use the fltk
widgets preferring instead to develop their own GUIs. As there are so
few people using fltk on the list it's not inconceivable that those
select few just didn't have time to respond or they might not have
even see the message yet. Please don't let the lack of response put
you off posting again on this list, it really is an invaluable
resource when it comes to learning Csound. I hope your project works
out well.

Rory.

2009/10/22 gmschroeder@gmail.com :
> As far as I can tell, a conversation on this board would have been 2-3
> questions away from helping me out.
> I'm not trying to be rude here, I'm just trying to learn how to use this
> software while I'm in a bit of a gap w/ regard to instruction (just above
> beginner) and it's sort of frustrating to see an animated discussion on
> which linux distro is best for csound when I have a very tangible question
> about core functionality of the software.
> Regards,
> Greg
>
> On Thu, 22 Oct 2009, Andres Cabrera wrote:
>
>> Hi,
>>
>> On Thu, Oct 22, 2009 at 10:47 AM, gmschroeder 
>> wrote:
>>>
>>> Thank you for not replying for 3 days.
>>
>> We had faith in you and knew you would figure it out.
>>
>> Cheers,
>> Andr?s
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2009-10-23 01:56
FromGreg Schroeder
Subject[Csnd] Re: Re: Re: Re: Re: Re turning and problems with FLTK.
S'all good.
I found a PDF you wrote on using the API - thanks, and thanks for giving an explanation for the lack of response. I don't quite follow your paper, (something about "I really don't know what I'm doing at all") but that's not important right yet. I have other work to do first.
FLTK just looked like a quick easy way for me to illustrate a few basics of digital synthesis for a presentation I'm not really qualified to give but ended up committing to for later next month, and I didn't feel like dragging my dying macbook out to a presentation when I would not be at all surprised if it decided to quit working semi-permanently at any moment - It handles csound5gui much more comfortably than the olpc. Getting widgets working from the command line makes for a much less wonky experience with widgets on wimpy RAM amounts and processor speeds.

Thank you!
Greg

On Thu, Oct 22, 2009 at 9:59 PM, Rory Walsh <rorywalsh@ear.ie> wrote:
While fltk is a 'core' feature of Csound not that many people use it.
Now that the API is available less and less people use the fltk
widgets preferring instead to develop their own GUIs. As there are so
few people using fltk on the list it's not inconceivable that those
select few just didn't have time to respond or they might not have
even see the message yet. Please don't let the lack of response put
you off posting again on this list, it really is an invaluable
resource when it comes to learning Csound. I hope your project works
out well.

Rory.

2009/10/22 gmschroeder@gmail.com <gmschroeder@gmail.com>:
> As far as I can tell, a conversation on this board would have been 2-3
> questions away from helping me out.
> I'm not trying to be rude here, I'm just trying to learn how to use this
> software while I'm in a bit of a gap w/ regard to instruction (just above
> beginner) and it's sort of frustrating to see an animated discussion on
> which linux distro is best for csound when I have a very tangible question
> about core functionality of the software.
> Regards,
> Greg
>
> On Thu, 22 Oct 2009, Andres Cabrera wrote:
>
>> Hi,
>>
>> On Thu, Oct 22, 2009 at 10:47 AM, gmschroeder <gmschroeder@gmail.com>
>> wrote:
>>>
>>> Thank you for not replying for 3 days.
>>
>> We had faith in you and knew you would figure it out.
>>
>> Cheers,
>> Andr?s
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2009-10-23 11:53
FromRory Walsh
Subject[Csnd] Re: Re: Re: Re: Re: Re: Re turning and problems with FLTK.
It's probably being mentioned before but Ian McCurdy has a whole load
of great lftk examples on his website, iainmccurdy.org. He seems to
eat sleep and dream fltk! And if he's reading, I hope the concert went
well yesterday!

Rory.


2009/10/23 Greg Schroeder :
> S'all good.
> I found a PDF you wrote on using the API - thanks, and thanks for giving an
> explanation for the lack of response. I don't quite follow your paper,
> (something about "I really don't know what I'm doing at all") but that's not
> important right yet. I have other work to do first.
> FLTK just looked like a quick easy way for me to illustrate a few basics of
> digital synthesis for a presentation I'm not really qualified to give but
> ended up committing to for later next month, and I didn't feel like dragging
> my dying macbook out to a presentation when I would not be at all surprised
> if it decided to quit working semi-permanently at any moment - It handles
> csound5gui much more comfortably than the olpc. Getting widgets working from
> the command line makes for a much less wonky experience with widgets on
> wimpy RAM amounts and processor speeds.
>
> Thank you!
> Greg
>
> On Thu, Oct 22, 2009 at 9:59 PM, Rory Walsh  wrote:
>>
>> While fltk is a 'core' feature of Csound not that many people use it.
>> Now that the API is available less and less people use the fltk
>> widgets preferring instead to develop their own GUIs. As there are so
>> few people using fltk on the list it's not inconceivable that those
>> select few just didn't have time to respond or they might not have
>> even see the message yet. Please don't let the lack of response put
>> you off posting again on this list, it really is an invaluable
>> resource when it comes to learning Csound. I hope your project works
>> out well.
>>
>> Rory.
>>
>> 2009/10/22 gmschroeder@gmail.com :
>> > As far as I can tell, a conversation on this board would have been 2-3
>> > questions away from helping me out.
>> > I'm not trying to be rude here, I'm just trying to learn how to use this
>> > software while I'm in a bit of a gap w/ regard to instruction (just
>> > above
>> > beginner) and it's sort of frustrating to see an animated discussion on
>> > which linux distro is best for csound when I have a very tangible
>> > question
>> > about core functionality of the software.
>> > Regards,
>> > Greg
>> >
>> > On Thu, 22 Oct 2009, Andres Cabrera wrote:
>> >
>> >> Hi,
>> >>
>> >> On Thu, Oct 22, 2009 at 10:47 AM, gmschroeder 
>> >> wrote:
>> >>>
>> >>> Thank you for not replying for 3 days.
>> >>
>> >> We had faith in you and knew you would figure it out.
>> >>
>> >> Cheers,
>> >> Andr?s
>> >>
>> >>
>> >> Send bugs reports to this list.
>> >> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> "unsubscribe
>> >> csound"
>> >
>> >
>> > Send bugs reports to this list.
>> > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> > csound"
>> >
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>
>


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2009-10-23 13:40
From"gmschroeder@gmail.com"
Subject[Csnd] Re: Re: Re: Re: Re: Re: Re: Re turning and problems with FLTK.
actually, I think those are the examples I was planning to adapt 
(credited, of course) for my talk.
I take it he's still around in some form?
I'd ultimately like to develop something in ncurses, but I am still 
inexperienced enough  as both a musician and programmer that seeing what I 
like/dislike about others' approach seems a wiser idea for now.

On a completely unrelated note, is anyone here using a matrix controller 
(eg. monome/arduinome) to control csound?
Greg

On Fri, 23 Oct 2009, Rory Walsh wrote:

> It's probably being mentioned before but Ian McCurdy has a whole load
> of great lftk examples on his website, iainmccurdy.org. He seems to
> eat sleep and dream fltk! And if he's reading, I hope the concert went
> well yesterday!
>
> Rory.
>
>
> 2009/10/23 Greg Schroeder :
>> S'all good.
>> I found a PDF you wrote on using the API - thanks, and thanks for giving an
>> explanation for the lack of response. I don't quite follow your paper,
>> (something about "I really don't know what I'm doing at all") but that's not
>> important right yet. I have other work to do first.
>> FLTK just looked like a quick easy way for me to illustrate a few basics of
>> digital synthesis for a presentation I'm not really qualified to give but
>> ended up committing to for later next month, and I didn't feel like dragging
>> my dying macbook out to a presentation when I would not be at all surprised
>> if it decided to quit working semi-permanently at any moment - It handles
>> csound5gui much more comfortably than the olpc. Getting widgets working from
>> the command line makes for a much less wonky experience with widgets on
>> wimpy RAM amounts and processor speeds.
>>
>> Thank you!
>> Greg
>>
>> On Thu, Oct 22, 2009 at 9:59 PM, Rory Walsh  wrote:
>>>
>>> While fltk is a 'core' feature of Csound not that many people use it.
>>> Now that the API is available less and less people use the fltk
>>> widgets preferring instead to develop their own GUIs. As there are so
>>> few people using fltk on the list it's not inconceivable that those
>>> select few just didn't have time to respond or they might not have
>>> even see the message yet. Please don't let the lack of response put
>>> you off posting again on this list, it really is an invaluable
>>> resource when it comes to learning Csound. I hope your project works
>>> out well.
>>>
>>> Rory.
>>>
>>> 2009/10/22 gmschroeder@gmail.com :
>>>> As far as I can tell, a conversation on this board would have been 2-3
>>>> questions away from helping me out.
>>>> I'm not trying to be rude here, I'm just trying to learn how to use this
>>>> software while I'm in a bit of a gap w/ regard to instruction (just
>>>> above
>>>> beginner) and it's sort of frustrating to see an animated discussion on
>>>> which linux distro is best for csound when I have a very tangible
>>>> question
>>>> about core functionality of the software.
>>>> Regards,
>>>> Greg
>>>>
>>>> On Thu, 22 Oct 2009, Andres Cabrera wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> On Thu, Oct 22, 2009 at 10:47 AM, gmschroeder 
>>>>> wrote:
>>>>>>
>>>>>> Thank you for not replying for 3 days.
>>>>>
>>>>> We had faith in you and knew you would figure it out.
>>>>>
>>>>> Cheers,
>>>>> Andr?s
>>>>>
>>>>>
>>>>> Send bugs reports to this list.
>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>> "unsubscribe
>>>>> csound"
>>>>
>>>>
>>>> Send bugs reports to this list.
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>>> csound"
>>>>
>>>
>>>
>>> Send bugs reports to this list.
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>>> csound"
>>
>>
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2009-10-23 17:17
FromIain McCurdy
Subject[Csnd] RE: Re: Re: Re: Re: Re: Re: Re: Re turning and problems with FLTK.
I am indeed still around (in some form). I remember the initial post but infortunately didn't have an answer immediately at hand and had been too busy recently to investigate so I apologise for that Greg. I normally try to make a point of answering questions in my area and questions that haven't been picked up by other list contributors.
Many of the people on this list are indeed more occupied with means of interfacing with Csound other than FLTK but there are still many people using FLTK indicated by the 100+ daily visitors I get to my Csound examples page. It is this factor which has encouraged me to continue to update the resource. I am beginning to port my examples to use QuteCsound widgets which probably exceed FLTK in terms of functionality but I think the FLTK widgets continue to offer a useful, self contained and platform and front-end independent means of getting information into Csound.

Bye,
Iain

> Date: Fri, 23 Oct 2009 21:40:36 +0900
> From: gmschroeder@gmail.com
> To: csound@lists.bath.ac.uk
> Subject: [Csnd] Re: Re: Re: Re: Re: Re: Re: Re turning and problems with FLTK.
>
> actually, I think those are the examples I was planning to adapt
> (credited, of course) for my talk.
> I take it he's still around in some form?
> I'd ultimately like to develop something in ncurses, but I am still
> inexperienced enough as both a musician and programmer that seeing what I
> like/dislike about others' approach seems a wiser idea for now.
>
> On a completely unrelated note, is anyone here using a matrix controller
> (eg. monome/arduinome) to control csound?
> Greg
>
> On Fri, 23 Oct 2009, Rory Walsh wrote:
>
> > It's probably being mentioned before but Ian McCurdy has a whole load
> > of great lftk examples on his website, iainmccurdy.org. He seems to
> > eat sleep and dream fltk! And if he's reading, I hope the concert went
> > well yesterday!
> >
> > Rory.
> >
> >
> > 2009/10/23 Greg Schroeder <gmschroeder@gmail.com>:
> >> S'all good.
> >> I found a PDF you wrote on using the API - thanks, and thanks for giving an
> >> explanation for the lack of response. I don't quite follow your paper,
> >> (something about "I really don't know what I'm doing at all") but that's not
> >> important right yet. I have other work to do first.
> >> FLTK just looked like a quick easy way for me to illustrate a few basics of
> >> digital synthesis for a presentation I'm not really qualified to give but
> >> ended up committing to for later next month, and I didn't feel like dragging
> >> my dying macbook out to a presentation when I would not be at all surprised
> >> if it decided to quit working semi-permanently at any moment - It handles
> >> csound5gui much more comfortably than the olpc. Getting widgets working from
> >> the command line makes for a much less wonky experience with widgets on
> >> wimpy RAM amounts and processor speeds.
> >>
> >> Thank you!
> >> Greg
> >>
> >> On Thu, Oct 22, 2009 at 9:59 PM, Rory Walsh <rorywalsh@ear.ie> wrote:
> >>>
> >>> While fltk is a 'core' feature of Csound not that many people use it.
> >>> Now that the API is available less and less people use the fltk
> >>> widgets preferring instead to develop their own GUIs. As there are so
> >>> few people using fltk on the list it's not inconceivable that those
> >>> select few just didn't have time to respond or they might not have
> >>> even see the message yet. Please don't let the lack of response put
> >>> you off posting again on this list, it really is an invaluable
> >>> resource when it comes to learning Csound. I hope your project works
> >>> out well.
> >>>
> >>> Rory.
> >>>
> >>> 2009/10/22 gmschroeder@gmail.com <gmschroeder@gmail.com>:
> >>>> As far as I can tell, a conversation on this board would have been 2-3
> >>>> questions away from helping me out.
> >>>> I'm not trying to be rude here, I'm just trying to learn how to use this
> >>>> software while I'm in a bit of a gap w/ regard to instruction (just
> >>>> above
> >>>> beginner) and it's sort of frustrating to see an animated discussion on
> >>>> which linux distro is best for csound when I have a very tangible
> >>>> question
> >>>> about core functionality of the software.
> >>>> Regards,
> >>>> Greg
> >>>>
> >>>> On Thu, 22 Oct 2009, Andres Cabrera wrote:
> >>>>
> >>>>> Hi,
> >>>>>
> >>>>> On Thu, Oct 22, 2009 at 10:47 AM, gmschroeder <gmschroeder@gmail.com>
> >>>>> wrote:
> >>>>>>
> >>>>>> Thank you for not replying for 3 days.
> >>>>>
> >>>>> We had faith in you and knew you would figure it out.
> >>>>>
> >>>>> Cheers,
> >>>>> Andr?s
> >>>>>
> >>>>>
> >>>>> Send bugs reports to this list.
> >>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
> >>>>> "unsubscribe
> >>>>> csound"
> >>>>
> >>>>
> >>>> Send bugs reports to this list.
> >>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> >>>> csound"
> >>>>
> >>>
> >>>
> >>> Send bugs reports to this list.
> >>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> >>> csound"
> >>
> >>
> >
> >
> > Send bugs reports to this list.
> > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> >
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Download Messenger onto your mobile for free. Learn more.

Date2009-10-23 17:20
FromVictor Lazzarini
Subject[Csnd] Re: turning and problems with FLTK.
As your nice piece in yesterday's concert demonstrated...

Victor
On 23 Oct 2009, at 17:17, Iain McCurdy wrote:

but I think the FLTK widgets continue to offer a useful, self contained and platform and front-end independent means of getting information into Csound.

Bye,
Iain

> Date: Fri, 23 Oct 2009 21:40:36 +0900
> From: gmschroeder@gmail.com
> To: csound@lists.bath.ac.uk
> Subject: [Csnd] Re: Re: Re: Re: Re: Re: Re: Re turning and problems with FLTK.
> 
> actually, I think those are the examples I was planning to adapt 
> (credited, of course) for my talk.
> I take it he's still around in some form?
> I'd ultimately like to develop something in ncurses, but I am still 
> inexperienced enough as both a musician and programmer that seeing what I 
> like/dislike about others' approach seems a wiser idea for now.
> 
> On a completely unrelated note, is anyone here using a matrix controller 
> (eg. monome/arduinome) to control csound?
> Greg
> 
> On Fri, 23 Oct 2009, Rory Walsh wrote:
> 
> > It's probably being mentioned before but Ian McCurdy has a whole load
> > of great lftk examples on his website, iainmccurdy.org. He seems to
> > eat sleep and dream fltk! And if he's reading, I hope the concert went
> > well yesterday!
> >
> > Rory.
> >
> >
> > 2009/10/23 Greg Schroeder <gmschroeder@gmail.com>:
> >> S'all good.
> >> I found a PDF you wrote on using the API - thanks, and thanks for giving an
> >> explanation for the lack of response. I don't quite follow your paper,
> >> (something about "I really don't know what I'm doing at all") but that's not
> >> important right yet. I have other work to do first.
> >> FLTK just looked like a quick easy way for me to illustrate a few basics of
> >> digital synthesis for a presentation I'm not really qualified to give but
> >> ended up committing to for later next month, and I didn't feel like dragging
> >> my dying macbook out to a presentation when I would not be at all surprised
> >> if it decided to quit working semi-permanently at any moment - It handles
> >> csound5gui much more comfortably than the olpc. Getting widgets working from
> >> the command line makes for a much less wonky experience with widgets on
> >> wimpy RAM amounts and processor speeds.
> >>
> >> Thank you!
> >> Greg
> >>
> >> On Thu, Oct 22, 2009 at 9:59 PM, Rory Walsh <rorywalsh@ear.ie> wrote:
> >>>
> >>> While fltk is a 'core' feature of Csound not that many people use it.
> >>> Now that the API is available less and less people use the fltk
> >>> widgets preferring instead to develop their own GUIs. As there are so
> >>> few people using fltk on the list it's not inconceivable that those
> >>> select few just didn't have time to respond or they might not have
> >>> even see the message yet. Please don't let the lack of response put
> >>> you off posting again on this list, it really is an invaluable
> >>> resource when it comes to learning Csound. I hope your project works
> >>> out well.
> >>>
> >>> Rory.
> >>>
> >>> 2009/10/22 gmschroeder@gmail.com <gmschroeder@gmail.com>:
> >>>> As far as I can tell, a conversation on this board would have been 2-3
> >>>> questions away from helping me out.
> >>>> I'm not trying to be rude here, I'm just trying to learn how to use this
> >>>> software while I'm in a bit of a gap w/ regard to instruction (just
> >>>> above
> >>>> beginner) and it's sort of frustrating to see an animated discussion on
> >>>> which linux distro is best for csound when I have a very tangible
> >>>> question
> >>>> about core functionality of the software.
> >>>> Regards,
> >>>> Greg
> >>>>
> >>>> On Thu, 22 Oct 2009, Andres Cabrera wrote:
> >>>>
> >>>>> Hi,
> >>>>>
> >>>>> On Thu, Oct 22, 2009 at 10:47 AM, gmschroeder <gmschroeder@gmail.com>
> >>>>> wrote:
> >>>>>>
> >>>>>> Thank you for not replying for 3 days.
> >>>>>
> >>>>> We had faith in you and knew you would figure it out.
> >>>>>
> >>>>> Cheers,
> >>>>> Andr?s
> >>>>>
> >>>>>
> >>>>> Send bugs reports to this list.
> >>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
> >>>>> "unsubscribe
> >>>>> csound"
> >>>>
> >>>>
> >>>> Send bugs reports to this list.
> >>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> >>>> csound"
> >>>>
> >>>
> >>>
> >>> Send bugs reports to this list.
> >>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> >>> csound"
> >>
> >>
> >
> >
> > Send bugs reports to this list.
> > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
> >
> 
> 
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Download Messenger onto your mobile for free. Learn more.


Date2009-10-23 18:03
FromAndrés
Subject[Csnd] Re: RE: Re: Re: Re: Re: Re: Re: Re: Re turning and problems with FLTK.
And Greg does provide a very good reason for using FLTK: compatibility
with older/less powerful machines. I would think QuteCsound might be a
bit heavy on an underpowered machine, but I would love reports on that.

Cheers,
Andrés

El vie, 23-10-2009 a las 16:17 +0000, Iain McCurdy escribió:
> I am indeed still around (in some form). I remember the initial post
> but infortunately didn't have an answer immediately at hand and had
> been too busy recently to investigate so I apologise for that Greg. I
> normally try to make a point of answering questions in my area and
> questions that haven't been picked up by other list contributors. 
> Many of the people on this list are indeed more occupied with means of
> interfacing with Csound other than FLTK but there are still many
> people using FLTK indicated by the 100+ daily visitors I get to my
> Csound examples page. It is this factor which has encouraged me to
> continue to update the resource. I am beginning to port my examples to
> use QuteCsound widgets which probably exceed FLTK in terms of
> functionality but I think the FLTK widgets continue to offer a useful,
> self contained and platform and front-end independent means of getting
> information into Csound.
> 
> Bye,
> Iain
> 
> > Date: Fri, 23 Oct 2009 21:40:36 +0900
> > From: gmschroeder@gmail.com
> > To: csound@lists.bath.ac.uk
> > Subject: [Csnd] Re: Re: Re: Re: Re: Re: Re: Re turning and problems
> with FLTK.
> > 
> > actually, I think those are the examples I was planning to adapt 
> > (credited, of course) for my talk.
> > I take it he's still around in some form?
> > I'd ultimately like to develop something in ncurses, but I am still 
> > inexperienced enough as both a musician and programmer that seeing
> what I 
> > like/dislike about others' approach seems a wiser idea for now.
> > 
> > On a completely unrelated note, is anyone here using a matrix
> controller 
> > (eg. monome/arduinome) to control csound?
> > Greg
> > 
> > On Fri, 23 Oct 2009, Rory Walsh wrote:
> > 
> > > It's probably being mentioned before but Ian McCurdy has a whole
> load
> > > of great lftk examples on his website, iainmccurdy.org. He seems
> to
> > > eat sleep and dream fltk! And if he's reading, I hope the concert
> went
> > > well yesterday!
> > >
> > > Rory.
> > >
> > >
> > > 2009/10/23 Greg Schroeder :
> > >> S'all good.
> > >> I found a PDF you wrote on using the API - thanks, and thanks for
> giving an
> > >> explanation for the lack of response. I don't quite follow your
> paper,
> > >> (something about "I really don't know what I'm doing at all") but
> that's not
> > >> important right yet. I have other work to do first.
> > >> FLTK just looked like a quick easy way for me to illustrate a few
> basics of
> > >> digital synthesis for a presentation I'm not really qualified to
> give but
> > >> ended up committing to for later next month, and I didn't feel
> like dragging
> > >> my dying macbook out to a presentation when I would not be at all
> surprised
> > >> if it decided to quit working semi-permanently at any moment - It
> handles
> > >> csound5gui much more comfortably than the olpc. Getting widgets
> working from
> > >> the command line makes for a much less wonky experience with
> widgets on
> > >> wimpy RAM amounts and processor speeds.
> > >>
> > >> Thank you!
> > >> Greg
> > >>
> > >> On Thu, Oct 22, 2009 at 9:59 PM, Rory Walsh 
> wrote:
> > >>>
> > >>> While fltk is a 'core' feature of Csound not that many people
> use it.
> > >>> Now that the API is available less and less people use the fltk
> > >>> widgets preferring instead to develop their own GUIs. As there
> are so
> > >>> few people using fltk on the list it's not inconceivable that
> those
> > >>> select few just didn't have time to respond or they might not
> have
> > >>> even see the message yet. Please don't let the lack of response
> put
> > >>> you off posting again on this list, it really is an invaluable
> > >>> resource when it comes to learning Csound. I hope your project
> works
> > >>> out well.
> > >>>
> > >>> Rory.
> > >>>
> > >>> 2009/10/22 gmschroeder@gmail.com :
> > >>>> As far as I can tell, a conversation on this board would have
> been 2-3
> > >>>> questions away from helping me out.
> > >>>> I'm not trying to be rude here, I'm just trying to learn how to
> use this
> > >>>> software while I'm in a bit of a gap w/ regard to instruction
> (just
> > >>>> above
> > >>>> beginner) and it's sort of frustrating to see an animated
> discussion on
> > >>>> which linux distro is best for csound when I have a very
> tangible
> > >>>> question
> > >>>> about core functionality of the software.
> > >>>> Regards,
> > >>>> Greg
> > >>>>
> > >>>> On Thu, 22 Oct 2009, Andres Cabrera wrote:
> > >>>>
> > >>>>> Hi,
> > >>>>>
> > >>>>> On Thu, Oct 22, 2009 at 10:47 AM, gmschroeder
> 
> > >>>>> wrote:
> > >>>>>>
> > >>>>>> Thank you for not replying for 3 days.
> > >>>>>
> > >>>>> We had faith in you and knew you would figure it out.
> > >>>>>
> > >>>>> Cheers,
> > >>>>> Andr?s
> > >>>>>
> > >>>>>
> > >>>>> Send bugs reports to this list.
> > >>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
> > >>>>> "unsubscribe
> > >>>>> csound"
> > >>>>
> > >>>>
> > >>>> Send bugs reports to this list.
> > >>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
> "unsubscribe
> > >>>> csound"
> > >>>>
> > >>>
> > >>>
> > >>> Send bugs reports to this list.
> > >>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
> "unsubscribe
> > >>> csound"
> > >>
> > >>
> > >
> > >
> > > Send bugs reports to this list.
> > > To unsubscribe, send email sympa@lists.bath.ac.uk with body
> "unsubscribe csound"
> > >
> > 
> > 
> > Send bugs reports to this list.
> > To unsubscribe, send email sympa@lists.bath.ac.uk with body
> "unsubscribe csound"
> 
> 
> ______________________________________________________________________
> Download Messenger onto your mobile for free. Learn more.



Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2009-10-23 22:11
FromAndy Fillebrown
Subject[Csnd] Re: Re: RE: Re: Re: Re: Re: Re: Re: Re: Re turning and problems with FLTK.


I tested a version of AudioCarver (which uses the QtCore, QtGui, and QtXml modules) on an old Pentium II with 64MB of ram six months ago, and it took 2.5 minutes for QtCore alone to load, nevermind the rest of the program.  Granted, it was an older and slower version of Qt that I was using (it's a bit faster now), but needless to say I won't be trying that again anytime soon =)



----- "Andrés Cabrera"  wrote:
> And Greg does provide a very good reason for using FLTK:
> compatibility
> with older/less powerful machines. I would think QuteCsound might be
> a
> bit heavy on an underpowered machine, but I would love reports on
> that.
> 
> Cheers,
> Andrés
> 
> El vie, 23-10-2009 a las 16:17 +0000, Iain McCurdy escribió:
> > I am indeed still around (in some form). I remember the initial
> post
> > but infortunately didn't have an answer immediately at hand and had
> > been too busy recently to investigate so I apologise for that Greg.
> I
> > normally try to make a point of answering questions in my area and
> > questions that haven't been picked up by other list contributors. 
> > Many of the people on this list are indeed more occupied with means
> of
> > interfacing with Csound other than FLTK but there are still many
> > people using FLTK indicated by the 100+ daily visitors I get to my
> > Csound examples page. It is this factor which has encouraged me to
> > continue to update the resource. I am beginning to port my examples
> to
> > use QuteCsound widgets which probably exceed FLTK in terms of
> > functionality but I think the FLTK widgets continue to offer a
> useful,
> > self contained and platform and front-end independent means of
> getting
> > information into Csound.
> > 
> > Bye,
> > Iain
> > 
> > > Date: Fri, 23 Oct 2009 21:40:36 +0900
> > > From: gmschroeder@gmail.com
> > > To: csound@lists.bath.ac.uk
> > > Subject: [Csnd] Re: Re: Re: Re: Re: Re: Re: Re turning and
> problems
> > with FLTK.
> > > 
> > > actually, I think those are the examples I was planning to adapt 
> > > (credited, of course) for my talk.
> > > I take it he's still around in some form?
> > > I'd ultimately like to develop something in ncurses, but I am
> still 
> > > inexperienced enough as both a musician and programmer that
> seeing
> > what I 
> > > like/dislike about others' approach seems a wiser idea for now.
> > > 
> > > On a completely unrelated note, is anyone here using a matrix
> > controller 
> > > (eg. monome/arduinome) to control csound?
> > > Greg
> > > 
> > > On Fri, 23 Oct 2009, Rory Walsh wrote:
> > > 
> > > > It's probably being mentioned before but Ian McCurdy has a
> whole
> > load
> > > > of great lftk examples on his website, iainmccurdy.org. He
> seems
> > to
> > > > eat sleep and dream fltk! And if he's reading, I hope the
> concert
> > went
> > > > well yesterday!
> > > >
> > > > Rory.
> > > >
> > > >
> > > > 2009/10/23 Greg Schroeder :
> > > >> S'all good.
> > > >> I found a PDF you wrote on using the API - thanks, and thanks
> for
> > giving an
> > > >> explanation for the lack of response. I don't quite follow
> your
> > paper,
> > > >> (something about "I really don't know what I'm doing at all")
> but
> > that's not
> > > >> important right yet. I have other work to do first.
> > > >> FLTK just looked like a quick easy way for me to illustrate a
> few
> > basics of
> > > >> digital synthesis for a presentation I'm not really qualified
> to
> > give but
> > > >> ended up committing to for later next month, and I didn't feel
> > like dragging
> > > >> my dying macbook out to a presentation when I would not be at
> all
> > surprised
> > > >> if it decided to quit working semi-permanently at any moment -
> It
> > handles
> > > >> csound5gui much more comfortably than the olpc. Getting
> widgets
> > working from
> > > >> the command line makes for a much less wonky experience with
> > widgets on
> > > >> wimpy RAM amounts and processor speeds.
> > > >>
> > > >> Thank you!
> > > >> Greg
> > > >>
> > > >> On Thu, Oct 22, 2009 at 9:59 PM, Rory Walsh 
> > wrote:
> > > >>>
> > > >>> While fltk is a 'core' feature of Csound not that many people
> > use it.
> > > >>> Now that the API is available less and less people use the
> fltk
> > > >>> widgets preferring instead to develop their own GUIs. As
> there
> > are so
> > > >>> few people using fltk on the list it's not inconceivable that
> > those
> > > >>> select few just didn't have time to respond or they might not
> > have
> > > >>> even see the message yet. Please don't let the lack of
> response
> > put
> > > >>> you off posting again on this list, it really is an
> invaluable
> > > >>> resource when it comes to learning Csound. I hope your
> project
> > works
> > > >>> out well.
> > > >>>
> > > >>> Rory.
> > > >>>
> > > >>> 2009/10/22 gmschroeder@gmail.com :
> > > >>>> As far as I can tell, a conversation on this board would
> have
> > been 2-3
> > > >>>> questions away from helping me out.
> > > >>>> I'm not trying to be rude here, I'm just trying to learn how
> to
> > use this
> > > >>>> software while I'm in a bit of a gap w/ regard to
> instruction
> > (just
> > > >>>> above
> > > >>>> beginner) and it's sort of frustrating to see an animated
> > discussion on
> > > >>>> which linux distro is best for csound when I have a very
> > tangible
> > > >>>> question
> > > >>>> about core functionality of the software.
> > > >>>> Regards,
> > > >>>> Greg
> > > >>>>
> > > >>>> On Thu, 22 Oct 2009, Andres Cabrera wrote:
> > > >>>>
> > > >>>>> Hi,
> > > >>>>>
> > > >>>>> On Thu, Oct 22, 2009 at 10:47 AM, gmschroeder
> > 
> > > >>>>> wrote:
> > > >>>>>>
> > > >>>>>> Thank you for not replying for 3 days.
> > > >>>>>
> > > >>>>> We had faith in you and knew you would figure it out.
> > > >>>>>
> > > >>>>> Cheers,
> > > >>>>> Andr?s
> > > >>>>>
> > > >>>>>
> > > >>>>> Send bugs reports to this list.
> > > >>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
> > > >>>>> "unsubscribe
> > > >>>>> csound"
> > > >>>>
> > > >>>>
> > > >>>> Send bugs reports to this list.
> > > >>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
> > "unsubscribe
> > > >>>> csound"
> > > >>>>
> > > >>>
> > > >>>
> > > >>> Send bugs reports to this list.
> > > >>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
> > "unsubscribe
> > > >>> csound"
> > > >>
> > > >>
> > > >
> > > >
> > > > Send bugs reports to this list.
> > > > To unsubscribe, send email sympa@lists.bath.ac.uk with body
> > "unsubscribe csound"
> > > >
> > > 
> > > 
> > > Send bugs reports to this list.
> > > To unsubscribe, send email sympa@lists.bath.ac.uk with body
> > "unsubscribe csound"
> > 
> > 
> >
> ______________________________________________________________________
> > Download Messenger onto your mobile for free. Learn more.
> 
> 
> 
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body
> "unsubscribe csound"



Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2009-10-23 22:24
FromAndres Cabrera
Subject[Csnd] Re: Re: Re: RE: Re: Re: Re: Re: Re: Re: Re: Re turning and problems with FLTK.
OK, thanks for the report.

Cheers,
Andres

On Fri, Oct 23, 2009 at 10:11 PM, Andy Fillebrown
 wrote:
>
>
>
> I tested a version of AudioCarver (which uses the QtCore, QtGui, and QtXml modules) on an old Pentium II with 64MB of ram six months ago, and it took 2.5 minutes for QtCore alone to load, nevermind the rest of the program.  Granted, it was an older and slower version of Qt that I was using (it's a bit faster now), but needless to say I won't be trying that again anytime soon =)
>
>
>
> ----- "Andrés Cabrera"  wrote:
>> And Greg does provide a very good reason for using FLTK:
>> compatibility
>> with older/less powerful machines. I would think QuteCsound might be
>> a
>> bit heavy on an underpowered machine, but I would love reports on
>> that.
>>
>> Cheers,
>> Andrés
>>
>> El vie, 23-10-2009 a las 16:17 +0000, Iain McCurdy escribió:
>> > I am indeed still around (in some form). I remember the initial
>> post
>> > but infortunately didn't have an answer immediately at hand and had
>> > been too busy recently to investigate so I apologise for that Greg.
>> I
>> > normally try to make a point of answering questions in my area and
>> > questions that haven't been picked up by other list contributors.
>> > Many of the people on this list are indeed more occupied with means
>> of
>> > interfacing with Csound other than FLTK but there are still many
>> > people using FLTK indicated by the 100+ daily visitors I get to my
>> > Csound examples page. It is this factor which has encouraged me to
>> > continue to update the resource. I am beginning to port my examples
>> to
>> > use QuteCsound widgets which probably exceed FLTK in terms of
>> > functionality but I think the FLTK widgets continue to offer a
>> useful,
>> > self contained and platform and front-end independent means of
>> getting
>> > information into Csound.
>> >
>> > Bye,
>> > Iain
>> >
>> > > Date: Fri, 23 Oct 2009 21:40:36 +0900
>> > > From: gmschroeder@gmail.com
>> > > To: csound@lists.bath.ac.uk
>> > > Subject: [Csnd] Re: Re: Re: Re: Re: Re: Re: Re turning and
>> problems
>> > with FLTK.
>> > >
>> > > actually, I think those are the examples I was planning to adapt
>> > > (credited, of course) for my talk.
>> > > I take it he's still around in some form?
>> > > I'd ultimately like to develop something in ncurses, but I am
>> still
>> > > inexperienced enough as both a musician and programmer that
>> seeing
>> > what I
>> > > like/dislike about others' approach seems a wiser idea for now.
>> > >
>> > > On a completely unrelated note, is anyone here using a matrix
>> > controller
>> > > (eg. monome/arduinome) to control csound?
>> > > Greg
>> > >
>> > > On Fri, 23 Oct 2009, Rory Walsh wrote:
>> > >
>> > > > It's probably being mentioned before but Ian McCurdy has a
>> whole
>> > load
>> > > > of great lftk examples on his website, iainmccurdy.org. He
>> seems
>> > to
>> > > > eat sleep and dream fltk! And if he's reading, I hope the
>> concert
>> > went
>> > > > well yesterday!
>> > > >
>> > > > Rory.
>> > > >
>> > > >
>> > > > 2009/10/23 Greg Schroeder :
>> > > >> S'all good.
>> > > >> I found a PDF you wrote on using the API - thanks, and thanks
>> for
>> > giving an
>> > > >> explanation for the lack of response. I don't quite follow
>> your
>> > paper,
>> > > >> (something about "I really don't know what I'm doing at all")
>> but
>> > that's not
>> > > >> important right yet. I have other work to do first.
>> > > >> FLTK just looked like a quick easy way for me to illustrate a
>> few
>> > basics of
>> > > >> digital synthesis for a presentation I'm not really qualified
>> to
>> > give but
>> > > >> ended up committing to for later next month, and I didn't feel
>> > like dragging
>> > > >> my dying macbook out to a presentation when I would not be at
>> all
>> > surprised
>> > > >> if it decided to quit working semi-permanently at any moment -
>> It
>> > handles
>> > > >> csound5gui much more comfortably than the olpc. Getting
>> widgets
>> > working from
>> > > >> the command line makes for a much less wonky experience with
>> > widgets on
>> > > >> wimpy RAM amounts and processor speeds.
>> > > >>
>> > > >> Thank you!
>> > > >> Greg
>> > > >>
>> > > >> On Thu, Oct 22, 2009 at 9:59 PM, Rory Walsh 
>> > wrote:
>> > > >>>
>> > > >>> While fltk is a 'core' feature of Csound not that many people
>> > use it.
>> > > >>> Now that the API is available less and less people use the
>> fltk
>> > > >>> widgets preferring instead to develop their own GUIs. As
>> there
>> > are so
>> > > >>> few people using fltk on the list it's not inconceivable that
>> > those
>> > > >>> select few just didn't have time to respond or they might not
>> > have
>> > > >>> even see the message yet. Please don't let the lack of
>> response
>> > put
>> > > >>> you off posting again on this list, it really is an
>> invaluable
>> > > >>> resource when it comes to learning Csound. I hope your
>> project
>> > works
>> > > >>> out well.
>> > > >>>
>> > > >>> Rory.
>> > > >>>
>> > > >>> 2009/10/22 gmschroeder@gmail.com :
>> > > >>>> As far as I can tell, a conversation on this board would
>> have
>> > been 2-3
>> > > >>>> questions away from helping me out.
>> > > >>>> I'm not trying to be rude here, I'm just trying to learn how
>> to
>> > use this
>> > > >>>> software while I'm in a bit of a gap w/ regard to
>> instruction
>> > (just
>> > > >>>> above
>> > > >>>> beginner) and it's sort of frustrating to see an animated
>> > discussion on
>> > > >>>> which linux distro is best for csound when I have a very
>> > tangible
>> > > >>>> question
>> > > >>>> about core functionality of the software.
>> > > >>>> Regards,
>> > > >>>> Greg
>> > > >>>>
>> > > >>>> On Thu, 22 Oct 2009, Andres Cabrera wrote:
>> > > >>>>
>> > > >>>>> Hi,
>> > > >>>>>
>> > > >>>>> On Thu, Oct 22, 2009 at 10:47 AM, gmschroeder
>> > 
>> > > >>>>> wrote:
>> > > >>>>>>
>> > > >>>>>> Thank you for not replying for 3 days.
>> > > >>>>>
>> > > >>>>> We had faith in you and knew you would figure it out.
>> > > >>>>>
>> > > >>>>> Cheers,
>> > > >>>>> Andr?s
>> > > >>>>>
>> > > >>>>>
>> > > >>>>> Send bugs reports to this list.
>> > > >>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> > > >>>>> "unsubscribe
>> > > >>>>> csound"
>> > > >>>>
>> > > >>>>
>> > > >>>> Send bugs reports to this list.
>> > > >>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> > "unsubscribe
>> > > >>>> csound"
>> > > >>>>
>> > > >>>
>> > > >>>
>> > > >>> Send bugs reports to this list.
>> > > >>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> > "unsubscribe
>> > > >>> csound"
>> > > >>
>> > > >>
>> > > >
>> > > >
>> > > > Send bugs reports to this list.
>> > > > To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> > "unsubscribe csound"
>> > > >
>> > >
>> > >
>> > > Send bugs reports to this list.
>> > > To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> > "unsubscribe csound"
>> >
>> >
>> >
>> ______________________________________________________________________
>> > Download Messenger onto your mobile for free. Learn more.
>>
>>
>>
>> Send bugs reports to this list.
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> "unsubscribe csound"
>
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"



-- 


Andrés


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2009-10-24 05:18
From"gmschroeder@gmail.com"
Subject[Csnd] Re: Re: RE: Re: Re: Re: Re: Re: Re: Re: Re turning and problems with FLTK.
Iain,
You have a job. This is something I do for fun. No worries.
I simply use FLTK at the moment because McCurdy's examples are the only
ones in that vein I could locate. I have found another csounds.com hosted
site with tb303 emulators and such, but at least for now I'm interested
mostly in learning about synthesis in itself, and the FLTK examples on 
Iain's site have been quite helpful to me and (hopefully) will be to those
I will be talking with next month.
As far as QuteCsound . . .
>From what I've read, QuteCsound is not an obvious choice for AMD Geodes with
256 megs of RAM handy. Csound5gui struggles.
I don't see what people have against good old-fashioned text editors and 
command line calls, tbh.
Greg
On Fri, 23 Oct 2009, Andr?s Cabrera wrote:

> And Greg does provide a very good reason for using FLTK: compatibility
> with older/less powerful machines. I would think QuteCsound might be a
> bit heavy on an underpowered machine, but I would love reports on that.
>
> Cheers,
> Andr?s
>
> El vie, 23-10-2009 a las 16:17 +0000, Iain McCurdy escribi?:
>> I am indeed still around (in some form). I remember the initial post
>> but infortunately didn't have an answer immediately at hand and had
>> been too busy recently to investigate so I apologise for that Greg. I
>> normally try to make a point of answering questions in my area and
>> questions that haven't been picked up by other list contributors.
>> Many of the people on this list are indeed more occupied with means of
>> interfacing with Csound other than FLTK but there are still many
>> people using FLTK indicated by the 100+ daily visitors I get to my
>> Csound examples page. It is this factor which has encouraged me to
>> continue to update the resource. I am beginning to port my examples to
>> use QuteCsound widgets which probably exceed FLTK in terms of
>> functionality but I think the FLTK widgets continue to offer a useful,
>> self contained and platform and front-end independent means of getting
>> information into Csound.
>>
>> Bye,
>> Iain
>>
>>> Date: Fri, 23 Oct 2009 21:40:36 +0900
>>> From: gmschroeder@gmail.com
>>> To: csound@lists.bath.ac.uk
>>> Subject: [Csnd] Re: Re: Re: Re: Re: Re: Re: Re turning and problems
>> with FLTK.
>>>
>>> actually, I think those are the examples I was planning to adapt
>>> (credited, of course) for my talk.
>>> I take it he's still around in some form?
>>> I'd ultimately like to develop something in ncurses, but I am still
>>> inexperienced enough as both a musician and programmer that seeing
>> what I
>>> like/dislike about others' approach seems a wiser idea for now.
>>>
>>> On a completely unrelated note, is anyone here using a matrix
>> controller
>>> (eg. monome/arduinome) to control csound?
>>> Greg
>>>
>>> On Fri, 23 Oct 2009, Rory Walsh wrote:
>>>
>>>> It's probably being mentioned before but Ian McCurdy has a whole
>> load
>>>> of great lftk examples on his website, iainmccurdy.org. He seems
>> to
>>>> eat sleep and dream fltk! And if he's reading, I hope the concert
>> went
>>>> well yesterday!
>>>>
>>>> Rory.
>>>>
>>>>
>>>> 2009/10/23 Greg Schroeder :
>>>>> S'all good.
>>>>> I found a PDF you wrote on using the API - thanks, and thanks for
>> giving an
>>>>> explanation for the lack of response. I don't quite follow your
>> paper,
>>>>> (something about "I really don't know what I'm doing at all") but
>> that's not
>>>>> important right yet. I have other work to do first.
>>>>> FLTK just looked like a quick easy way for me to illustrate a few
>> basics of
>>>>> digital synthesis for a presentation I'm not really qualified to
>> give but
>>>>> ended up committing to for later next month, and I didn't feel
>> like dragging
>>>>> my dying macbook out to a presentation when I would not be at all
>> surprised
>>>>> if it decided to quit working semi-permanently at any moment - It
>> handles
>>>>> csound5gui much more comfortably than the olpc. Getting widgets
>> working from
>>>>> the command line makes for a much less wonky experience with
>> widgets on
>>>>> wimpy RAM amounts and processor speeds.
>>>>>
>>>>> Thank you!
>>>>> Greg
>>>>>
>>>>> On Thu, Oct 22, 2009 at 9:59 PM, Rory Walsh 
>> wrote:
>>>>>>
>>>>>> While fltk is a 'core' feature of Csound not that many people
>> use it.
>>>>>> Now that the API is available less and less people use the fltk
>>>>>> widgets preferring instead to develop their own GUIs. As there
>> are so
>>>>>> few people using fltk on the list it's not inconceivable that
>> those
>>>>>> select few just didn't have time to respond or they might not
>> have
>>>>>> even see the message yet. Please don't let the lack of response
>> put
>>>>>> you off posting again on this list, it really is an invaluable
>>>>>> resource when it comes to learning Csound. I hope your project
>> works
>>>>>> out well.
>>>>>>
>>>>>> Rory.
>>>>>>
>>>>>> 2009/10/22 gmschroeder@gmail.com :
>>>>>>> As far as I can tell, a conversation on this board would have
>> been 2-3
>>>>>>> questions away from helping me out.
>>>>>>> I'm not trying to be rude here, I'm just trying to learn how to
>> use this
>>>>>>> software while I'm in a bit of a gap w/ regard to instruction
>> (just
>>>>>>> above
>>>>>>> beginner) and it's sort of frustrating to see an animated
>> discussion on
>>>>>>> which linux distro is best for csound when I have a very
>> tangible
>>>>>>> question
>>>>>>> about core functionality of the software.
>>>>>>> Regards,
>>>>>>> Greg
>>>>>>>
>>>>>>> On Thu, 22 Oct 2009, Andres Cabrera wrote:
>>>>>>>
>>>>>>>> Hi,
>>>>>>>>
>>>>>>>> On Thu, Oct 22, 2009 at 10:47 AM, gmschroeder
>> 
>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>> Thank you for not replying for 3 days.
>>>>>>>>
>>>>>>>> We had faith in you and knew you would figure it out.
>>>>>>>>
>>>>>>>> Cheers,
>>>>>>>> Andr?s
>>>>>>>>
>>>>>>>>
>>>>>>>> Send bugs reports to this list.
>>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>>>>>>>> "unsubscribe
>>>>>>>> csound"
>>>>>>>
>>>>>>>
>>>>>>> Send bugs reports to this list.
>>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> "unsubscribe
>>>>>>> csound"
>>>>>>>
>>>>>>
>>>>>>
>>>>>> Send bugs reports to this list.
>>>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> "unsubscribe
>>>>>> csound"
>>>>>
>>>>>
>>>>
>>>>
>>>> Send bugs reports to this list.
>>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> "unsubscribe csound"
>>>>
>>>
>>>
>>> Send bugs reports to this list.
>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> "unsubscribe csound"
>>
>>
>> ______________________________________________________________________
>> Download Messenger onto your mobile for free. Learn more.
>
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2009-10-24 08:28
FromAndres Cabrera
Subject[Csnd] Re: Re: Re: RE: Re: Re: Re: Re: Re: Re: Re: Re turning and problems with FLTK.
Hi Greg,

On Sat, Oct 24, 2009 at 5:18 AM, gmschroeder@gmail.com
 wrote:
> Iain,
> You have a job. This is something I do for fun. No worries.
> I simply use FLTK at the moment because McCurdy's examples are the only
> ones in that vein I could locate. I have found another csounds.com hosted
> site with tb303 emulators and such, but at least for now I'm interested
> mostly in learning about synthesis in itself, and the FLTK examples on
> Iain's site have been quite helpful to me and (hopefully) will be to those
> I will be talking with next month.
> As far as QuteCsound . . .
> From what I've read, QuteCsound is not an obvious choice for AMD Geodes with
> 256 megs of RAM handy. Csound5gui struggles.
> I don't see what people have against good old-fashioned text editors and
> command line calls, tbh.

Just in case I wasn't clear... I was precisely saying that FLTK is
good for that reason, I wasn't being sarcastic or anything. QuteCsound
is probably a bad choice for an XO.

Cheers,
Andrés


Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2009-10-25 00:34
Fromjoachim heintz
Subject[Csnd] Re: RE: Re: Re: Re: Re: Re: Re: Re: Re turning and problems with FLTK.
Great! Let's include it in the QuteCsound examples menu!

	joachim


Am 23.10.2009 um 18:17 schrieb Iain McCurdy:

> I am beginning to port my examples to use QuteCsound widgets



Send bugs reports to this list.
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"