| Hello it's me,
has bbcutm a degree of randomness inside his code, cuz I would like to use it on more than 2 channels (so the idea is to not use bbcuts), but even withh the same parameters, it behaves differently on each channel.
e.g.
instr 1
Sfile init "ilovecsound.wav"
a1, a2 diskin Sfile, 1, 0, 1
ilen filelen Sfile
ibps = ilen
isubdiv = 12
ibarlength = 1
iphrasebars = 1
inumrepeats = 4
istutterspeed = 0
istutterchance = 0
ienvchoice = 0
a1 bbcutm a1, ibps, isubdiv, ibarlength, iphrasebars, inumrepeats, istutterspeed, istutterchance, ienvchoice
a2 bbcutm a2, ibps, isubdiv, ibarlength, iphrasebars, inumrepeats, istutterspeed, istutterchance, ienvchoice
outs a1*.5, a2*.5
endin
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 |