DDMAL / meix.js

Browser-based MEI editor.
4 stars 4 forks source link

A switch to show/hide certain types of elements #55

Closed lingxiaoyang closed 9 years ago

lingxiaoyang commented 9 years ago

For example, a public function that allows to show or hide all the zones of staff lines.

ahwitz commented 9 years ago

Two questions:

-Should this just be XML tag names (<neume ...>, <sb ...>), or do you want more specification than just that?

-Should this be on the user to choose what they want to show/hide or should it be on either the user or the developer?

lingxiaoyang commented 9 years ago

For this case, XML tag names are enough.

Primarily it's for users. But of course, it would be really nice to have a public function to developers.

ahwitz commented 9 years ago

I phrased that question the wrong way, was supposed to be (developers) or (users and developers) - I'll implement it as a public-facing function but with a toolbar interface too.