Streamline recording new clips while Deluge is playing#970
Streamline recording new clips while Deluge is playing#970PaulFreund merged 3 commits intoSynthstromAudible:communityfrom
Conversation
…p and starts it playing
|
Hey there, really cool! :) Didn't look at the code yet but I'm sure a lot of people will find that useful. In order to properly integrate it I propose to change "Empty pad unarm" which is On/Off currently into "Empty pad action" where the user can select between Nothing, Unarm and Create+Record. What do you think? In addition I am planning a red mode for punch in and punch out recording, if you are interested to pick it up you can highlight me and we can figure out the details on Discord. |
Question: couldn’t these two functions coexist? They are differentiated by rec enabled. You could unarm with empty while no rec is enabled and record when rec is enabled. |
|
To @sichtbeton's point, I actually use both unarm and create+record together. I've added some code which creates an "Empty pads" submenu with independent "Unarm" and "Create + Record" bool toggles. |
|
Ah very nice, that works for me as well :) Once you are ready feel free to request a review after converting from Draft to ready. |
|
There's nothing else I want to add to this PR, so I think it's ready for review. I hope others will test it, in case I missed anything important! |
ceaabc7 to
291c7b2
Compare
PaulFreund
left a comment
There was a problem hiding this comment.
Just a reminder that currentSong->currentClip will need to be updated later
See #973 |
Added PR #970 to the community features documentation
Updated description for PR #970 in the change log
Updated community features documentation for PR #970
….1-e5c8a3e25a49f9d61108ee920ef455492464a30b Update documentation for PR #970
|
Minor one; Documentation 'a' should read as below: ("SONG" missing). |
…ble#1360) * Update PR SynthstromAudible#970 in community features Added PR SynthstromAudible#970 to the community features documentation * Update CHANGELOG.md Updated description for PR SynthstromAudible#970 in the change log
…1440) Updated community features documentation for PR SynthstromAudible#970
This assumes Deluge is in grid mode, Deluge is playing, and Rec is enabled.
The following steps assume default active is set to green, but should work regardless of how default active is set. The updated behavior works in green mode.
Instead of:
This allows one to:
In my testing, this makes recording new clips significantly easier.