-
.dust
Hi all,
i am quite new to PD and to this forum and i will start up with a question.
I am building a Loop Slicer and I have loaded the loop in the main patch to the Table "loop1".
[read soundfile.wav loop1<
|
[soundfiler]Since I wand every Slice to be playable with different parameters I want to create a abstraction "playslice~" (in final Version with input for startpoint, speed, ...).
So... here's the question: Is it possible to do something like this...
[bang]
|
|
[playslice~ loop1]
|
[dac~]and inside the abstraction (simplified example):
[inlet]
|
[tabplay~ $1]
|
[outlet~]Will the abstraction be able to access the table?
If not... any ideas how to do it an other way?
Best regards,
Chris -
.dust
Now I tried it... Yeah, it worked.
When I thought about it a second time...
I found my question quite stupid! oO