Skip to content

Commit

Permalink
Tuner now recognize low notes
Browse files Browse the repository at this point in the history
	modified:   ChangeLog
	modified:   src/Tuner.C
  • Loading branch information
holborn committed Jul 15, 2011
1 parent b000515 commit cc66d59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
==v0.6.2 ( / /2011) ==

- Fixed Tuner to recognize Low notes
- some bug fixes
- Add jack session support
- Add "Portamento mode" to shifter effect
Expand Down
2 changes: 1 addition & 1 deletion src/Tuner.C
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Tuner::Tuner ()
note = 0;
nfreq = 0;
afreq = 0;
schmittInit (32);
schmittInit (2);

};

Expand Down

0 comments on commit cc66d59

Please sign in to comment.