Package | Description |
---|---|
org.javascool.proglets.syntheSons | |
org.javascool.tools.sound |
Modifier and Type | Class and Description |
---|---|
class |
NotesSoundBit
Creates a monophonic ``piccolo´´ sound-bit from a note sequence.
|
Modifier and Type | Field and Description |
---|---|
SoundBit |
NotesSoundBit.sound
Internal sound used to sample the notes.
|
SoundBit |
Panel.sound |
static SoundBit |
Functions.tone
Definit le son à utiliser pour jouer les notes du synthétiseur.
|
Modifier and Type | Method and Description |
---|---|
SoundBit |
NotesSoundBit.reset(String notes)
Constructs a sound defined from a note sequence.
|
Modifier and Type | Method and Description |
---|---|
static double[] |
SoundBitPanel.getData(SoundBit sound,
char channel)
Converts a mono/stereo 16bit stream to a data buffer.
|
void |
SoundBitPanel.reset(SoundBit sound,
char channel)
Defines the spectrum and trace's start of the sound.
|
Modifier and Type | Class and Description |
---|---|
class |
FileSoundBit |
class |
InputSoundBit |
Modifier and Type | Method and Description |
---|---|
SoundBit |
InputSoundBit.reset(double length) |
SoundBit |
FileSoundBit.reset(String location) |
SoundBit |
SoundBit.reset(String definition) |
Copyright © 2024. All rights reserved.