mtytel / helm

Helm - a free polyphonic synth with lots of modulation
http://tytel.org/helm
GNU General Public License v3.0
2.36k stars 200 forks source link

Remove unnecessary null pointer checks #173

Open elfring opened 6 years ago

elfring commented 6 years ago

An extra null pointer check is not needed in functions like the following.

mtytel commented 6 years ago

Good point on the CircularQueue. The other two are in the VST SDK so will probably leave them alone.

elfring commented 6 years ago

Do you see any safe interfaces to achieve related software improvements also for the VST SDK?

elfring commented 6 years ago

How do you think about to use a development tool like “clang-tidy” for corresponding source code adjustments?