|
||
Title: Is any C 24, 36, 48 to remap C 12 possible ? Post by SergeD on Jun 3rd, 2005, 2:22pm hi, Is it possible to remap a keyAftertouch or a Key note this way ? Any C to C 12 like : Key 24 or 36 or 48 to NoteOn 12 Any D to D 13 like : Key 25 or 37 or 49 to NoteOn 13 Etc... It's easy to remap on the same key range but I'd like to remap Keys from any range to a unique key range. Thanks, SergeD |
||
Title: Re: Is any C 24, 36, 48 to remap C 12 possible ? Post by Jamie OConnell on Jun 3rd, 2005, 2:44pm Sure you can do it, although it would require a lot of mapping steps to cover the entire keyboard (but not more than 127 steps). You'd basically have a mapping step for each Key. |
||
Title: Re: Is any C 24, 36, 48 to remap C 12 possible ? Post by SergeD on Jun 3rd, 2005, 2:59pm Jamie, You're faster than Lucky Luke ! I guess there is no short cut. I tried with no success to remap more globally in one command, something like: for range 36..48 remap to range minus 12 which would result to range 24..36. Thanks, SergeD |
||
Title: Re: Is any C 24, 36, 48 to remap C 12 possible ? Post by SergeD on Jun 6th, 2005, 2:34pm Hi Jamie, This week-end I tried ways to achieve my goal in an elegant manner and your Midi-ox proved again to have many possibilities. Here is an example how to trigger a lower octave in the Translation map for a specific octave, Input : Event type: Note On, Min: 36, Max: 47, -1, -1 Output: Event type: Note On, Min: 12, Max: 23, -1, -1 No use input value Here is how to trigger a chord for a given octave, Input : Event type: Note On, Min: 48, Max: 59, -1, -1 Output: Event type: Note On, Min: 52, Max: 63, -1, -1 Pass original value On No use input value Input : Event type: Note On, Min: 48, Max: 59, -1, -1 Output: Event type: Note On, Min: 55, Max: 66, -1, -1 Pass original value On No use input value Thanks, SergeD |
||
MIDI-OX User Forum » Powered by YaBB 1 Gold - SP 1.3.1! YaBB © 2000-2003. All Rights Reserved. |