Overview
Package
Class
Use
Tree
Serialized
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
X
Z
S
SAVE_START
- Static variable in class sinclair.basic.
ZX81SysVars
The address of the system variable area that a save starts at.
SEED
- Static variable in class sinclair.basic.
ZX81SysVars
The seed for RND.
START
- Static variable in class sinclair.basic.
ZX81SysVars
The address of the first system variable.
STKBOT
- Static variable in class sinclair.basic.
ZX81SysVars
Address of calculator stack.
STKEND
- Static variable in class sinclair.basic.
ZX81SysVars
Address of start of spare space.
STRLEN
- Static variable in class sinclair.basic.
ZX81SysVars
Length of string type destination in assignment.
S_POSL
- Static variable in class sinclair.basic.
ZX81SysVars
Line number for print position.
S_POSN
- Static variable in class sinclair.basic.
ZX81SysVars
Column number for print position.
S_TOP
- Static variable in class sinclair.basic.
ZX81SysVars
The number of the top program line in automatic listings.
Sample
- class tapeutils.
Sample
.
This class provides the representation of a sampled sound.
Sample(AudioInputStream, boolean, int)
- Constructor for class tapeutils.
Sample
Construct the sample from a file.
SampleAnalyzer
- interface tapeutils.
SampleAnalyzer
.
This class analyzes a sampled sound.
SampleAnalyzerFactory
- interface tapeutils.
SampleAnalyzerFactory
.
This interface provices processing operations for identified bits.
SampleCanvas
- class tapeutils.gui.
SampleCanvas
.
This class provides a Canvas subclass which allows drawing of a sample, plus the analysis information.
SampleCanvas(TapeConverter, int, JScrollBar, JButton, JButton, JButton, JButton, JButton, JButton, JButton, JButton, JButton, JLabel)
- Constructor for class tapeutils.gui.
SampleCanvas
Creates a new SampleCanvas
SampleGenerator
- interface tapeutils.
SampleGenerator
.
This interface provides operations to generate a sample from a .P file.
SampleModification
- class tapeutils.
SampleModification
.
This class holds the parameters for conversion.
SampleModification(Sample, int, int)
- Constructor for class tapeutils.
SampleModification
Constructor.
SampleModificationHistory
- class tapeutils.
SampleModificationHistory
.
This class holds the parameters for conversion.
SampleModificationHistory(Sample)
- Constructor for class tapeutils.
SampleModificationHistory
Constructor.
SamplePanel
- class tapeutils.gui.
SamplePanel
.
This class provides a Panel subclass which allows drawing of a sample, plus the analysis information.
SamplePanel(TapeConverter, int)
- Constructor for class tapeutils.gui.
SamplePanel
Creates a new SamplePanel
SampleParametersPanel
- class tapeutils.gui.
SampleParametersPanel
.
Provides a panel that displays sample parameters.
SampleParametersPanel(TapeConverter)
- Constructor for class tapeutils.gui.
SampleParametersPanel
Constructor.
SimpleBitProcessor
- class tapeutils.impl.
SimpleBitProcessor
.
This class provides a processor for bit values.
SimpleBitProcessor(SampleAnalyzer, ByteProcessor)
- Constructor for class tapeutils.impl.
SimpleBitProcessor
Construct the bit processor.
SimpleByteProcessor
- class tapeutils.impl.
SimpleByteProcessor
.
This class provides a simple byte processor that just stores bytes.
SimpleByteProcessor(SampleAnalyzer)
- Constructor for class tapeutils.impl.
SimpleByteProcessor
Construct the byte processor.
SimpleByteProcessor(SampleAnalyzer, int)
- Constructor for class tapeutils.impl.
SimpleByteProcessor
Construct the byte processor.
SineWaveIdentifier
- class tapeutils.impl.
SineWaveIdentifier
.
This class provides an identifier for sine waves within a sampled sound.
SineWaveIdentifier(Sample, SampleAnalyzer, int, int, WaveProcessor)
- Constructor for class tapeutils.impl.
SineWaveIdentifier
Construct the processor from a sample.
samplePropertiesUpdated(int)
- Method in class tapeutils.zx81.
TapeConverter
Inform the coverter that the sample properties have changed.
sampleSaved(File)
- Method in class tapeutils.zx81.
TapeConverterParameters
Handle the siutation where the sample is saved to a new name.
save(OutputStream)
- Method in class tapeutils.
Sample
Save the sample data to the given output stream.
save(boolean)
- Method in class tapeutils.zx81.
PreferenceAccessor
Save the preferences.
save(boolean)
- Method in class tapeutils.zx81.
Preferences
Save the preferences.
saveConfig(File)
- Method in class tapeutils.zx81.
TapeConverter
Save to the given configuration file.
saveConfigFile(File)
- Method in class tapeutils.zx81.
TapeConverterParameters
Save the parameters to the configuration file.
saveSample(int, boolean)
- Method in class tapeutils.gui.
ConversionFrame
Save the given sample file.
saveSample(File, int)
- Method in class tapeutils.zx81.
TapeConverter
Save the given sample file as the first or second sample.
set(String, String)
- Method in class tapeutils.zx81.
PreferenceAccessor
Set the preference value.
set(String, boolean)
- Method in class tapeutils.zx81.
PreferenceAccessor
Set the preference value.
set(String, int)
- Method in class tapeutils.zx81.
PreferenceAccessor
Set the preference value.
set(String, float)
- Method in class tapeutils.zx81.
PreferenceAccessor
Set the preference value.
set(Object, String, String)
- Method in class tapeutils.zx81.
Preferences
Set the preference value.
set(Object, String, boolean)
- Method in class tapeutils.zx81.
Preferences
Set the preference value.
set(Object, String, int)
- Method in class tapeutils.zx81.
Preferences
Set the preference value.
set(Object, String, float)
- Method in class tapeutils.zx81.
Preferences
Set the preference value.
setBeginIndex(int)
- Method in class tapeutils.zx81.
TapeConverterParameters
setBitValue(int, int, boolean)
- Method in class tapeutils.
MultiSampleAnalyzer
Set the bit value at the given position in the sample.
setBitValue(int, int, boolean)
- Method in interface tapeutils.
SampleAnalyzer
Set the bit value at the given position in the sample.
setBitValue(int, int, boolean)
- Method in class tapeutils.impl.zx81.
ZX81SampleAnalyzer
Set the bit value at the given position in the sample.
setChannel(int)
- Method in class tapeutils.
Sample
Set the selected channel.
setChannel(int)
- Method in class tapeutils.zx81.
TapeConverterParameters
setConfigFile(File)
- Method in class tapeutils.zx81.
TapeConverterParameters
Updates the configuration file name without reloading the properties.
setCursorIndex(int)
- Method in class tapeutils.gui.
SampleCanvas
Set the cursor index.
setCursorIndex(int)
- Method in class tapeutils.gui.
SamplePanel
Set the cursor index.
setDebugLevels(DebugLevels)
- Method in class tapeutils.impl.zx81.
ZX81SampleAnalyzer
Set debug levels.
setDebugLevels(DebugLevels)
- Method in class tapeutils.impl.zx81.
ZX81SampleAnalyzerFactory
Set debug levels.
setFileContent(byte[])
- Method in class tapeutils.gui.
ListCanvas
Update the file content.
setFileContent(byte[])
- Method in class tapeutils.gui.
ListDialog
Set the file content to display.
setFileName(String)
- Method in class tapeutils.impl.zx81.
ZX81SampleAnalyzerParameters
Update the file name.
setFileNames(String)
- Method in class tapeutils.zx81.
TapeConverterParameters
Set the file names.
setIndex(int, int)
- Method in class tapeutils.gui.
DualSamplePanel
Set the current sample index.
setIndex(int)
- Method in class tapeutils.gui.
SamplePanel
Set the current sample index.
setInvert(boolean)
- Method in class tapeutils.
Sample
Set the inversion.
setInvert(boolean)
- Method in class tapeutils.zx81.
TapeConverterParameters
setLineNumber(int)
- Method in class tapeutils.gui.
ListCanvas
Set the current line number.
setMaxGap(int)
- Method in class tapeutils.impl.zx81.
ZX81SampleAnalyzerParameters
setMaxWaveLength(int)
- Method in class tapeutils.impl.zx81.
ZX81SampleAnalyzerParameters
setMinGap(int)
- Method in class tapeutils.impl.zx81.
ZX81SampleAnalyzerParameters
setMinSecondsGap(int)
- Method in class tapeutils.zx81.
TapeConverterParameters
setNoiseThreshold(int)
- Method in class tapeutils.impl.zx81.
ZX81SampleAnalyzerParameters
setNumDataBytes(int)
- Method in class tapeutils.impl.zx81.
ZX81SampleAnalyzerParameters
setNumExpectedFiles(int)
- Method in class tapeutils.zx81.
TapeConverterParameters
setNumFiles(int)
- Method in class tapeutils.zx81.
TapeConverterParameters
Set the number of files actually in the sample.
setProgramName(String)
- Method in class tapeutils.impl.zx81.
ZX81SampleAnalyzer
Set the name of the program.
setProgramNameBytes(byte[], int)
- Method in class tapeutils.impl.zx81.
ZX81SampleAnalyzer
Set the name of the program as bytes.
setSampleFileName(String, boolean)
- Method in class tapeutils.zx81.
TapeConverterParameters
Set the sample file name.
setSampleValue(int, int)
- Method in class tapeutils.
Sample
Set the sample value at the given position.
setSourceId(int)
- Method in class tapeutils.
AnalysisEvent
Set the source ID of the event.
setStartIndex(int, int)
- Method in class tapeutils.gui.
ConversionFrame
Set the displayed index of the sample canvas(es).
setStartIndex(int)
- Method in class tapeutils.gui.
SampleCanvas
Sets the start of the display.
setValue(int, int)
- Method in class tapeutils.
Parameters
Set the value of a given property.
setVisible(boolean)
- Method in class tapeutils.gui.
AnalysisResultsDialog
Set the visibility of the dialog.
setVisible(boolean)
- Method in class tapeutils.gui.
AnalysisSettingsDialog
Set the visibility of the dialog.
setVisible(boolean)
- Method in class tapeutils.gui.
HelpDialog
Set the visibility of the dialog.
setVisible(boolean)
- Method in class tapeutils.gui.
ListDialog
Set the visibility of the dialog.
setVisible(boolean)
- Method in class tapeutils.gui.
PreferencesDialog
Set the visibility of the dialog.
setWaveIdentifier(WaveIdentifier)
- Method in interface tapeutils.
WaveProcessor
Set the object to be used to identify waves.
setWaveIdentifier(WaveIdentifier)
- Method in class tapeutils.impl.zx81.
ZX81WaveProcessor
Set the object to be used to identify waves.
showHelp(String)
- Method in class tapeutils.gui.
ConversionFrame
Show the help dialog with the given topic.
showHelp(Component)
- Method in class tapeutils.gui.
ConversionFrame
Show the help dialog with the given component's topic.
showHelp(String)
- Method in class tapeutils.gui.
HelpDialog
Show the given help topic.
showHelpPage(String, boolean)
- Method in class tapeutils.gui.
HelpDialog
Show the given help page.
showHelpPage(URL, boolean)
- Method in class tapeutils.gui.
HelpDialog
Show the help page at the given URL.
showListDialog(byte[])
- Method in class tapeutils.gui.
ConversionFrame
Show the list dialog.
sinclair.basic
- package sinclair.basic
startModification(int, int)
- Method in class tapeutils.
Sample
Start a modification.
startModification(int, int)
- Method in class tapeutils.
SampleModificationHistory
Start a modification.
startProcessingDropOut(int)
- Method in interface tapeutils.
WaveIdentifier
Start processing a drop-out in the signal.
startProcessingDropOut(int)
- Method in class tapeutils.impl.
SineWaveIdentifier
Start processing a drop-out in the signal.
stopPlaying()
- Method in class tapeutils.
Sample
Stop playing the sample.
syncWith(SampleCanvas)
- Method in class tapeutils.gui.
SampleCanvas
Synchronize the positioning of this canvas with the other.
syncWith(SamplePanel)
- Method in class tapeutils.gui.
SamplePanel
Synchronize the positioning of this panel with the other.
Overview
Package
Class
Use
Tree
Serialized
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
X
Z