I'm a beginner currently working on a 24/24 Toggle matrix to use as a general purpose tool for patching.
The Toggles are organized in a square grid inspired by a design used by a few vintage synths to connect modules together. The toggles basically function as ON/OFF switches for patching signals in a synthesizer.
For example, if the output of a sine wave oscillator is sent to horizontal row ( 4 ) and the input of a filter is connected to vertical row ( e ) they can be connected together by triggering the toggle e4.
By sending (send) or (receive) messages in a message box I was able to give several toggles the same row name. I started manually numbering these but then realized that I’d have to name 1152 of them! Half of them sending and the other half receiving with different letter and number combinations.
Is there a way to give the toggles a two part message that includes the numerical row and the alphabetical row so I don’t have to manually add a number?
Or do some kind of row check similar to a button matrix?