On Fri, Jan 17, 2014 at 01:02:20AM +1100, Philip Rhoades wrote: > Alexandre (?), > > I have this system and have just installed midish and I like it > because it is small, fast and CLI - I can record input, create midi > files but I can't play anything (timidity works) - details: > > aseqdump -l > > Port Client name Port name > 0:0 System Timer > 0:1 System Announce > 14:0 Midi Through Midi Through Port-0 > 20:0 AXIS-49 2A AXIS-49 2A MIDI 1 > > This script does not work: > > #!/bin/sh > > trap : 2 > > for arg; do > midish -b <<END > dnew 0 "14:0" wo > import "$arg" > p > END > done > > Any ideas about a fix? - Am I forced to use VirMidi? > probably "14:0" is not the timidity port name. It exposes a port visible with aconnect -o, "128:0" in the example below: $ aconnect -o client 14: 'Midi Through' [type=kernel] 0 'Midi Through Port-0' client 128: 'TiMidity' [type=user] 0 'TiMidity port 0 ' 1 'TiMidity port 1 ' 2 'TiMidity port 2 ' 3 'TiMidity port 3 ' Do you get something similar with your setup ? -- AlexandreReceived on Thu, 16 Jan 2014 16:59:53 +0100
This archive was generated by hypermail 2.1.8 : Wed Nov 08 2017 - 16:32:27 CET