Restart a long sample at the beginning

hi
I wanted to know if there was a way to make the long sample restart at the beginning each time it is executed with Crt+enter.
something with start() or something else?

p1 >> loop (“longsample”, seconds(0), dur=seconds(15))

thank you for your help

I’ll use it

p1 >> pluck([30,30,30,30,30,30,30,30,30,30,30,30,30,42,0,42,0,42,42,36,48,26,29,12,33,48,0,34,11,28,48,11,0,34,32,48,32,9,32,32,9,48,11,48,48,12,12,12,35,2,50,2,1,6,6,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0], dur=0.39, amp = 1)

necessary to start from the beginning, when I press ctrl+enter but it is played from a random note. how do I start from the beginning every time?