Home
last modified time | relevance | path

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

/dports/audio/bristol/bristol-0.60.10/brighton/
H A Dbrighton.c349 synthesisers[BRISTOL_BIT_ONE] = &bitoneApp; in main()
1360 global.synths->synthtype = BRISTOL_BIT_ONE; in main()
1386 synthesisers[BRISTOL_BIT_ONE] = &bit99App; in main()
1387 global.synths->synthtype = BRISTOL_BIT_ONE; in main()
1417 synthesisers[BRISTOL_BIT_ONE] = &bit100App; in main()
1418 global.synths->synthtype = BRISTOL_BIT_ONE; in main()
H A DbrightonBitOne.c4617 synth->synthtype = BRISTOL_BIT_ONE; in bitoneInit()
4618 ((guiSynth *) synth->second)->synthtype = BRISTOL_BIT_ONE; in bitoneInit()
/dports/audio/bristol/bristol-0.60.10/include/bristol/
H A Dbristol.h170 #define BRISTOL_BIT_ONE 0x0020 /* Crumar Bit One, Bit99. */ macro