You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MIDI input would be killer, either in a step mode or in a live recording situation. I'm unaware of the complexities though.
x: We can listen to midi in without issues. There will be some concurrency issues in a live recording situation though (reading and writing steps at the same time) so we would need to add some mutexes on steps data.
Do you use step recording on the digitakt? I own a syntakt, and I only use the live recording mode. Step mode has always seemed weird to me.
The text was updated successfully, but these errors were encountered:
To be honest I do not use step recording as much neither, I can see some use cases for some styles of music though.
My original though was to allow the user to press a key if it has the "note" parameter focused to set the note.
While on this topic, this kind of behavior (midi input for interacting with current parameter) could be potentially beneficial for a future basic midi learn: focus a param, press midi learn keymap, move knob, an that parameter is now controllable via midi. It would react to the 'selected step' though. Just an idea.
MIDI input would be killer, either in a step mode or in a live recording situation. I'm unaware of the complexities though.
The text was updated successfully, but these errors were encountered: