Render Rewire Slave To Instrument

As we all know Render Plugin To Instrument is a completely ace feature. But wouldn’t it be good if we could do it with Rewire instruments too? Anyone who uses Reason with Renoise will feel me here. For that matter, how about external MIDI instruments?

It has been put up for debate a couple of times.
This stuff requires additional things to be done like setting the pre-delay and allowing to record realtime.
But the Renoise API offers some nice options here…
renoise.song().transport:start_stop_sample_recording()
renoise.song():render([options,] filename, rendering_done_callback)
Perhaps someone finds this a challenge to try out.