Replies: 2 comments
-
Hey Paul, MIDI is implemented to control the looper. I am not sure how to handle the sync. It could be used to get the click timing right. Playing patterns could be also possible. Sounds interesting to me =) Best regards, |
Beta Was this translation helpful? Give feedback.
-
The mpc is sending midi timecode data every 96th note if i remember right. In a 4 bar loop it is always sending 1.1.1-to 4.4.4 and then in the 5th bar it sends 1.1.1 again. My concept so far is that the Sampler in record mode is always recording into a Buffer of 100ms and when it receives the 1.1.1 it saves a timestamp, stops buffering and records a long sample until you stop it manually by pushing a button. Then the sampler prepends the buffer to the long sample ( here some index shifting of the buffer is required so the oldest sample is at index 0).
Time stretch would be a future topic and is less important. I think it would be good to measure the incoming tempo while recording. In General, actually it would be amazing if there is a possibility of recording and streaming samples directly to sd-card, in the moment this is possible there are so many options with this little board. Since I desoldered the A1S with ES8388 from my audiokit board and soldered in an A1S with AC101 Codec the sound is amazing and I want to use it. |
Beta Was this translation helpful? Give feedback.
-
Hey,
i just wrote a comment under your Youtube video demonstrating the looper. I wish the looper had a sync input, midi or smpte.
With this it could be used as a resampling device for Midi Sequencers, to record the output of a Synth and then go on creating a different part with the same Synth. I am dreaming of a pattern sampling opportunity wihout a daw, just controlled by a midi sequencer.
Do you think it is easy to implement?
regards,
paul
Beta Was this translation helpful? Give feedback.
All reactions