diff --git a/README.md b/README.md index 7e9e2d0..69d7a0c 100644 --- a/README.md +++ b/README.md @@ -457,7 +457,7 @@ It goes without saying that this is not a universal solution, but it covers at l ## Other Uses -Mod translations work with all kinds of output, so that you can also output X11 key and mouse events along with the transformed MIDI data if needed. While mod translations are most commonly employed for MIDI feedback, they also have their uses in ordinary (forward) translations. The input message may be anything which has a parameter value, i.e., any MIDI message but `PC`, and you can choose the modulus large enough (8192 for `PB`, 128 for other messages) so that the offset is always zero, if you just want to employ the discrete value lists for your translations. These offer a great deal of flexibility, much more than can be achieved with simple step sizes. In fact, they can be used to realize *any* conceivable mapping between input and output values. For instance, suppose that we'd like to map controller values to the the first few Fibonacci numbers: +Mod translations work with all kinds of output, so that you can also output X11 key and mouse events along with the transformed MIDI data if needed. While mod translations are most commonly employed for MIDI feedback, they also have their uses in ordinary (forward) translations. The input message may be anything which has a parameter value, i.e., any MIDI message but `PC`, and you can choose the modulus large enough (8192 for `PB`, 128 for other messages) so that the offset is always zero, if you just want to employ the discrete value lists for your translations. These offer a great deal of flexibility, much more than can be achieved with simple step sizes. In fact, they can be used to realize *any* conceivable mapping between input and output values. For instance, suppose that we'd like to map controller values to the first few Fibonacci numbers: ~~~ CC1[128] CC1[0,1,1,2,3,5,8,13,21,34,55,89] diff --git a/midizap.1 b/midizap.1 index 4aea070..61d2911 100644 --- a/midizap.1 +++ b/midizap.1 @@ -1235,7 +1235,7 @@ These offer a great deal of flexibility, much more than can be achieved with simple step sizes. In fact, they can be used to realize \f[I]any\f[] conceivable mapping between input and output values. -For instance, suppose that we'd like to map controller values to the the +For instance, suppose that we'd like to map controller values to the first few Fibonacci numbers: .IP .nf