[Csnd] Sample Playback / Live maniulation
Date | 2018-07-26 07:07 |
From | fauveboy |
Subject | [Csnd] Sample Playback / Live maniulation |
I have a similar post regarding cutting and choping samples but I thought I share this one aiming to be more concise of what it is im trying to achieve. I need to playback long samples meaning that its very much preferable its played from disk. With that I need the access to hop to different parts of the sample and to change the time and frequency independently? Are there suitable opcodes to achieve this while the instrument is on so it can be performed at k-rate for real time? please redirect my goal if this is unrealistic ? Many thanks, -- Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html 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 | 2018-07-26 09:30 |
From | Oeyvind Brandtsegg |
Subject | Re: [Csnd] Sample Playback / Live maniulation |
I think diskin or diskin2 should be ok for this. Mind you, for stability reasonon, I never read audio from disk during live performance. Now, if you have an SSD disk, it should be ok anyway. If you have a conventional drive, the physical action of moving read heads seems to me to represent an extra risk. The only time I|ve had a serious crash on stage (in over 20 years) was related to reading something off of a disk during a song. 2018-07-26 8:07 GMT+02:00 fauveboy <joel.ramsbottom@hotmail.co.uk>: I have a similar post regarding cutting and choping samples but I thought I Oeyvind Brandtsegg Professor of Music Technology NTNU 7491 Trondheim Norway Cell: +47 92 203 205 http://www.partikkelaudio.com/ http://crossadaptive.hf.ntnu.no http://gdsp.hf.ntnu.no/ http://soundcloud.com/brandtsegg http://flyndresang.no/ http://soundcloud.com/t-emp |
Date | 2018-07-26 18:09 |
From | fauveboy |
Subject | Re: [Csnd] Sample Playback / Live maniulation |
What happens while its on disk why is that more of a risk? -- Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html 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 | 2018-07-26 18:24 |
From | jpff |
Subject | Re: [Csnd] Sample Playback / Live maniulation |
Seek time on a moving disk; clases with other disk activity ..... On Thu, 26 Jul 2018, fauveboy wrote: > What happens while its on disk why is that more of a risk? > > > > -- > Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html > > 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 | 2018-07-26 23:58 |
From | Oeyvind Brandtsegg |
Subject | Re: [Csnd] Sample Playback / Live maniulation |
And any moving parts are more vulnerable to error than merely electronic signals. Bass rumble on stage might easily interfere with the physical movement of the read "needle" on the disk. Someone bumping into the equipment. Or plainly material damage due to general wear and tear. It will most probably happen seldomly, maybe never, but for live performance you would prefer never for sure :-) 2018-07-26 19:24 GMT+02:00 jpff <jpff@codemist.co.uk>: Seek time on a moving disk; clases with other disk activity ..... Oeyvind Brandtsegg Professor of Music Technology NTNU 7491 Trondheim Norway Cell: +47 92 203 205 http://www.partikkelaudio.com/ http://crossadaptive.hf.ntnu.no http://gdsp.hf.ntnu.no/ http://soundcloud.com/brandtsegg http://flyndresang.no/ http://soundcloud.com/t-emp |
Date | 2018-07-27 19:17 |
From | fauveboy |
Subject | Re: [Csnd] Sample Playback / Live maniulation |
that makes sense thanks! Diskin2 doesnt allow for iskiptim and iwrap to be k values? Is there away to orientate diskin2 to have the ability to change these values while the instrument is running? This is a vital limitation for what Im trying to achieve :/ -- Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html 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 |