Copy/paste song line does not work
tatqoo opened this issue · 5 comments
Could you please check if song line copy/paste works?
I was not able to do it. Nothing is pasted.
The thing with copy/paste operations is that once the operation is done, no changes can be made.
This is because the clipboard operation uses an area of memory that is modified when you make a change to the TAB.
Hence, loss of clipboard data may occur.
So far, I will not solve this problem as there is not much space in memory for an independent clipboard. Hence sharing with other operations.
I am not sure if you understood. I am able to copy instruments and tabs, but I was not able to copy song lines at all. I understood that you said copying song lines is also possible, so I tried and no success.
Like Control+C/Control+V does not work for song lines. Has it been implemented for song lines?
I didn't read that it was about the SONG module :D
Clipboard operations for the SONG module are not implemented.
This is because I would have to create the ability to select individual lines (blocks), and this builds code for which there is not much space in memory.
So the clipboard operations in SFX and TAB modules are ONLY on whole definitions.