-
Notifications
You must be signed in to change notification settings - Fork 99
Description
From lewis.sc...@gmail.com on March 02, 2011 17:13:17
current implementation of LEARN in REAPER prevents a user from doing the following:
create a track, set input to midi channel 1, load a vsti onto that track
make midi learn assignments from a midi controller
save VSTi as a fx chain
create a track, set input to midi channel 2
load the saved fx chain
use the same learns on the new track.
issue: learn channels are saved and cannot be edited. a user must manually re-set each learn per channel. users may not re-assign vsts/midi channels freely.
goal - to be able to freely drop learned-vstis onto any track/midi channel, and re-assign all of the midi learned channels to the new channel.
example:
vsti:
track 1 midi input ch 1. learn: volume cc 7 channel 1.
copy, paste, reassign to:
track 2 midi input ch 2. learn: volume cc 7 channel 2.
thank you for your time.
Original issue: http://code.google.com/p/sws-extension/issues/detail?id=268