sensekey
Date | 2017-03-27 15:39 |
From | Anders Genell |
Subject | sensekey |
Hi ho!
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
I was wondering if it is possible to use sensekey from the command line, and if so, if it requires some command line flag? Regards, Anders |
Date | 2017-03-27 15:59 |
From | jpff |
Subject | Re: sensekey |
I tought it was writte for commandline se; does it not work? On Mon, 27 Mar 2017, Anders Genell wrote: > Hi ho! > I was wondering if it is possible to use sensekey from the command line, and > if so, if it requires some command line flag? > > Regards, > Anders > 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 |
Date | 2017-03-27 16:26 |
From | Anders Genell |
Subject | Re: sensekey |
It doesn't seem to, but I'll check more thoroughly before judging too harshly. I'm on Debian, but I can't check Csound version right now. If you have the opportunity to try the manual example on you (Suse?) machine that would be great! Regards, Anders > 27 mars 2017 kl. 16:59 skrev jpff |
Date | 2017-03-27 16:36 |
From | jpff |
Subject | Re: sensekey |
Worls on SuSe and on my Debial (Whezzy) machine writing 256 sample blks of 64-bit floats to dac SECTION 1: new alloc for instr 1: i1 -1.00000 f i1 102.00000 i1 -1.00000 k i1 107.00000 i1 -1.00000 k i1 107.00000 i1 -1.00000 b i1 98.00000 i1 -1.00000 v i1 118.00000 i1 -1.00000 a i1 97.00000 i1 -1.00000 b i1 98.00000 i1 -1.00000 c i1 99.00000 i1 -1.00000 d i1 100.00000 i1 -1.00000 e i1 101.00000 i1 -1.00000 f i1 102.00000 i1 -1.00000 ^C On Mon, 27 Mar 2017, Anders Genell wrote: > It doesn't seem to, but I'll check more thoroughly before judging too harshly. > > I'm on Debian, but I can't check Csound version right now. If you have the opportunity to try the manual example on you (Suse?) machine that would be great! > > Regards, > Anders > >> 27 mars 2017 kl. 16:59 skrev jpff |
Date | 2017-03-27 16:57 |
From | Tarmo Johannes |
Subject | Re: sensekey |
Hi, you probably need to have the terminal in focus where you run Csound. If Csound is run via api, you need to forward the keystrokes to Csound. If that is the case, let know, I will have a look how it is done in CsoundQt tarmo 2017-03-27 18:26 GMT+03:00 Anders Genell <anders.genell@gmail.com>: It doesn't seem to, but I'll check more thoroughly before judging too harshly. |
Date | 2017-03-27 17:14 |
From | Anders Genell |
Subject | Re: sensekey |
Ok, thanks both! I'm not using the api; it's just straight up terminal csound. With my csd, I'm getting my characters echoed in the terminal but they are not caught by the csound process running in the same terminal. I'll try the manual example. Regards, Anders On Mon, Mar 27, 2017 at 5:57 PM, Tarmo Johannes <trmjhnns@gmail.com> wrote:
|
Date | 2017-03-27 17:58 |
From | Anders Genell |
Subject | Re: sensekey |
I just pulled from github and now it works. The troublesome version was 6.07 May 5 2016 I believe. Sorry for the noise. Regards, Anders > 27 mars 2017 kl. 17:36 skrev jpff |