Post by rosea.grammostolaUsing Petri-foo from git, critical bugs ...
The sample banks aren't restored. When I save the session file, I
can't find the file in the session folder... big troubles ...
Been away; only just got the chance to investigate. Can't see the
problem.
I did this to install:
rm -rf Petri-Foo
git clone https://github.com/jwm-art-net/Petri-Foo.git
cd Petri-Foo
cmake .
make
sudo make install
Confirmed I am running the freshly-installed petri-foo
which petri-foo
/usr/local/bin/petri-foo
And then:
* I started non-session-manager
* Created a new session
* added client petri-foo
* (petri-foo starts with the 'default' patch)
* replaced the 'default' sample
* closed session
* re-opened session
* confirmed petri-foo loads the selected sample
* added empty patch
* selected sample for empty patch
* selected trim play mode for empty patch
* closed session
* re-opened session
* confirmed petri-foo loads both samples
Does the view->message_log window tell you anything?
If you follow the steps above to install and problems persist please
try rebuilding with debug info:
cd Petri-Foo
cmake . -DBuildForDebug=1
make
sudo make install
And tell me what the debug info says. If possible
subscribe and post to petri-foo-devel.
Thanks,
James.