New Tool (3.0): Meta Mate

Makes it much easier to assign meta devices to dsp parameters.
It works on native and plugin devices and also across mixer tracks and instrument fx chains.

See this video for a demo:

http://www.youtube.com/watch?v=YjZX5ZBZdKY

Usage:

The source meta device will now be set to that parameter.

Note: This does not work on devices inside doofers (not possible with current API)

Get it on the tools page here: http://www.renoise.com/tools/metamate

Updated to also work on devices in instrument FX chains as well as detect device bypass/activate assignments.

I can’t think of anything more to add to this so have posted it to the tools page as v1.

Neat!

downloading

thanks handy!

renoise 3.1 api update, the index of fx chain has changed.

Should be:

if renoise.app().window.active_middle_frame == 6 then

renoise 3.1 api update, the index of fx chain has changed.

Actually should be:

local MIDDLE_FRAME_INSTRUMENT_SAMPLE_EFFECTS = renoise.ApplicationWindow.MIDDLE_FRAME_INSTRUMENT_SAMPLE_EFFECTS
if renoise.app().window.active_middle_frame == MIDDLE_FRAME_INSTRUMENT_SAMPLE_EFFECTS then