This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-audio
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix minor compiler warning
dds
PaulStoffregen
8 years ago
parent
15ad56ce44
commit
60865a2e4a
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
effect_fade.cpp
+ 1
- 1
effect_fade.cpp
View File
@@ -28,7 +28,7 @@
#include "utility/dspinst.h"
extern "C" {
extern const int16_t fader_table[25
6
];
extern const int16_t fader_table[25
7
];
};
void AudioEffectFade::update(void)
Write
Preview
Loading…
Cancel
Save