rncbc / qpwgraph

qpwgraph - A PipeWire Graph Qt GUI Interface
https://gitlab.freedesktop.org/rncbc/qpwgraph
GNU General Public License v2.0
246 stars 15 forks source link

cli load a patch #31

Closed paum3 closed 10 months ago

paum3 commented 10 months ago

Hi, is it possible to load a qpwpatch from commandline? paum

rncbc commented 10 months ago

have you check qpwgraph --help ?

paum3 commented 10 months ago

Hi @rncbc thanks for reply. Yes, I have checked it - it is no clear for me what I'am doing wrong. when I run qpwgraph mypatch.qpwgraph which was saved working patchbay, it opens error window with a message: Could not open patchbay file, Sorry.

rncbc commented 10 months ago

you must give the correct path, either relative or absolute, eg. qpwgraph /path/to/mypatch.qpwgraph

paum3 commented 10 months ago

I see. I was running it from a folder with saved qpwgraphs, and I was wondering why it did not work. Thank you!