#!/bin/bash
device=$(pmidi -l | grep -i fluid | cut -d " " -f 1)
echo $device
pmidi -p $device $1

