issues
search
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
Use `if(nullptr == xxx)` pattern
#106
Closed
mself
closed
4 years ago
mself
commented
4 years ago
Use
if(nullptr == xxx)
pattern instead of
if(xxx == nullptr)
Also remove two unnecessary uses of
this->
if(nullptr == xxx)
pattern instead ofif(xxx == nullptr)
this->