AaronDavidNewman / Smoosic

A music notation editor written in javascript
Other
98 stars 14 forks source link

add or remove measures / bars #22

Closed rkr1209 closed 4 years ago

rkr1209 commented 4 years ago

Hi, how can I add or remove measures / bars? thanks

AaronDavidNewman commented 4 years ago

Insert to add, shift-insert to add after, delete to delete.

rkr1209 commented 4 years ago

most of us are on OSX which doesn't have an insert key. Is it possible for you to change the shortkey or to add menu controls for "add" and "remove" measures?

AaronDavidNewman commented 4 years ago

You're right! Thanks for reporting that. I added Ctrl-i, shift-ctrl-I, and ctrl-d for equivalent keyboard strokes. I also expanded the measure button on the left to include adding/deleting from the UI.

rkr1209 commented 4 years ago

works perfect! Thanks! Can we connect to discuss more about some features, UI and translations?

AaronDavidNewman commented 4 years ago

yeah, absolutely. I'd welcome any contributions, and any more Mac bugs you find are also appreciated.

techinventiverohit commented 4 years ago

@AaronDavidNewman @AaronDNewman I am using this with the ckeditor. I am not able to type anything in the editor because key is bind with the piano. Can we enable and disable using button?

AaronDavidNewman commented 4 years ago

@techinventiverohit can you create a new issue for this? This should be possible, but it deserves its own thread.