Home
last modified time | relevance | path

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

/dports/audio/bristol/bristol-0.60.10/bristol/
H A Darpeggiator.c300 baudio->mixflags |= BRISTOL_CHORD; in bristolArpeggiator()
302 baudio->mixflags &= ~BRISTOL_CHORD; in bristolArpeggiator()
317 baudio->mixflags &= ~BRISTOL_CHORD; in bristolArpeggiator()
H A Dmidinote.c969 if (baudio->mixflags & (BRISTOL_V_UNISON|BRISTOL_CHORD))
980 if (baudio->mixflags & BRISTOL_CHORD)
/dports/audio/bristol/bristol-0.60.10/include/bristol/
H A Dbristol.h526 #define BRISTOL_CHORD 0x0020000000000000ULL macro