T
able
O
f
C
ontents
▼
RawPointer:
Filter:
Description
Class methods
Inherited class methods
Instance methods
Inherited instance methods
SuperCollider
Browse
Search
Indexes ▼
Documents
Classes
Methods
Classes
|
Core
>
Kernel
RawPointer
:
Object
Hold raw pointers from the host environment
Source:
Kernel.sc
Description
A class used to hold raw pointers from the host environment. No instance variables, no methods.
Class Methods
Inherited class methods
7 methods from
Object
► show
dependantsDictionary
readBinaryArchive
readTextArchive
uniqueMethods
new
newCopyArgs
readArchive
Instance Methods
Inherited instance methods
260 methods from
Object
► show
!
%
&
**
+>>
->
<<
>>
archiveAsCompileString
archiveAsObject
argNames
asArchive
asAudioRateInput
asBinaryArchive
asCollection
asControlInput
asDefName
asNodeArg
asOSCArgArray
asOSCArgBundle
asOSCArgEmbeddedArray
asRef
asSequenceableCollection
asStream
asString
asStringff
asSymbol
asSynthDef
asTextArchive
asUGenInput
atLimit
basicHash
beats
blendAt
blendPut
bubble
buildForProxy
canCallOS
canFreeSynth
checkCanArchive
clear
clock
composeEvents
containsSeqColl
contentsCopy
crash
debug
deepCollect
deepDo
defaultArgs
dereference
dereferenceOperand
doOnCmdPeriod
doesNotUnderstand
dumpBackTrace
dumpDetailedBackTrace
dumpStack
envirCompileString
envirKey
equals
eventAt
falseAt
finishEvent
first
flatSize
free
freeze
functionPerformList
gcDumpGrey
gcDumpSet
gcSanity
getBackTrace
getContainedObjects
getSlots
halt
help
immutableError
indexedSize
initBus
initFromArchive
inspect
inspector
inspectorClass
instVarAt
instVarPut
instVarSize
isArray
isCollection
isControlUGen
isException
isFunction
isInputUGen
isNeutral
isOutputUGen
isPlaying
isRest
isSequenceableCollection
isString
isUGen
isValidUGenInput
largestFreeBlock
makeProxyControl
matchItem
mustBeBoolean
nodeMapMapsToControl
notYetImplemented
numChannels
outOfContextReturn
pair
pairs
performBinaryOpOnComplex
performBinaryOpOnSeqColl
performBinaryOpOnSignal
performBinaryOpOnSimpleNumber
performBinaryOpOnSomething
performBinaryOpOnUGen
poll
postString
postff
prHalt
prReverseLazyEquals
prepareForProxySynthDef
primitiveFailed
printClassNameOn
proxyControlClass
rank
reduceFuncProxy
reference
releaseDependants
removedFromScheduler
render
replaceFunc
reportError
setSlots
shape
simplifyStoreArgs
slice
slotAt
slotIndex
slotKey
slotPut
slotSize
slotValuesDo
slotsDo
source
species
stackDepth
stop
storeModifiersOn
storeParamsOn
threadPlayer
totalFree
trueAt
unbubble
value
valueArray
valueArrayEnvir
valueEnvir
valueFuncProxy
wakeUp
wakeUpToBundle
while
writeBinaryArchive
writeDefFile
writeDefFileOld
writeTextArchive
|
!=
!==
!?
==
===
?
??
addDependant
addFunc
addFuncTo
addUniqueMethod
alwaysYield
as
asArray
asCompileString
asInt
awake
blend
changed
class
compareObject
copy
copyImmutable
cs
cyc
deepCopy
dependants
deprecated
do
dump
dup
embedInStream
fin
frozen
fuzzyEqual
gcInfo
generate
hash
identityHash
idle
instVarHash
instill
isFloat
isInteger
isKindOf
isMemberOf
isNil
isNumber
iter
loop
multiChannelPerform
mutable
next
nextN
notNil
obtain
perform
performKeyValuePairs
performList
performMsg
performWithEnvir
pointsTo
post
postc
postcln
postcs
postln
release
removeDependant
removeFunc
removeFuncFrom
removeUniqueMethod
removeUniqueMethods
repeat
reset
respondsTo
shallowCopy
shouldNotImplement
size
streamArg
subclassResponsibility
superPerform
superPerformList
switch
throw
tryPerform
update
writeArchive
yield
yieldAndReset
|!=|
|==|
helpfile source:
https://github.com/supercollider/supercollider/tree/3.13/HelpSource/Classes/RawPointer.schelp
link::Classes/RawPointer::