-
### Please describe the problem:
Hey yo 👋 We were talking on the Discord about making a standard for describing shortcuts/actions. The idea is that we'd have this description (likely as JSON) that …
-
Hello, thanks to your library, shapes of grid are very awesome.
However, is it possible to add space between items : by columns / by rows.
in addition, I hope that we can adjust arrangement items in…
-
```
GridPad(
cells = GridPadCells.Builder(rowCount = 6, columnCount = 5)
.build()
) {
repeat(10) {
item(
rowSpan = when (it) {
…
-
is there any possibility to provide the feature to make the gridpad only receive the column parameter? (as the row would be unknown count)
-
code:
```kotlin
GridPad(
cells = GridPadCells(columnCount = 50, rowCount = 6),
modifier = Modifier
.height(360.dp)
.padding(2.dp)
) {
repeat…
-
hi team, thanks for the awesome lib,
any plan to support the scrollable and sortable grid features?
Scrollable: Let's say I would like to make a long grid and make scrolls vertically, how can I do …
-
EyeCommander can sometimes run a little bit slow. Right now we have no idea if it's hitting a memory or CPU limits. We also have no idea where the bottle neck is.
As a measurement of speed/performa…
-
Copied the PrgChangeView.java and cloned it to CCAView.java to be able to create a new View for sending MIDI CC Data via the GridPads. But the ``this.surface.sendMidiEvent (0xB0, this.programNumber, 1…