-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsloeber.ino.cpp
42 lines (37 loc) · 981 Bytes
/
sloeber.ino.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#ifdef __IN_ECLIPSE__
//This is a automatic generated file
//Please do not modify this file
//If you touch this file your change will be overwritten during the next build
//This file has been generated on 2018-01-21 13:23:57
#include "Arduino.h"
#include <Arduino.h>
#include <Audio.h>
#include <Bounce.h>
#include "enc.h"
#include <Encoder.h>
#include "gui/gui.h"
#include <Math.h>
#include "model.h"
#include <SPI.h>
#include "state_manager.h"
#include "state_display.h"
#include "state_editor.h"
#include "state_mainmenu.h"
#include "state_test.h"
#include "stk_pitch_shift.h"
#include <string.h>
#include <U8g2lib.h>
#include <Wire.h>
#include "modules/input.h"
#include "modules/reverb.h"
#include "modules/filter.h"
#include "modules/flange.h"
#include "modules/waveshape.h"
#include "modules/legacymixer.h"
#include "modules/pitchshifter.h"
#include "modules/output.h"
void setup() ;
float chebyshev(float x, float n) ;
void loop() ;
#include "GuitarEffect.ino"
#endif