|
| static bool | compValue (const tsf_hydra_phdr &a, const tsf_hydra_phdr &b) |
| |
| static bool | compValue (const tsf_hydra_shdr &a, const tsf_hydra_shdr &b) |
| |
| static bool | compValue (const tsf_hydra_pbag &a, const tsf_hydra_pbag &b) |
| |
| static bool | compValue (const tsf_hydra_pmod &a, const tsf_hydra_pmod &b) |
| |
| static bool | compValue (const tsf_hydra_pgen &a, const tsf_hydra_pgen &b) |
| |
| static bool | compValue (const tsf_hydra_inst &a, const tsf_hydra_inst &b) |
| |
| static bool | compValue (const tsf_hydra_ibag &a, const tsf_hydra_ibag &b) |
| |
| static bool | compValue (const tsf_hydra_imod &a, const tsf_hydra_imod &b) |
| |
| static bool | compValue (const tsf_hydra_igen &a, const tsf_hydra_igen &b) |
| |
| template<class T > |
| static bool | comp (const T *a, const T *b, int n, size_t vn) |
| |
| static tsf_hydra_phdr | mkPhdr (const DlsCollection::Instrument &instr, uint16_t index) |
| |
| static tsf_hydra_phdr | mkPhdr (const char *presetName, uint16_t index) |
| |
| static tsf_hydra_pbag | mkPbag (uint16_t genNdx, uint16_t modNdx) |
| |
| static tsf_hydra_pgen | mkPgen (uint16_t genOper, uint16_t wordAmount) |
| |
| static tsf_hydra_inst | mkInst (const char *instName, uint16_t instBagNdx) |
| |
| static tsf_hydra_ibag | mkIbag (uint16_t instGenNdx, uint16_t instModNdx) |
| |
| struct tsf_hydra_igen | mkIgen (uint16_t op, uint16_t lo, uint16_t hi) |
| |
| struct tsf_hydra_igen | mkIgen (uint16_t op, uint16_t u16) |
| |