AY1920S1-CS2113T-F09-4 / Ducats

Ducats is a Java CLI music composition app geared towards amateurs.
1 stars 6 forks source link

Implement an insert and swap bar feature #139

Closed jwyf closed 5 years ago

jwyf commented 5 years ago

Implement insertbar and swapbar commands so that the user can use and navigate the Ducats in a more straightforward and fast manner. The InsertBarCommand is for users to be able to insert a bar in between existing bars in one command. The SwapBarCommand is for users to be able to swap the position of two existing bars in one command.

Samuel787 commented 5 years ago

Insert and swap are very good ideas!