#include "dx7.h"

char buf[155];
struct dx7voice v;

main()
{
	pack155(&v, buf);
	unpack155(buf, &v);

	pack128(&v, buf);
	unpack128(buf, &v);
}
