openAVproductions / openAV-Fabla2

The repository of the Fabla2 sampler by OpenAV. http://openavproductions.com/fabla2
GNU General Public License v2.0
54 stars 13 forks source link

Recording audio for samples. #78

Closed Qualphey closed 4 years ago

Qualphey commented 4 years ago

Is there any way to record samples using a microphone instead of loading them from the file system?

harryhaaren commented 4 years ago

Hi @Qualphey! Yes there is, it uses ControlPort index 16 labelled record_over_last_played_pad. Its a "int" and "toggled" port, meaning its essentially just a binary switch. Press and hold the record_over_last_pad, and F2 will record the audio data into the pad.

This enables workflows where you press a pad, press and hold record over last pad high while making a sound (guitar/mic etc whatever) and that audio is now present in the pad. Release the momentary record over last pad to stop sampling.

Press next pad, hold record over, release, and repeat for each pad you want to record to :) Hope that helps!

Qualphey commented 4 years ago

Whichever pad I select, when I click the REC button and then click again to stop recording, the sample does get recorded, but always on the most bottom-left pad? Am I missing something?