Hi list,
Is there a way to set the begining of a file to be played with [tabread4~], to other position than the start of the file?
Thank you
Tasos
ΓñçóéìïðïéΓ₯ΓΓ΄Γ₯ Yahoo! ΓÑñΓ₯Γ¨ΓΓͺÑôΓ₯ ôÑ Γ₯Γï÷ëçôéΓͺà ìçΓΓ½ ìÑôÑ (spam); ΓΓ― Yahoo! Mail ÀéÑèΓΓ΄Γ₯Γ© ôçà ΓͺÑëýôΓ₯Γ±Γ§ ÀáΓÑôà ðñïóôÑóΓΓ‘ ΓͺÑôà ôùà Γ₯Γï÷ëçôéΓͺþà ìçΓáìΓôùà http://login.yahoo.com/config/mail?.intl=gr
Tas Pas wrote:
Hi list,
Is there a way to set the begining of a file to be played with [tabread4~], to other position than the start of the file?
??? [tabread4~] reads the samples from a table according to the index it gets via its inlet. if you read the table with a signal-ramp ([line~], [phasor~]) from 0..44100 you get the 1st second. if you read the samples 44100..88200 you get the 2nd second, and so on.
so you have to offset the index-signal somehow. when you are using [line~] you could just send it [44100, 88100 1000( to achieve this.
a more general approach would be to use [+~ 44100] (or whatever offset you like) just before the signal goes into [tabread4~]
mfgad.sr. IOhannes
Hallo!
Is there a way to set the begining of a file to be played with [tabread4~], to other position than the start of the file?
I don't understand you really - you can play at any index with tabread4~ ...
Or do you mean if you can load files with an offset in a table with [soundfiler] ? Yes you can - see the help file.
LG Georg