Rui Nuno Capela
Rui Nuno Capela
thanks, an MR has been submitted to lilv upstream: https://gitlab.com/lv2/lilv/-/merge_requests/2 ps. maybe you (and others) may help and up-vote the GL ticket? please?
> Here is another piece of code that is taking the "wrong" mapPath: > > https://github.com/DISTRHO/DPF/blob/63dfb7610bc37dee69f4a303f3e3362529d95f24/distrho/src/DistrhoPluginLV2.cpp#L970 > and here's the code that mitigates and most probably resolves to the right...
> No, its not simply a matter of lilv using the first one. It passes the array with both LV2_STATE__mapPath features to the LV2 plugin that is being saved. For...
what if you change it to: ```C++ // Dirty flag method. void drumkv1widget_jack::updateDirtyPreset ( bool bDirtyPreset ) { drumkv1widget::updateDirtyPreset(bDirtyPreset); #ifdef CONFIG_NSM if (m_pNsmClient && m_pNsmClient->is_active() && bDirtyPreset) m_pNsmClient->dirty(true); #endif }...
@windowsrefund: try installing `qttools5-dev-tools` in addition
please provide a PR with your findings, assuming you have some empirical evidence ;) cheers
re. Qtractor ticket #197 re. SAVE: yes file-paths are saved relative to (current) session directory; that's true and working as ever was; working as designed; also, if you save a...
On 03/09/2016 06:55 PM, Harry van Haaren wrote: > Hi @rncbc https://github.com/rncbc, thanks for joining in here, I'll > reply in a list: > - LV2 presets saved in QTractor...
there's news today on the git head master front aka. qtractor v0.7.4.31+ http://sourceforge.net/p/qtractor/code/ci/18cefa https://github.com/rncbc/qtractor/commit/18cefa4 a) it affects the relative/absolute file-path dilemma on lv2 presets saved within qtractor--now all file-paths should...
while doing the lv2 make_path revival stuff (mentioned in last post), i come to look into Fabla2 source code and found this WTF in fabla2_restore(): ``` // strip the file://...