josephburnett / hive-jam

A loop-oriented, multi-player framework for making music with Sonic Pi.
MIT License
7 stars 0 forks source link

UI for references to existing grids #5

Open josephburnett opened 8 years ago

josephburnett commented 8 years ago

The data model supports referencing a single grid in multiple places as long it doesn't create any reference cycles. The UI needs a way to select an existing grid when creating a grid track. Currently it just creates a new grid.

This allows for grid reorganization and reuse.