Functions | |
| def | f |
Variables | |
| tuple | CMD = ("g++ -Wall -g -D__ARM=0 -Iteensy -o foo test.cpp teensy/synth.cpp teensy/tune.cpp teensy/tests.cpp") |
| just_tests = False | |
| string | fname = "quux.aiff" |
| string | player = "afplay" |
| S = foo.samples | |
| tuple | q = aifc.open(fname, "wb") |
| def test.f | ( | x | ) |
Definition at line 35 of file test.py.
Referenced by Synth.keydown(), Filter.setF(), and NoisyVoice.setfreq().

| string test.CMD = ("g++ -Wall -g -D__ARM=0 -Iteensy -o foo test.cpp teensy/synth.cpp teensy/tune.cpp teensy/tests.cpp") |
| tuple test.q = aifc.open(fname, "wb") |
Definition at line 48 of file test.py.
Referenced by Filter.setQ().
1.8.6