does tabread4~ always start playing the array from 0 or can you tell it to start in other places. Say.... array index 450 or something.
Thankssssss
Iain
Tabread4~ question
does tabread4~ always start playing the array from 0 or can you tell it to start in other places. Say.... array index 450 or something.
Thankssssss
Iain
you can start anywhere, even start from the middle or end and play backwards..at any speed.
it's really useful.
for example, to play a 44.1khz sample at normal speed for 1 second:
[0, 44100 1000<
|
[line~]
|
[tabread4~ mytable]
but to play the same sample for 1 second with a 1 second offset:
[44100, 88200 1000<
|
[line~]
|
[tabread4~ mysample]
and backwards:
[44100, 0 1000<
|
[line~]
|
[tabread4~ mysample]
yr a god
thanks
Iain
no i'm not, i'm just a nerd. but u're welcome
Oops! Looks like something went wrong!