hi,
On 1/28/23 00:28, IOhannes m zmölnig wrote:
i've submitted a fix for the issue *i've* found in the 'develop' branch on github.
could you try to compile that version of Pd yourself and see whether the problem persists?
basically do something like this:
sudo apt-get install git build-essential debhelper libasound2-dev
git clone https://github.com/pure-data/pure-data -b develop
cd pure-data
./autogen.sh
./configure
make -j$(nproc)
then run your tests from the cmdline with:
bin/pd
/media/joe/DATA_UNIX/PROJECTS/Pure-Data/patchs/SMS-Vanilla/simple-midi-sequencer-vanilla-0152.pd
and see whether it still crashes (hopefully not)
gdaksr IOhannes