Csound Csound-dev Csound-tekno Search About

sensekey

Date2016-09-15 08:49
Fromluis antunes pena
Subjectsensekey
Dear all,
I updated to the new Csound version 6.07 (double samples) Sep  5 2016 and it seams like the sensekey opcode is not working anymore as it was in the version before. I attached a file to test. Is this a known problem?
I'm running OSX 10.9.
Best,
Luís

<CsoundSynthesizer>
<CsOptions>
-odac -d -m0
</CsOptions>
<CsInstruments>

sr = 44100
ksmps = 32
nchnls = 2
0dbfs = 1

instr 1
k1, k2 sensekey
printk2 k1
printk2 k2
endin
</CsInstruments>
<CsScore>
i1 0 3600
e
</CsScore>
</CsoundSynthesizer>




Date2016-09-15 09:58
FromVictor Lazzarini
SubjectRe: sensekey
Looks like the shell is re-directing stdio, not quite sure why. It works on CsoundQT, if you click (put the focus on) on the widget window
and type on the keyboard.
========================
Dr Victor Lazzarini
Dean of Arts, Celtic Studies and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952 

> On 15 Sep 2016, at 08:49, luis antunes pena  wrote:
> 
> Dear all,
> I updated to the new Csound version 6.07 (double samples) Sep  5 2016 and it seams like the sensekey opcode is not working anymore as it was in the version before. I attached a file to test. Is this a known problem?
> I'm running OSX 10.9.
> Best,
> Luís
> 
> 
> 
> -odac -d -m0
> 
> 
> 
> sr = 44100
> ksmps = 32
> nchnls = 2
> 0dbfs = 1
> 
> instr 1
> k1, k2 sensekey
> printk2 k1
> printk2 k2
> endin
> 
> 
> i1 0 3600
> e
> 
> 
> 
> 
> 
> -- 
> http://luisantunespena.eu
> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here

Date2016-09-15 10:22
FromVictor Lazzarini
SubjectRe: sensekey
I checked and the code is sensing the keystroke but it is not reading the ASCII value correctly.
========================
Dr Victor Lazzarini
Dean of Arts, Celtic Studies and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952 

> On 15 Sep 2016, at 09:58, Victor Lazzarini  wrote:
> 
> Looks like the shell is re-directing stdio, not quite sure why. It works on CsoundQT, if you click (put the focus on) on the widget window
> and type on the keyboard.
> ========================
> Dr Victor Lazzarini
> Dean of Arts, Celtic Studies and Philosophy,
> Maynooth University,
> Maynooth, Co Kildare, Ireland
> Tel: 00 353 7086936
> Fax: 00 353 1 7086952 
> 
>> On 15 Sep 2016, at 08:49, luis antunes pena  wrote:
>> 
>> Dear all,
>> I updated to the new Csound version 6.07 (double samples) Sep  5 2016 and it seams like the sensekey opcode is not working anymore as it was in the version before. I attached a file to test. Is this a known problem?
>> I'm running OSX 10.9.
>> Best,
>> Luís
>> 
>> 
>> 
>> -odac -d -m0
>> 
>> 
>> 
>> sr = 44100
>> ksmps = 32
>> nchnls = 2
>> 0dbfs = 1
>> 
>> instr 1
>> k1, k2 sensekey
>> printk2 k1
>> printk2 k2
>> endin
>> 
>> 
>> i1 0 3600
>> e
>> 
>> 
>> 
>> 
>> 
>> -- 
>> http://luisantunespena.eu
>> Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here
> 
> Csound mailing list
> Csound@listserv.heanet.ie
> https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
> Send bugs reports to
>        https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here

Csound mailing list
Csound@listserv.heanet.ie
https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here