Re: Detecting polyphony from stencil-override

2017-03-28 Thread David Kastrup
Urs Liska writes: > Am 28.03.2017 um 14:56 schrieb David Kastrup: > >> You may try looking at the grob-property-data of 'direction which >> will be a direction when there is a direction override in progress >> (pointing to a multi-voice situation) and usually some sort of >> callback for the deci

Re: Detecting polyphony from stencil-override

2017-03-28 Thread Urs Liska
Am 28.03.2017 um 14:56 schrieb David Kastrup: > Urs Liska writes: > >> Hi all, >> >> (how) is it possible to determine (from within a stencil override >> callback) if at any given point there is more than one active voice? >> I've asked a similar question before but probably from the wrong >> pe

Re: Detecting polyphony from stencil-override

2017-03-28 Thread David Kastrup
Urs Liska writes: > Hi all, > > (how) is it possible to determine (from within a stencil override > callback) if at any given point there is more than one active voice? > I've asked a similar question before but probably from the wrong > perspective. > > I'm overriding a stencil have to make a de

Detecting polyphony from stencil-override

2017-03-28 Thread Urs Liska
Hi all, (how) is it possible to determine (from within a stencil override callback) if at any given point there is more than one active voice? I've asked a similar question before but probably from the wrong perspective. I'm overriding a stencil have to make a decision depending on the situation