formalize boundary condition
This commit is contained in:
parent
18ac6e9acb
commit
5e9023c6a0
|
@ -23,6 +23,7 @@
|
|||
//We have to define all of the possible locations on the note line in this.
|
||||
//note_frequency = 0..((1<<SEMIBITSPERBIN)*FIXBPERO-1)
|
||||
#define SEMIBITSPERBIN 3
|
||||
#define NOTERANGE ((1<<SEMIBITSPERBIN)*FIXBPERO)
|
||||
|
||||
//This is the amplitude, coming from folded_bins. If the value is below this
|
||||
//it is considered a non-note.
|
||||
|
|
Loading…
Reference in a new issue