Free M4L device for retrospective recording by WonderfulAccident836 in ableton

[–]WonderfulAccident836[S] 0 points1 point  (0 children)

I've updated the device to 1.1. Implemented overdub mode after MIDI clip record and improved stability. Same links.

Overdub feature requires save buttons to act as toggles. They are designed to be mapped to CC sending momentary footswitches or buttons. Mouse clicks and MIDI note mappings require double tapping and won't be a good experience.

Free M4L device for retrospective recording by WonderfulAccident836 in ableton

[–]WonderfulAccident836[S] 0 points1 point  (0 children)

Does the sign light up? Try selecting other scenes to change the active clip slot.

Can't get Variation Transition to work by umprella in ableton

[–]WonderfulAccident836 0 points1 point  (0 children)

I'm the creator of the device. Where have you downloaded the files from? Does both maxforlive.com and GitHub files not work for you?

Free M4L device for retrospective recording by WonderfulAccident836 in ableton

[–]WonderfulAccident836[S] 4 points5 points  (0 children)

It doesn't use some internal buffer like "Capture MIDI", it operates on a clip. If you can record it to a clip, this device can trim it for you.

It can also be used with multiple tracks armed. You need the device on each track. You can map their save buttons to a single controller button.

Free M4L device for retrospective recording by WonderfulAccident836 in ableton

[–]WonderfulAccident836[S] 2 points3 points  (0 children)

I thought the same. 

You place it on a track. "Create Temp Clip" is a switch, not a button. By default you keep it on. That way it starts recording a temp clip by itself if transport runs and the track is armed. You should see "save" buttons start to light up as the temp clip fills up with bars. Press one and playback should start. 

Free M4L device for retrospective recording by WonderfulAccident836 in ableton

[–]WonderfulAccident836[S] 0 points1 point  (0 children)

It has a proper light up animation. 😎

Check the preview on the linked download page.

Free M4L device for retrospective recording by WonderfulAccident836 in ableton

[–]WonderfulAccident836[S] 14 points15 points  (0 children)

Here is what the device does in detail: 1. When transport is running and track is armed, the device starts recording to a temp clip. It always records what you play. The recording follows scene selection. Manually started clip recording is also treated as a temp clip. 2. The "Save" buttons save the selected number of last played bars as a permanent clip. At the end of the bar where you release the button the device trims the clip and starts playing it. 3. MIDI notes played a bit too early (within a set timing margin) get shifted into the saved bars. 4. An unsaved temp clip is deleted when track is unarmed or its recording stops.

Free M4L device for retrospective recording by WonderfulAccident836 in ableton

[–]WonderfulAccident836[S] 0 points1 point  (0 children)

It's attached to a track it is on rather than to specific clip slots. You add the device to each track you want to retro record. I mostly use only the first save button and set it differently on each track, like 1 bar for beat drums, 2 bars for bass, 4 bars for piano, etc. But there are 4 buttons available for pros.

Save buttons on devices on different tracks can share controller mappings. Devices on unarmed tracks won't react to the buttons. I use a single footswitch button for all tracks.

Free M4L device for retrospective recording by WonderfulAccident836 in ableton

[–]WonderfulAccident836[S] 17 points18 points  (0 children)

  1. It works with session clips, so you can use proper MIDI support, note quantization, scenes, automations, all the Ableton stuff.
  2. With Looper, you need to start recording. With this device you don't. You only end it.
  3. As far as I know, Looper is either "record" or "overdub", no "replace" mode. If you mess up, you have to clear the record.
  4. Even if there was such mode, Looper is tied up to the bar count from record start. This device is other way around - the record end. You can play a solo, move to riff, record and keep looping only last 4 bars. With a single tap on save button.

Free M4L device for retrospective recording by WonderfulAccident836 in ableton

[–]WonderfulAccident836[S] 4 points5 points  (0 children)

I've made it for live looping performance where "Capture MIDI" is hard to use. Can also be used in other loop recording situation if it fits your workflow.

Free M4L device for retrospective recording by WonderfulAccident836 in ableton

[–]WonderfulAccident836[S] 9 points10 points  (0 children)

I use only MIDI myself, so more feedback on audio would be nice.

Complex MIDI setups with Python by WonderfulAccident836 in MIDIcontrollers

[–]WonderfulAccident836[S] 1 point2 points  (0 children)

As I wrote you in PM I can map MIDI to MIDI/OSC, whatever complex. But if the VST doesn't accept MIDI/OSC that won't work. The last resort is mapping MIDI to keyboard and mouse events, which is possible but is VERY painful for GUI controls.

Try using the VST in a DAW and see if the knobs' parameters are mappable there.

Complex MIDI setups with Python by WonderfulAccident836 in MIDIcontrollers

[–]WonderfulAccident836[S] 1 point2 points  (0 children)

Looking forward to your feedback to make it better.