hello,
i’m new to bela and quite new to programming in general, and would love some help with a simple puredata patch i’m making. the problem i can’t solve is how to disable audio files from looping. i've tried to search for help and figuring it out myself, but i can't seem to get there.
the project is a basic 4 channel installation, with a button that triggers four audio files. i’m using the bela mini with the multichannel expander.
i’ve successfully combined two example patches that are provided in the ide – ‘examples/multichannel/pd-multi-sample-player’ and ‘examples/puredata/digital-input’ . the button works and plays the wav files, all routed to separate outputs as intended. however, they loop.
looking in the playAudioFile~ object, i can’t quite make sense of it. any help explaining what makes them loop would be greatly appreciated!
i've attached two screenshots, of playAudioFile~ and playRetrig: