[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-users] pd better at playing files from disk .. why?
Hi Julian,
thanks for the patch, I'm building the patched version right now.
Below is the code to reproduce the error. If you don't have wslib you
might need to alter the second part where 32 ten-minute audiofiles are
created in NRT. They only need to be created once; the rest of the
test can be done over and over again.
// define path (change at will)
p = "~/Desktop/testSin/sin";
// create 32 ten-minute audiofiles in nrt (this requires wslib)
(
32.do({ |i| { SinOsc.ar( SinOsc.kr(0.25).range(84,(i+50)).midicps, 0,
1/32 ) }
.render( p ++ i ++ ".aif", 60*10, async: true ); });
)
// cue them into buffers
b = 32.collect({ |i| Buffer.cueSoundFile(s, (p ++ i ++
".aif").standardizePath, 0, 1); });
// and play
b.do({ |buf| { DiskIn.ar(1, buf, loop: 1) * 0.25 }.play; });
cheers,
Wouter
Op 16 mrt 2009, om 22:32 heeft Julian Rohrhuber het volgende geschreven:
ok, no problem, we keep it here.
btw if it's easier, just replace the file "SuperCollider3/Source/
server/SC_SequencedCommand.cpp"
with the attached one and recompile.
some more tests would be needed though, because I don't have the
code to reproduce the error.
Well, I'm not on that list, since I'm not really a developer. But
yes I suppose it is a more appropriate place for it. I've given you
all info I can; solving this is beyond my knowledge scope. If you
need me to do any more tests please mail me off-list. I hope it can
be solved by you and the other dev-guys :-)
cheers,
Wouter
Op 16 mrt 2009, om 22:10 heeft Julian Rohrhuber het volgende
geschreven:
Wouter, should we move this thread over to sc-dev?
--
.
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/
--
.<SC_SequencedCommand.cpp>
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/