This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program (gpl.html). If not, see http://www.gnu.org/licenses/.
public class MODULO_1003_STEREO extends PApplet
Modifier and Type | Class and Description |
---|---|
class |
MODULO_1003_STEREO.AudiotrackMic |
class |
MODULO_1003_STEREO.AudiotrackMicPC |
class |
MODULO_1003_STEREO.FastSoundplayer |
static interface |
MODULO_1003_STEREO.iAudiotrackMic
Interface für Audiostream mit zusätzlichem Mikrofonkanal
|
static interface |
MODULO_1003_STEREO.iWav |
class |
MODULO_1003_STEREO.Karte |
class |
MODULO_1003_STEREO.Mysoundplayer |
class |
MODULO_1003_STEREO.Rekorder |
class |
MODULO_1003_STEREO.Spiel |
class |
MODULO_1003_STEREO.Spieler |
class |
MODULO_1003_STEREO.Spielfeld |
class |
MODULO_1003_STEREO.Wav |
class |
MODULO_1003_STEREO.Zugkontrolle |
Constructor and Description |
---|
MODULO_1003_STEREO() |
Modifier and Type | Method and Description |
---|---|
void |
draw() |
int |
freq2mid(int freq) |
double |
frequency2Midi(double freq) |
void |
keyPressed() |
static void |
main(java.lang.String[] passedArgs) |
int |
mid2freq(int mid) |
double |
midi2Frequency(double midi) |
void |
mousePressed() |
void |
mouseReleased() |
void |
settings() |
void |
setup() |
void |
updateSpielzustand() |
public MODULO_1003_STEREO()
public void setup()
public void draw()
public void mousePressed()
public void updateSpielzustand()
public void mouseReleased()
public void keyPressed()
public double midi2Frequency(double midi)
public double frequency2Midi(double freq)
public int freq2mid(int freq)
public int mid2freq(int mid)
public void settings()
public static void main(java.lang.String[] passedArgs)