OPN2BankEditor icon indicating copy to clipboard operation
OPN2BankEditor copied to clipboard

cmdline utilites?

Open zvezdochiot opened this issue 5 years ago • 3 comments

I would like to have command line utilities for converting wopn to a format convenient for editing in a regular editor (gedit, geany, mcedit, nano, ...).

zvezdochiot avatar Dec 04 '19 12:12 zvezdochiot

Do you want some sort of "wopn2txt" and "txt2wopn"? That should be possible, even command utilities will use Qt and will refer guts of OPN2BE for a file formats processings. Also here would be another command line tool to just convert bank formats between each other. :thinking:

Wohlstand avatar Dec 04 '19 13:12 Wohlstand

@Wohlstand say:

Do you want some sort of "wopn2txt" and "txt2wopn"?

Yes.

zvezdochiot avatar Dec 04 '19 13:12 zvezdochiot

Given that WOPN(L) is by definition a binary files, it's by definition a new format to add.

If I may add, I think to have some form as YAML or something, is beneficial in one way: it facilitates development of experimental new features in bank files. It saves a more tedious process:

  • introduce feature X
  • document it in draft specification
  • implement in the editor
  • create files of it

but I will see it more as a developer-only tool, not as alternate or substitute of the actual.

jpcima avatar Dec 04 '19 13:12 jpcima