Csound Csound-dev Csound-tekno Search About

random integer opcode?

Date2016-03-08 10:22
FromPeter Burgess
Subjectrandom integer opcode?
Is there not a specific random integer generator opcode? I want to
read specific values from a table with a raw index, and without
interpolation.

Pete

Date2016-03-08 10:47
FromRory Walsh
SubjectRe: random integer opcode?
You can cast to an int?

On 8 March 2016 at 10:22, Peter Burgess <pete.soundtechnician@gmail.com> wrote:
Is there not a specific random integer generator opcode? I want to
read specific values from a table with a raw index, and without
interpolation.

Pete
--
http://algorythmradio.com
https://soundcloud.com/algorythmradio

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-03-08 10:53
FromPeter Burgess
SubjectRe: random integer opcode?
Oh right! I've just looked through the manual... Never noticed the
"int" opcode before. I've just spent ages scrolling through random
number generators to see if one makes ints, haha!

Cheers buddy!



On Tue, Mar 8, 2016 at 10:47 AM, Rory Walsh  wrote:
> You can cast to an int?
>
> On 8 March 2016 at 10:22, Peter Burgess 
> wrote:
>>
>> Is there not a specific random integer generator opcode? I want to
>> read specific values from a table with a raw index, and without
>> interpolation.
>>
>> Pete
>> --
>> http://algorythmradio.com
>> https://soundcloud.com/algorythmradio
>>
>> 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