quicky2000 / tartini

A trial to make Tartini (The real time music analysis tool ) to evolve. Original code is located in http://miracle.otago.ac.nz/tartini/download.html
Other
8 stars 4 forks source link

Fix all compass modes #125

Closed mself closed 4 years ago

mself commented 4 years ago

With these changes, modes 0 and 1 also work:

The only way to change modes is to edit the source code.

quicky2000 commented 4 years ago

Could you solve conflict ?

mself commented 4 years ago

Rebased and conflict resolved

quicky2000 commented 4 years ago

There is an issue pitchcompassdrawwidget.cpp:213 l_active_channel is derefenced but it could be NULL

mself commented 4 years ago

No, if l_active_channel is NULL, then l_data remains NULL and the dereference of l_active_channel can't happen.

mself commented 4 years ago

I pushed a commit to simplify the logic so that it shouldn't trigger that warning.