#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/types.h>
#include <string.h>
#include "fdms.h"
Queries an FDMS volume for: program info tempo map time sig map
Can output either human-readable or raw versions of each.
This is pretty hacky at the moment and is meant as a debugging tool. YMMV.
SYNTAX: fdms-query <image.dd> <prg> prg-info|tempo|sig|prg-raw|tempo-raw|sig-raw prg: program number Commands: prg-info: display program info tempo: display tempo map sig: display time signature map prg-raw: output BINARY(!) header tempo-raw: output BINARY(!) tempo map sig-raw: output BINARY(!) time signature map