Make the constant static const
This commit is contained in:
parent
1bab3e5d5f
commit
da9f419923
1 changed files with 1 additions and 1 deletions
2
src/external/tunings/include/Tunings.h
vendored
2
src/external/tunings/include/Tunings.h
vendored
|
|
@ -38,7 +38,7 @@
|
|||
|
||||
namespace Tunings
|
||||
{
|
||||
const double MIDI_0_FREQ=8.17579891564371; // or 440.0 * pow( 2.0, - (69.0/12.0 ) )
|
||||
static constexpr double MIDI_0_FREQ = 8.17579891564371; // or 440.0 * pow( 2.0, - (69.0/12.0 ) )
|
||||
|
||||
/**
|
||||
* A Tone is a single entry in an SCL file. It is expressed either in cents or in
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue