-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed channel_i constraining--fixing tricky bug
channel constraining is a BAD idea....ie: when the user tries to set Ch8 even though they set numChannels to only 7, it is BAD to constrain their channel input and set what they think is their Ch8 value on Ch7...as this is a really hard to find bug. Rather, it is best to not do anything, thereby letting the user know when they see stuff not working that they are not actually setting the channel. So...I fixed this in the whole .cpp file...NO MORE CONSTRAINING CHANNEL INDEXES INPUT BY THE USER!!! Just don't do anything if their channel_i value is invalid. DONE! This stinking bug cost me a couple hrs lost time.
- Loading branch information
1 parent
2c675da
commit c1bc0ff
Showing
1 changed file
with
29 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters