So I've gotten the pd xwax library extension installed and working fine, but now I need to understand PD's tabread4~ a bit better - can you guys help?
Essentially I'm looking to complete the following task: record a sample of unknown length (for troubleshooting, so far I've only been using pre-recorded), use my "timecoded" vinyl to control the playback of said sample. I'm okay with there being a start/stop trigger to the recording (if it's needed, I could even live with a pre-detirmined length) rather than having a constant live feed writing to memory (seems wasteful).
The vinylcontroler~ object gives three outlets 1) start/stop decoding bang (signals the object recognition/loss of the timecode signal) 2) pitch of the record (1.0 = 33/rpm) 3) position (increasing from 0 on the outside of the record to 1 on the inside of the record, at a rate which seems to be 0.002 per second at 33rpm)
So I'm wondering what the most elegant way of going about this is, while still achieving a realistic sounding "scratch" manipulation of the soundfile.
Thanks for any suggestions.