[yoshimi-user] yoshimi git 20120216 has pitch problem

  • From: jimmy <wg2002a@xxxxxxxxx>
  • To: yoshimi-user@xxxxxxxxxxxxxxxxxxxxx
  • Date: Thu, 16 Feb 2012 07:42:12 -0800 (PST)


I checked out the current Git code (20120116), from src/CMakeLists.txt, it is:

set (YOSHIMI_VERSION "0.062-pre8")

The Git code defaults to AMD-X86-64, which doesn't build on a 32-bit machine,
it complained about some missing

#include <bits/predefs.h> from /usr/include/features.h

I have to change the src/CMakeLists.txt line from

option (BuildForAMD_X86_64 "Build for AMD x86_64 system" ON)

to

option (BuildForAMD_X86_64 "Build for AMD x86_64 system" OFF)

Also, got some trouble making it (some problem with FLTK gui), search and found
some patch to modify the .fl files. Only some of those applied, which changed
some "{}" to "{code{;}}".

Finally got it to compile on Debian Sid.

When I tried it out, it seems there's some pitch problem. It sounds to me like

note 59 is higher than note 60, 61

note 62 is higher than note 63

note 64 is higher than note 65

Anyone else notice similar pitch problem?

The (YOSHIMI_VERSION "0.060.12") seems fine, pitch-wise, but no option to
change the instrument banks using MIDI messages.

Jimmy



Other related posts:

  • » [yoshimi-user] yoshimi git 20120216 has pitch problem - jimmy