Extract or replace the default volume of a PTSample
.
Usage
# S4 method for PTSample
volume(sample)
# S4 method for PTSample,numeric
volume(sample) <- value
Arguments
- sample
A
PTSample
for which the default volume needs to be extracted or replace.- value
A
numeric
value ranging from 0 up to 64, representing the volume level.
Value
For volume
the volume value, represented by an
integer
value ranging from 0 up to 64, is returned.
For volume<-
A PTSample
sample
, updated
with the volume value
, is returned.
Details
PTSample
s have a default playback volume, ranging from
0
(silent) up to 64 (maximum volume). This method can be used
to extract this value, or to safely replace it.
See also
Other sample.operations:
PTSample-class
,
PTSample-method
,
fineTune()
,
loopLength()
,
loopSample()
,
loopStart()
,
loopState()
,
name
,
playSample()
,
read.sample()
,
sampleLength()
,
waveform()
,
write.sample()