Re: MIDI: Automatic accent on notes starting bars

2019-02-11 Thread David Kastrup
Lukas-Fabian Moser writes: > Thanks for the explanations! >> Your idea is good. The infrastructure is not there. We probably should >> have something like make-translator for stuff that just translates >> events and/or meddles with context properties. >> >> So you probably need to work on the m

Re: MIDI: Automatic accent on notes starting bars

2019-02-11 Thread Lukas-Fabian Moser
Thanks for the explanations! Your idea is good. The infrastructure is not there. We probably should have something like make-translator for stuff that just translates events and/or meddles with context properties. So you probably need to work on the music expressions for now similar to how art

Re: MIDI: Automatic accent on notes starting bars

2019-02-11 Thread David Kastrup
Lukas-Fabian Moser writes: >> is there a way of automagically adding some volume increase >> ("accent") in MIDI output to any note that happens to start on the >> first beat in a bar? >> >> It seems a well-defined enough request to me so that it should be >> perfectly possible to do this in schem

Re: MIDI: Automatic accent on notes starting bars

2019-02-11 Thread Lukas-Fabian Moser
is there a way of automagically adding some volume increase ("accent") in MIDI output to any note that happens to start on the first beat in a bar? It seems a well-defined enough request to me so that it should be perfectly possible to do this in scheme, but I'm afraid this exceeds my very

MIDI: Automatic accent on notes starting bars

2019-02-07 Thread Lukas-Fabian Moser
Folks, is there a way of automagically adding some volume increase ("accent") in MIDI output to any note that happens to start on the first beat in a bar? It seems a well-defined enough request to me so that it should be perfectly possible to do this in scheme, but I'm afraid this exceeds my