kometbomb / prototracker

Prototracker
http://kometbomb.net/prototracker/
MIT License
125 stars 6 forks source link

Add the possiblity to replace messages in the message queue #8

Closed kometbomb closed 6 years ago

kometbomb commented 6 years ago

It is now possible to replace messages so that repeating events (e.g. duplicating pattern rows) will not push tons of messages in the queue.

The Editor base class has been updated so that showMessage() returns an ID that can be used to replace messages later. In addition, a special predefined ID "replacePreviousMessage" can be used to easily replace the per Editor message.