#! /bin/sh
if [ $# != 1 ] ; then
	echo "Usage: $0 param"
	echo "Param may be octal (074), hex (0x3c), dec (60), or name (C4)."
	echo "Value will be printed as naked hex."
	exit 2
fi
PN=`byteval -h $1`
if [ $? != 0 ]; then
	echo "Bad value for param: $1"
	exit 2
fi
echo "f0 00 00 23 01 03 $PN f7" | axtobb | sxmpu -r | bbtoax | map 0=28:28 1=25:25
# Soundprocess Get Parameter (must have spccon first)
