shine5402 / KiraOtoToolbox

A toolbox for manipulating UTAU voicebank's mark file format(oto.ini)
GNU General Public License v3.0
25 stars 1 forks source link

Wild tool concept #11

Closed shine5402 closed 2 years ago

shine5402 commented 3 years ago

TLDR: make mainwindow see a dialog as a tool(... Well, the tool structure now is designed for a pipeline design. Tool base load a oto.ini, then pass its content to adapter, and adapter pass it to the worker with options from option widget. It makes work for creating new tools fiting in this pattern much easier, but lose some flexibility. For some tools I want to bulid in the future, I may just call them WildTool, and only register a dialog in mainwindow.

shine5402 commented 3 years ago

I'm wondering should I add this concept or not, cuz I personally make KiraWAVTar a seperate project...