Csound Csound-dev Csound-tekno Search About

[Csnd] Re: fltk and sensekey not working ?

Date2009-03-17 13:01
Frommark jamerson
Subject[Csnd] Re: fltk and sensekey not working ?
 
    Are you using a frontend or running from the command line?  I found that on my XP system,  sensekey worked from the command line, but not while using a frontend.  

                   Mark             
   



----- Original Message ----
From: algodon 
To: csound@lists.bath.ac.uk
Sent: Tuesday, March 17, 2009 7:49:54 AM
Subject: [Csnd]  fltk and sensekey not working ?


Hello !

I'm having a hard time figuring how to use fltk and sensekey. I tried all
the examples i found but none worked. Is sensekey broken ? I'm using csound
5.10.1 on debian. 

Here is the last code i tried 




; Select audio/midi flags here according to platform
; Audio out   Audio in    No messages
;-odac           -iadc     -d     ;;;RT audio I/O
; For Non-realtime ouput leave only the line below:
; -o FLpanel-sensekey.wav -W ;;; for file output any platform
-odac -b512 -B1024 -d 



; Example by Johnathan Murphy

  sr        =  44100
  ksmps        =  1
  nchnls    =  2


    ; ikbdcapture flag set to 1
  ikey        init      1         

        FLpanel   "sensekey", 740, 340, 100, 250, 2, ikey
  gkasc, giasc    FLbutBank    2, 16, 8, 700, 300, 20, 20, -1
        FLpanelEnd
        FLrun

    instr 1

  kkey        sensekey
  kprint    changed   kkey
        FLsetVal  kprint, kkey, giasc

    endin




i1 0 60
e


Thanks


-----
http://www.myspace.com/algodonciego
-- 
View this message in context: http://www.nabble.com/fltk-and-sensekey-not-working---tp22558452p22558452.html
Sent from the Csound - General mailing list archive at Nabble.com.



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



      

Date2009-03-17 15:02
Fromalgodon
Subject[Csnd] Re: fltk and sensekey not working ?
If you have a working code, i'd like to test it on both linux and windows.
Thanks

mark jamerson wrote:
> 
> 
>  
>     Are you using a frontend or running from the command line?  I found
> that on my XP system,  sensekey worked from the command line, but not
> while using a frontend.  
> 
>                    Mark             
>    
> 
> 
> 
> ----- Original Message ----
> From: algodon 
> To: csound@lists.bath.ac.uk
> Sent: Tuesday, March 17, 2009 7:49:54 AM
> Subject: [Csnd]  fltk and sensekey not working ?
> 
> 
> Hello !
> 
> I'm having a hard time figuring how to use fltk and sensekey. I tried all
> the examples i found but none worked. Is sensekey broken ? I'm using
> csound
> 5.10.1 on debian. 
> 
> Here is the last code i tried 
> 
> 
> 
> 
> ; Select audio/midi flags here according to platform
> ; Audio out   Audio in    No messages
> ;-odac           -iadc     -d     ;;;RT audio I/O
> ; For Non-realtime ouput leave only the line below:
> ; -o FLpanel-sensekey.wav -W ;;; for file output any platform
> -odac -b512 -B1024 -d 
> 
> 
> 
> ; Example by Johnathan Murphy
> 
>   sr        =  44100
>   ksmps        =  1
>   nchnls    =  2
> 
> 
>     ; ikbdcapture flag set to 1
>   ikey        init      1         
> 
>         FLpanel   "sensekey", 740, 340, 100, 250, 2, ikey
>   gkasc, giasc    FLbutBank    2, 16, 8, 700, 300, 20, 20, -1
>         FLpanelEnd
>         FLrun
> 
>     instr 1
> 
>   kkey        sensekey
>   kprint    changed   kkey
>         FLsetVal  kprint, kkey, giasc
> 
>     endin
> 
> 
> 
> 
> i1 0 60
> e
> 
> 
> Thanks
> 
> 
> -----
> http://www.myspace.com/algodonciego
> -- 
> View this message in context:
> http://www.nabble.com/fltk-and-sensekey-not-working---tp22558452p22558452.html
> Sent from the Csound - General mailing list archive at Nabble.com.
> 
> 
> 
> 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"
> 
> 


-----
http://www.myspace.com/algodonciego
-- 
View this message in context: http://www.nabble.com/fltk-and-sensekey-not-working---tp22558452p22560987.html
Sent from the Csound - General mailing list archive at Nabble.com.


Date2009-03-19 20:14
From"Tony Stockman"
Subject[Csnd] Trying to use insremot and insremotm on Windows XP
Hello,

I have tried using these op codes on a number of machines running Windows
XP. I have tried using csound v. 5.08 and 5.10. In all cases I got a
"segmentation violation" error each time I tried to run either op code. I
was running the examples provided in the manual, using -o dac for output.

Any guidance about how to get these to work, or concerning which operating
systems they do or don't work on, would be very much appreciated,

Many thanks,

Tony 





Date2009-03-19 20:21
FromRory Walsh
Subject[Csnd] Re: Trying to use insremot and insremotm on Windows XP
Last time I asked this question I can remember being told that windows
support for these opcodes is not great, i.e., they don't really work
that well. It could be that since then they have be updated. I'm sorry
but I can't help you with your question!

2009/3/19 Tony Stockman :
> Hello,
>
> I have tried using these op codes on a number of machines running Windows
> XP. I have tried using csound v. 5.08 and 5.10. In all cases I got a
> "segmentation violation" error each time I tried to run either op code. I
> was running the examples provided in the manual, using -o dac for output.
>
> Any guidance about how to get these to work, or concerning which operating
> systems they do or don't work on, would be very much appreciated,
>
> Many thanks,
>
> Tony
>
>
>
>
>
>
> Send bugs reports to this list.
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>

Date2009-03-19 20:38
From"Tony Stockman"
Subject[Csnd] RE: Re: Trying to use insremot and insremotm on Windows XP
Thanks Rory. 

It would be easier for the project if they worked on Windows, but having
confirmation that they work well on any platform would be very helpful,

Thanks,

Tony
  

-----Original Message-----
From: Rory Walsh [mailto:rorywalsh@ear.ie] 
Sent: Thursday, March 19, 2009 8:21 PM
To: csound@lists.bath.ac.uk
Subject: [Csnd] Re: Trying to use insremot and insremotm on Windows XP

Last time I asked this question I can remember being told that windows
support for these opcodes is not great, i.e., they don't really work that
well. It could be that since then they have be updated. I'm sorry but I
can't help you with your question!

2009/3/19 Tony Stockman :
> Hello,
>
> I have tried using these op codes on a number of machines running 
> Windows XP. I have tried using csound v. 5.08 and 5.10. In all cases I 
> got a "segmentation violation" error each time I tried to run either 
> op code. I was running the examples provided in the manual, using -o dac
for output.
>
> Any guidance about how to get these to work, or concerning which 
> operating systems they do or don't work on, would be very much 
> appreciated,
>
> Many thanks,
>
> Tony
>
>
>
>
>
>
> 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-03-19 22:11
FromRory Walsh
Subject[Csnd] Re: RE: Re: Trying to use insremot and insremotm on Windows XP
I haven't seen Simon pop up on the list in a while, perhaps Victor can
advise.

2009/3/19 Tony Stockman :
> Thanks Rory.
>
> It would be easier for the project if they worked on Windows, but having
> confirmation that they work well on any platform would be very helpful,
>
> Thanks,
>
> Tony
>
>
> -----Original Message-----
> From: Rory Walsh [mailto:rorywalsh@ear.ie]
> Sent: Thursday, March 19, 2009 8:21 PM
> To: csound@lists.bath.ac.uk
> Subject: [Csnd] Re: Trying to use insremot and insremotm on Windows XP
>
> Last time I asked this question I can remember being told that windows
> support for these opcodes is not great, i.e., they don't really work that
> well. It could be that since then they have be updated. I'm sorry but I
> can't help you with your question!
>
> 2009/3/19 Tony Stockman :
>> Hello,
>>
>> I have tried using these op codes on a number of machines running
>> Windows XP. I have tried using csound v. 5.08 and 5.10. In all cases I
>> got a "segmentation violation" error each time I tried to run either
>> op code. I was running the examples provided in the manual, using -o dac
> for output.
>>
>> Any guidance about how to get these to work, or concerning which
>> operating systems they do or don't work on, would be very much
>> appreciated,
>>
>> Many thanks,
>>
>> Tony
>>
>>
>>
>>
>>
>>
>> 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-03-19 22:13
FromVictor.Lazzarini@nuim.ie
Subject[Csnd] Re: Re: RE: Re: Trying to use insremot and insremotm on Windows XP
AttachmentsNone  None