Hey guys, i got all other components i need working on the Lyrat Mini 1.2 (microphone/sdcard/sound output/basic button commands).
Now i have to make it's buttons be able to register at any time, for example if i press play and a sample starts to play i need to pe able to interrupt that playback by pressing (volume up or down) to adjust volume or select another sample to be triggered. Well whatever i tried the playback will not be interrupted and the sample will just play to the end. How can i use Arduino ide code to have the little buttons on the LyratMini do more complex things? PS, im trying to build a cool sampler/groovebox for yall, with 0 coding knowledge.