I can see that in diskin2 we can specify a skip time and play file not from the beginning.
I wonder is it possible to play just a portion of the file with any opcode without loading the whole file to memory like loscil does?
I mean in a loop. But this suggests an interesting workaround if we have metro that triggers instrument with period that is equal to segment length we can emulate that.
My task is that I have stems of a track and I’d like to switch between sections. And be able to control stems individually. So each track is approx 1Gb, it would be hard to use loscil in this situation.
this would be done by setting the duration (p3) of the instrument.
or do you mean to play in a loop?
I can see that in diskin2 we can specify a skip time and play file not
from the beginning.
I wonder is it possible to play just a portion of the file with any
opcode without loading the whole file to memory like loscil does?
Thank you for your replies. I think I’ll try to use Joachim’s function.
I’d like to read from disk because the real scenario is that I have the whole stem file and I’d like to play
sections of it in the loop (group of stem files which add up to the whole track). Something similar to what we can do in Ableton
with clip launcher.
And as I’ve said one track is 1Gb and it’s going to be about 16-20 tracks. So this way I will quickly eat up all the RAM.
And even 1Gb is small for RPi, which I would like to try out to use for live setup as sampler playback.
GEN1 can load a portion of a soundfile, just specify skip time and table size accordingly.
Then you can play from it, using poscil, tablei etc
Prof. Victor Lazzarini
Maynooth University
Ireland
Warning
This email originated from outside of Maynooth University’s Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
I mean in a loop. But this suggests an interesting workaround if we have metro that triggers instrument with period that is equal to segment length we can emulate that.
My task is that I have stems of a track and I’d like to switch between sections. And be able to control stems individually. So each track is approx 1Gb, it would be hard to use loscil in this situation.
чт, 7 мар. 2024 г. в 15:13, joachim heintz <jh@joachimheintz.de>:
this would be done by setting the duration (p3) of the instrument.
or do you mean to play in a loop?
I can see that in diskin2 we can specify a skip time and play file not
from the beginning.
I wonder is it possible to play just a portion of the file with any
opcode without loading the whole file to memory like loscil does?
Thank you for your replies. I think I’ll try to use Joachim’s function.
I’d like to read from disk because the real scenario is that I have the whole stem file and I’d like to play
sections of it in the loop (group of stem files which add up to the whole track). Something similar to what we can do in Ableton
with clip launcher.
And as I’ve said one track is 1Gb and it’s going to be about 16-20 tracks. So this way I will quickly eat up all the RAM.
And even 1Gb is small for RPi, which I would like to try out to use for live setup as sampler playback.
GEN1 can load a portion of a soundfile, just specify skip time and table size accordingly.
Then you can play from it, using poscil, tablei etc
Prof. Victor Lazzarini
Maynooth University
Ireland
Warning
This email originated from outside of Maynooth University’s Mail System. Do not reply, click links or open attachments unless you recognise the sender and know the content is safe.
I mean in a loop. But this suggests an interesting workaround if we have metro that triggers instrument with period that is equal to segment length we can emulate that.
My task is that I have stems of a track and I’d like to switch between sections. And be able to control stems individually. So each track is approx 1Gb, it would be hard to use loscil in this situation.
чт, 7 мар. 2024 г. в 15:13, joachim heintz <jh@joachimheintz.de>:
this would be done by setting the duration (p3) of the instrument.
or do you mean to play in a loop?
I can see that in diskin2 we can specify a skip time and play file not
from the beginning.
I wonder is it possible to play just a portion of the file with any
opcode without loading the whole file to memory like loscil does?