Synchronising Ardour and MuseScore

  • Posted on: 19 May 2018
  • By: agittins

I've had to work this out again since reinstalling my laptop so thought I might record the result here...

Typical issues found when trying to get Ardour and MuseScore to work together is that MuseScore jumps around in a BAD way when it hits tempo changes from JACK, or it locks up, spewing lovely digital detritus into your monitors.

The best method I've found thus far (although it still does that lockup thing from time to time) is:

MySQL won't start, no error messages

  • Posted on: 11 July 2016
  • By: agittins

After doing some performance debugging on mysql running in a vm I found the mysqld service refused to start. The log files showed nothing other than it exiting with an exit code of 1.

Running mysqld from the command line (with sudo -u mysql mysqld -v) also gave nothing useful.

Finally I found a suggestion to run:

sudo -u mysql mysqld_safe --log-error=/tmp/mysql.log

Pages