yuxshao / ptcollab

A collaborative piano-roll music sequencer!

Home Page:https://yuxshao.github.io/ptcollab/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

quick external editor open for instruments

yuxshao opened this issue · comments

Would be nice to configure some external programs to open when you want to edit a voice, and have it so when the program closes / saves, the voice is automatically updated in the project. At first this would hook into ptvoice / ptnoise / maybe audacity?

Dunno if by "hooking into" you mean actually hooking into, but this can be achieved sans-hook with QProcess, QFileSystemWatcher and system temp dirs pretty easily.

Yeah I mean the latter, thanks for clarifying.