[Csnd] New sndwarp with k-rate controls?
Date | 2009-09-21 03:33 |
From | joneck |
Subject | [Csnd] New sndwarp with k-rate controls? |
Hello, In May 2007, Jonathan Murpy-4 started a thread named “sndwarp”. He suggested creating a version of sndwarp with the following new features: 1. Reads directly from disk like diskin, without having to load the source file into f tables. This would prevent two problems: a) Having to split up large sound files between multiple tables. b) Having to load the entirety of large sound files into memory. 2. The inputs for window size, window density, and window randomization are k-rate controls. Does anyone know if these features were ever implemented? There was considerable discussion in the thread, but the thread just ended without conclusion. The reason I ask is that I’m building a GUI soundwarp “audio player”, where you can control the time pointer, and other time stretch parameters on the fly. Having to split up large files between tables and not being able to change the window parameters after a note has begun is causing me significant development headaches. I’m a Java developer, not a C programmer, so I can’t really make these changes myself without causing even more headaches. Thanks, Jonathan Eck csound 5.10, Mac OS 10.5 -- View this message in context: http://www.nabble.com/New-sndwarp-with-k-rate-controls--tp25530166p25530166.html Sent from the Csound - General mailing list archive at Nabble.com. Send bugs reports to this list. To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2009-09-21 09:06 |
From | joachim heintz |
Subject | [Csnd] Re: New sndwarp with k-rate controls? |
Could it be a choice to use pvsdiskin instead? Best - joachim Am 21.09.2009 um 04:33 schrieb joneck: > > Hello, > > In May 2007, Jonathan Murpy-4 started a thread named “sndwarp”. He > suggested creating a version of sndwarp with the following new > features: > > 1. Reads directly from disk like diskin, without having to load the > source > file into f tables. This would prevent two problems: a) Having to > split up > large sound files between multiple tables. b) Having to load the > entirety of > large sound files into memory. > 2. The inputs for window size, window density, and window > randomization are > k-rate controls. > > Does anyone know if these features were ever implemented? There was > considerable discussion in the thread, but the thread just ended > without > conclusion. > > The reason I ask is that I’m building a GUI soundwarp “audio > player”, where > you can control the time pointer, and other time stretch parameters > on the > fly. Having to split up large files between tables and not being > able to > change the window parameters after a note has begun is causing me > significant development headaches. I’m a Java developer, not a C > programmer, so I can’t really make these changes myself without > causing even > more headaches. > > Thanks, > Jonathan Eck > csound 5.10, Mac OS 10.5 > -- > View this message in context: http://www.nabble.com/New-sndwarp-with-k-rate-controls--tp25530166p25530166.html > Sent from the Csound - General mailing list archive at Nabble.com. > > > > Send bugs reports to this list. > To unsubscribe, send email sympa@lists.bath.ac.uk with body > "unsubscribe csound" Send bugs reports to this list. To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2009-09-21 19:59 |
From | moko@city-net.com |
Subject | [Csnd] Re: Re: New sndwarp with k-rate controls? |
pvsdiskin doesn't offer the flexibility of sndwarp. You can do some stretching etc with pvsbuffer and pvsbufread but there are still more things the sndwarp can do that these do not. I recall the thread Jonathan refers to and was disappointed that it just sort of ended without resolution. It seems there have been some problems with sndwarp since ver. 5.0. I never had difficulties with older versions of csound. It would be nice to have this useful opcode updated. --David > Could it be a choice to use pvsdiskin instead? > Best - > > joachim > > > Am 21.09.2009 um 04:33 schrieb joneck: > >> >> Hello, >> >> In May 2007, Jonathan Murpy-4 started a thread named sndwarp. He >> suggested creating a version of sndwarp with the following new >> features: >> >> 1. Reads directly from disk like diskin, without having to load the >> source >> file into f tables. This would prevent two problems: a) Having to >> split up >> large sound files between multiple tables. b) Having to load the >> entirety of >> large sound files into memory. >> 2. The inputs for window size, window density, and window >> randomization are >> k-rate controls. >> >> Does anyone know if these features were ever implemented? There was >> considerable discussion in the thread, but the thread just ended >> without >> conclusion. >> >> The reason I ask is that Im building a GUI soundwarp audio >> player, where >> you can control the time pointer, and other time stretch parameters >> on the >> fly. Having to split up large files between tables and not being >> able to >> change the window parameters after a note has begun is causing me >> significant development headaches. Im a Java developer, not a C >> programmer, so I cant really make these changes myself without >> causing even >> more headaches. >> >> Thanks, >> Jonathan Eck >> csound 5.10, Mac OS 10.5 >> -- >> View this message in context: >> http://www.nabble.com/New-sndwarp-with-k-rate-controls--tp25530166p25530166.html >> Sent from the Csound - General mailing list archive at Nabble.com. >> >> >> >> Send bugs reports to this list. >> To unsubscribe, send email sympa@lists.bath.ac.uk with body >> "unsubscribe csound" > > > > Send bugs reports to this list. > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe > csound" Send bugs reports to this list. To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |