Hi David,
Thank you for sharing your experience and thoughts!
- a way to select multiple fixtures in the editor at once and delete them, or to re-name their tag all at once.
- when I’m at the end of a universe, rather than cutting it off at 512, have a way for it to wrap into the next universe (from 510 to ch 1 of the next universe).
We agree, these are already on our wishlist.
- a way to be able to renumber an entire fixture, rather than going from one line to the next to the next.
- maybe this last thought is already possible, but could i create a custom profile, one that’s exactly 30 pixels long, or 25 or 37, etc.? At least that way I could immediately select the one I need that corresponds to the physical pixel strip i’m using in one setup vs another.
This is currently already more or less possible if you create an aggregate fixture profile that combines e.g. 37x Generic RGB fixture profile:
{
"schemaVersion": 2,
"attributes": {},
"modulation": {},
"transforms": {},
"aggregate": [
{"address": 1, "name": "Pixel 1", "profile": "Generic RGB"},
{"address": 4, "name": "Pixel 2", "profile": "Generic RGB"},
{"address": 7, "name": "Pixel 3", "profile": "Generic RGB"},
{"address": 10, "name": "Pixel 4", "profile": "Generic RGB"},
{"address": 13, "name": "Pixel 5", "profile": "Generic RGB"},
{"address": 16, "name": "Pixel 6", "profile": "Generic RGB"},
{"address": 19, "name": "Pixel 7", "profile": "Generic RGB"},
{"address": 22, "name": "Pixel 8", "profile": "Generic RGB"},
{"address": 25, "name": "Pixel 9", "profile": "Generic RGB"},
{"address": 28, "name": "Pixel 10", "profile": "Generic RGB"},
{"address": 31, "name": "Pixel 11", "profile": "Generic RGB"},
{"address": 34, "name": "Pixel 12", "profile": "Generic RGB"},
{"address": 37, "name": "Pixel 13", "profile": "Generic RGB"},
{"address": 40, "name": "Pixel 14", "profile": "Generic RGB"},
{"address": 43, "name": "Pixel 15", "profile": "Generic RGB"},
{"address": 46, "name": "Pixel 16", "profile": "Generic RGB"},
{"address": 49, "name": "Pixel 17", "profile": "Generic RGB"},
{"address": 52, "name": "Pixel 18", "profile": "Generic RGB"},
{"address": 55, "name": "Pixel 19", "profile": "Generic RGB"},
{"address": 58, "name": "Pixel 20", "profile": "Generic RGB"},
{"address": 61, "name": "Pixel 21", "profile": "Generic RGB"},
{"address": 64, "name": "Pixel 22", "profile": "Generic RGB"},
{"address": 67, "name": "Pixel 23", "profile": "Generic RGB"},
{"address": 70, "name": "Pixel 24", "profile": "Generic RGB"},
{"address": 73, "name": "Pixel 25", "profile": "Generic RGB"},
{"address": 76, "name": "Pixel 26", "profile": "Generic RGB"},
{"address": 79, "name": "Pixel 27", "profile": "Generic RGB"},
{"address": 82, "name": "Pixel 28", "profile": "Generic RGB"},
{"address": 85, "name": "Pixel 29", "profile": "Generic RGB"},
{"address": 88, "name": "Pixel 30", "profile": "Generic RGB"},
{"address": 91, "name": "Pixel 31", "profile": "Generic RGB"},
{"address": 94, "name": "Pixel 32", "profile": "Generic RGB"},
{"address": 97, "name": "Pixel 33", "profile": "Generic RGB"},
{"address": 100, "name": "Pixel 34", "profile": "Generic RGB"},
{"address": 103, "name": "Pixel 35", "profile": "Generic RGB"},
{"address": 106, "name": "Pixel 36", "profile": "Generic RGB"},
{"address": 109, "name": "Pixel 37", "profile": "Generic RGB"}
]
}
Please let us know if you have more feedback.