Home
last modified time | relevance | path

Searched refs:fPmask (Results 1 – 1 of 1) sorted by relevance

/dports/audio/bristol/bristol-0.60.10/brighton/
H A DbrightonJupiter.c1009 static int fPmask = 0x00; variable
1072 event.value = fPmask & (1 << i); in jupiterFunctionKey()
1126 fPmask |= 0x01 << o; in jupiterFunctionKey()
1131 fPmask &= ~(0x01 << o); in jupiterFunctionKey()
1235 0, i, fPmask & (1 << i)); in jupiterSetFuncs()
1477 fPmask = ((int) synth->mem.param[FUNCTION_SAVE]) & 0x00ff; in jupiterMemory()
1481 fBmask, fPmask, in jupiterMemory()
1591 printf("saving functions %x %x\n", fBmask, fPmask); in jupiterMemory()
1593 synth->mem.param[FUNCTION_SAVE] = (fBmask << 8) + fPmask; in jupiterMemory()