Remove from string queve

hi guys

what is the way to remove a slice from a queve string , like you would do when removing a song from a playlist in winamp for instance .

so i,m looking for a way to be able to remove certain slices once the queve have been done , somthing like select a text in the renderer will add to queve and deselect will remove from the queve , i cant find the way to remove and keep in order ,

thanks

takeofffromqueve2.v4p (5.9 kB)

I think it would be clever to use a S+H node instead of a Queue for this particular problem.

shqueue.v4p (8.3 kB)

thank you diki ,

now i have to see how to combine the changing queve (the input) with the remove patch , cheers ;D

I’d say you can use the S+H for both (queueing inputs and selective dropouts).

ok cool , i,ll try it then this way , thanks