#include <iostream>
#include <cstdlib>
#include <string>
#include "gig.h"
Go to the source code of this file.
Functions | |
string | Revision () |
void | PrintVersion () |
void | PrintSamples (gig::File *gig) |
void | PrintInstruments (gig::File *gig) |
void | PrintRegions (gig::Instrument *instr) |
void | PrintUsage () |
void | PrintDimensionRegions (gig::Region *rgn) |
int | main (int argc, char *argv[]) |
|
Definition at line 44 of file gigdump.cpp. References PrintInstruments(), PrintSamples(), PrintUsage(), and PrintVersion(). |
|
|
Definition at line 110 of file gigdump.cpp. References gig::File::GetFirstInstrument(), gig::File::GetNextInstrument(), DLS::Instrument::MIDIBank, DLS::Instrument::MIDIProgram, DLS::Resource::pInfo, and PrintRegions(). Referenced by main(). |
|
|
Definition at line 84 of file gigdump.cpp. References DLS::Sample::Channels, gig::Sample::Compressed, gig::File::GetFirstSample(), gig::File::GetNextSample(), gig::Sample::LoopEnd, gig::Sample::LoopFraction, gig::Sample::LoopPlayCount, gig::Sample::Loops, gig::Sample::LoopStart, gig::Sample::LoopType, DLS::Resource::pInfo, DLS::Sample::SamplesPerSecond, and DLS::Sample::SamplesTotal. Referenced by main(). |
|
|
|
|
|
|