add new arguements, docs
This commit is contained in:
parent
9f5b4e1d7a
commit
ea7590c894
4 changed files with 5 additions and 2 deletions
|
@ -271,12 +271,13 @@ float vibrato(float average_freq) {
|
|||
#ifdef C6_AUDIO
|
||||
ISR(TIMER3_COMPA_vect)
|
||||
{
|
||||
float freq, freq_alt = 0;
|
||||
float freq;
|
||||
|
||||
if (playing_note) {
|
||||
if (voices > 0) {
|
||||
|
||||
#ifdef B5_AUDIO
|
||||
float freq_alt = 0;
|
||||
if (voices > 1) {
|
||||
if (polyphony_rate == 0) {
|
||||
if (glissando) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue