Midish.
Install midish, create file ~/.midishrc
with content:
Code:
dnew 0 "14:0" ro # define source device 0 as read onlydnew 1 "14:3" wo # define destination device 1 as write onlyfnew rerouter # give the new filter a namefmap {any {0 0}} {any {1 5}} # filter rule map any message from device 0 channel 0 to device 1 channel 5i # set midish in 'idle' mode (just processes data)
Of course, you should adjust the port numbers. You can also give names or raw device id's.
Then run midish in terminal and then it should work.
Statistics: Posted by Impostor — Tue Nov 05, 2024 10:18 pm