Csound Csound-dev Csound-tekno Search About

[Csnd] FLclose?

Date2011-11-10 14:03
Fromk_o_m_p
Subject[Csnd] FLclose?
I am building a I/O Matrix using the FLTK-Opcodes 
controlled by a Midi-Pad (on/off) and was 
wondering if there is an opcode to close de 
FLpanel. Turning the instrument with the FLpanel 
off doesn't have any effect. Is there a 
possibility to kill a FLTK window, something like 
FLclose?
Thanks,
Luis

--
http://luisantunespena.eu



Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2011-11-10 15:38
FromAdam Puckett
SubjectRe: [Csnd] FLclose?

Yes, you can use FLcloseButton I think.

On Nov 10, 2011 9:04 AM, "k_o_m_p" <k_o_m_p@yahoo.de> wrote:
I am building a I/O Matrix using the FLTK-Opcodes controlled by a Midi-Pad (on/off) and was wondering if there is an opcode to close de FLpanel. Turning the instrument with the FLpanel off doesn't have any effect. Is there a possibility to kill a FLTK window, something like FLclose?
Thanks,
Luis

--
http://luisantunespena.eu



Send bugs reports to the Sourceforge bug tracker
          https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2011-11-10 15:54
Fromk_o_m_p
SubjectRe: [Csnd] FLclose?
Thanks, it works as a FLT-Button. Another thing: if I want to close the window with a midi controller, how can I do it?

Am 10.11.11 16:38, schrieb Adam Puckett:

Yes, you can use FLcloseButton I think.

On Nov 10, 2011 9:04 AM, "k_o_m_p" <k_o_m_p@yahoo.de> wrote:
I am building a I/O Matrix using the FLTK-Opcodes controlled by a Midi-Pad (on/off) and was wondering if there is an opcode to close de FLpanel. Turning the instrument with the FLpanel off doesn't have any effect. Is there a possibility to kill a FLTK window, something like FLclose?
Thanks,
Luis

--
http://luisantunespena.eu



Send bugs reports to the Sourceforge bug tracker
          https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"



-- 
--
http://luisantunespena.eu

Date2011-11-10 21:55
FromAdam Puckett
SubjectRe: [Csnd] FLclose?
if (kController == 0) then
turnoff
endif

On 11/10/11, k_o_m_p  wrote:
> Thanks, it works as a FLT-Button. Another thing:
> if I want to close the window with a midi
> controller, how can I do it?
>
> Am 10.11.11 16:38, schrieb Adam Puckett:
>>
>> Yes, you can use FLcloseButton I think.
>>
>> On Nov 10, 2011 9:04 AM, "k_o_m_p"
>> > wrote:
>>
>>     I am building a I/O Matrix using the
>>     FLTK-Opcodes controlled by a Midi-Pad
>>     (on/off) and was wondering if there is an
>>     opcode to close de FLpanel. Turning the
>>     instrument with the FLpanel off doesn't have
>>     any effect. Is there a possibility to kill a
>>     FLTK window, something like FLclose?
>>     Thanks,
>>     Luis
>>
>>     --
>>     http://luisantunespena.eu
>>
>>
>>
>>     Send bugs reports to the Sourceforge bug tracker
>>     https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>     
>>     Discussions of bugs and features can be
>>     posted here
>>     To unsubscribe, send email
>>     sympa@lists.bath.ac.uk
>>      with body
>>     "unsubscribe csound"
>>
>
>
> --
> --
> http://luisantunespena.eu
>
>
> Send bugs reports to the Sourceforge bug tracker
>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>
>


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2011-11-10 21:58
FromAdam Puckett
SubjectRe: [Csnd] FLclose?
Sorry, should be something like this:

if (kController == kCloseValue) then
exitnow
endif

Hope this helps.

Adam

On 11/10/11, Adam Puckett  wrote:
> if (kController == 0) then
> turnoff
> endif
>
> On 11/10/11, k_o_m_p  wrote:
>> Thanks, it works as a FLT-Button. Another thing:
>> if I want to close the window with a midi
>> controller, how can I do it?
>>
>> Am 10.11.11 16:38, schrieb Adam Puckett:
>>>
>>> Yes, you can use FLcloseButton I think.
>>>
>>> On Nov 10, 2011 9:04 AM, "k_o_m_p"
>>> > wrote:
>>>
>>>     I am building a I/O Matrix using the
>>>     FLTK-Opcodes controlled by a Midi-Pad
>>>     (on/off) and was wondering if there is an
>>>     opcode to close de FLpanel. Turning the
>>>     instrument with the FLpanel off doesn't have
>>>     any effect. Is there a possibility to kill a
>>>     FLTK window, something like FLclose?
>>>     Thanks,
>>>     Luis
>>>
>>>     --
>>>     http://luisantunespena.eu
>>>
>>>
>>>
>>>     Send bugs reports to the Sourceforge bug tracker
>>>     https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>     
>>>     Discussions of bugs and features can be
>>>     posted here
>>>     To unsubscribe, send email
>>>     sympa@lists.bath.ac.uk
>>>      with body
>>>     "unsubscribe csound"
>>>
>>
>>
>> --
>> --
>> http://luisantunespena.eu
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>             https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2011-11-10 22:12
Fromk_o_m_p
SubjectRe: [Csnd] FLclose?
Yes, this would kill csound. I just want to close 
the window. I would expect that turnoff2 would 
work, but the window stays there...
Any idea how to close a FLpanel via midi controller?
Thanks,
Luis

Am 10.11.11 22:58, schrieb Adam Puckett:
> Sorry, should be something like this:
>
> if (kController == kCloseValue) then
> exitnow
> endif
>
> Hope this helps.
>
> Adam
>
> On 11/10/11, Adam Puckett  wrote:
>> if (kController == 0) then
>> turnoff
>> endif
>>
>> On 11/10/11, k_o_m_p  wrote:
>>> Thanks, it works as a FLT-Button. Another thing:
>>> if I want to close the window with a midi
>>> controller, how can I do it?
>>>
>>> Am 10.11.11 16:38, schrieb Adam Puckett:
>>>> Yes, you can use FLcloseButton I think.
>>>>
>>>> On Nov 10, 2011 9:04 AM, "k_o_m_p"
>>>> >  wrote:
>>>>
>>>>      I am building a I/O Matrix using the
>>>>      FLTK-Opcodes controlled by a Midi-Pad
>>>>      (on/off) and was wondering if there is an
>>>>      opcode to close de FLpanel. Turning the
>>>>      instrument with the FLpanel off doesn't have
>>>>      any effect. Is there a possibility to kill a
>>>>      FLTK window, something like FLclose?
>>>>      Thanks,
>>>>      Luis
>>>>
>>>>      --
>>>>      http://luisantunespena.eu
>>>>
>>>>
>>>>
>>>>      Send bugs reports to the Sourceforge bug tracker
>>>>      https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>      
>>>>      Discussions of bugs and features can be
>>>>      posted here
>>>>      To unsubscribe, send email
>>>>      sympa@lists.bath.ac.uk
>>>>        with body
>>>>      "unsubscribe csound"
>>>>
>>>
>>> --
>>> --
>>> http://luisantunespena.eu
>>>
>>>
>>> --
>>> http://luisantunespena.eu


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2011-11-10 22:21
FromVictor Lazzarini
SubjectRe: [Csnd] FLclose?
I have the impression that FLpanel needs to be global and thus can't  
be closed without stopping csound.

On 10 Nov 2011, at 22:12, k_o_m_p wrote:

> Yes, this would kill csound. I just want to close the window. I  
> would expect that turnoff2 would work, but the window stays there...
> Any idea how to close a FLpanel via midi controller?
> Thanks,
> Luis
>
> Am 10.11.11 22:58, schrieb Adam Puckett:
>> Sorry, should be something like this:
>>
>> if (kController == kCloseValue) then
>> exitnow
>> endif
>>
>> Hope this helps.
>>
>> Adam
>>
>> On 11/10/11, Adam Puckett  wrote:
>>> if (kController == 0) then
>>> turnoff
>>> endif
>>>
>>> On 11/10/11, k_o_m_p  wrote:
>>>> Thanks, it works as a FLT-Button. Another thing:
>>>> if I want to close the window with a midi
>>>> controller, how can I do it?
>>>>
>>>> Am 10.11.11 16:38, schrieb Adam Puckett:
>>>>> Yes, you can use FLcloseButton I think.
>>>>>
>>>>> On Nov 10, 2011 9:04 AM, "k_o_m_p"
>>>>> >  wrote:
>>>>>
>>>>>     I am building a I/O Matrix using the
>>>>>     FLTK-Opcodes controlled by a Midi-Pad
>>>>>     (on/off) and was wondering if there is an
>>>>>     opcode to close de FLpanel. Turning the
>>>>>     instrument with the FLpanel off doesn't have
>>>>>     any effect. Is there a possibility to kill a
>>>>>     FLTK window, something like FLclose?
>>>>>     Thanks,
>>>>>     Luis
>>>>>
>>>>>     --
>>>>>     http://luisantunespena.eu
>>>>>
>>>>>
>>>>>
>>>>>     Send bugs reports to the Sourceforge bug tracker
>>>>>     https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>     
>>>>>     Discussions of bugs and features can be
>>>>>     posted here
>>>>>     To unsubscribe, send email
>>>>>     sympa@lists.bath.ac.uk
>>>>>       with body
>>>>>     "unsubscribe csound"
>>>>>
>>>>
>>>> --
>>>> --
>>>> http://luisantunespena.eu
>>>>
>>>>
>>>> --
>>>> http://luisantunespena.eu
>
>
> Send bugs reports to the Sourceforge bug tracker
>           https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body  
> "unsubscribe csound"
>

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie





Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2011-11-12 03:37
FromJustin Glenn Smith
SubjectRe: [Csnd] FLclose?
Csound will happily continue after the panel is closed.

Try creating an FLcloseButton widget and then setting it's ihandle to 1 when you want the panel to close.

IIRC with most fltk buttons setting the ihandle will trigger the button action as appropriate.

Victor Lazzarini wrote:
> I have the impression that FLpanel needs to be global and thus can't be
> closed without stopping csound.
> 
> On 10 Nov 2011, at 22:12, k_o_m_p wrote:
> 
>> Yes, this would kill csound. I just want to close the window. I would
>> expect that turnoff2 would work, but the window stays there...
>> Any idea how to close a FLpanel via midi controller?
>> Thanks,
>> Luis
>>
>> Am 10.11.11 22:58, schrieb Adam Puckett:
>>> Sorry, should be something like this:
>>>
>>> if (kController == kCloseValue) then
>>> exitnow
>>> endif
>>>
>>> Hope this helps.
>>>
>>> Adam
>>>
>>> On 11/10/11, Adam Puckett  wrote:
>>>> if (kController == 0) then
>>>> turnoff
>>>> endif
>>>>
>>>> On 11/10/11, k_o_m_p  wrote:
>>>>> Thanks, it works as a FLT-Button. Another thing:
>>>>> if I want to close the window with a midi
>>>>> controller, how can I do it?
>>>>>
>>>>> Am 10.11.11 16:38, schrieb Adam Puckett:
>>>>>> Yes, you can use FLcloseButton I think.
>>>>>>
>>>>>> On Nov 10, 2011 9:04 AM, "k_o_m_p"
>>>>>> >  wrote:
>>>>>>
>>>>>>     I am building a I/O Matrix using the
>>>>>>     FLTK-Opcodes controlled by a Midi-Pad
>>>>>>     (on/off) and was wondering if there is an
>>>>>>     opcode to close de FLpanel. Turning the
>>>>>>     instrument with the FLpanel off doesn't have
>>>>>>     any effect. Is there a possibility to kill a
>>>>>>     FLTK window, something like FLclose?
>>>>>>     Thanks,
>>>>>>     Luis
>>>>>>
>>>>>>     --
>>>>>>     http://luisantunespena.eu
>>>>>>
>>>>>>
>>>>>>
>>>>>>     Send bugs reports to the Sourceforge bug tracker
>>>>>>     https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>>>     
>>>>>>     Discussions of bugs and features can be
>>>>>>     posted here
>>>>>>     To unsubscribe, send email
>>>>>>     sympa@lists.bath.ac.uk
>>>>>>       with body
>>>>>>     "unsubscribe csound"
>>>>>>
>>>>>
>>>>> -- 
>>>>> -- 
>>>>> http://luisantunespena.eu
>>>>>
>>>>>
>>>>> -- 
>>>>> http://luisantunespena.eu
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>           https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> "unsubscribe csound"
>>
> 
> Dr Victor Lazzarini
> Senior Lecturer
> Dept. of Music
> NUI Maynooth Ireland
> tel.: +353 1 708 3545
> Victor dot Lazzarini AT nuim dot ie
> 
> 
> 
> 
> 
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
> 
> 



Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"