MIDIAnimator
latest
Table of Contents
Installation
Getting Started
Breakdown
Animation Types
Simple Tutorial
Advanced Tutorial
Future Plans
API Reference
data_structures
src
utils
MIDIAnimator
»
Index
Edit on GitHub
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
I
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
_
__init__() (BlenderObject method)
(CacheInstance method)
(EvaluateInstrument method)
(FCurveProcessor method)
(FrameRange method)
(Instrument method)
(MIDIAnimatorNode method)
(MIDIEvent method)
(MIDIFile method)
(MIDINote method)
(MIDITrack method)
(ObjectFCurves method)
(ProjectileInstrument method)
A
addAftertouch() (MIDITrack method)
addControlChange() (MIDITrack method)
addInstrument() (MIDIAnimatorNode method)
addNoteOff() (MIDITrack method)
addNoteOn() (MIDITrack method)
addPitchwheel() (MIDITrack method)
aftertouch (MIDITrack attribute)
allUsedNotes() (MIDITrack method)
animate() (Instrument method)
(MIDIAnimatorNode method)
animateDampedOsc() (in module MIDIAnimator.src.algorithms)
animateFrames() (Instrument method)
animateSine() (in module MIDIAnimator.src.algorithms)
applyFCurve() (FCurveProcessor method)
B
BlenderObject (class in MIDIAnimator.data_structures)
bObj (FrameRange attribute)
C
CacheInstance (class in MIDIAnimator.data_structures)
channel (MIDIEvent attribute)
(MIDINote attribute)
cleanCollection() (in module MIDIAnimator.utils.blender)
cleanKeyframes() (in module MIDIAnimator.utils.blender)
collection (Instrument attribute)
controlChange (MIDITrack attribute)
convertNoteNumbers() (in module MIDIAnimator.utils)
createFrameRanges() (Instrument method)
createNoteToBlenderObject() (Instrument method)
customProperties (FCurveProcessor attribute)
(ObjectFCurves attribute)
D
deleteMarkers() (in module MIDIAnimator.utils.blender)
distanceFromVectors() (in module MIDIAnimator.utils.blender)
E
endFrame (FrameRange attribute)
EvaluateInstrument (class in MIDIAnimator.src.instruments)
F
FCurveProcessor (class in MIDIAnimator.data_structures)
fCurves (FCurveProcessor attribute)
FCurvesFromObject() (in module MIDIAnimator.utils.blender)
findTrack() (MIDIFile method)
FrameRange (class in MIDIAnimator.data_structures)
framesToSec() (in module MIDIAnimator.utils.blender)
G
genDampedOscKeyframes() (in module MIDIAnimator.src.algorithms)
getExactFps() (in module MIDIAnimator.utils.blender)
getMIDITracks() (MIDIFile method)
getObject() (CacheInstance method)
gmProgramToName() (in module MIDIAnimator.utils)
I
insertKeyFrames() (FCurveProcessor method)
Instrument (class in MIDIAnimator.src.instruments)
L
listTrackNames() (MIDIFile method)
location (FCurveProcessor attribute)
(ObjectFCurves attribute)
locationObject (FCurveProcessor attribute)
M
makeObjToFCurveDict() (Instrument method)
mapRangeArcSin() (in module MIDIAnimator.utils)
mapRangeExp() (in module MIDIAnimator.utils)
mapRangeLinear() (in module MIDIAnimator.utils)
mapRangeLog() (in module MIDIAnimator.utils)
mapRangePara() (in module MIDIAnimator.utils)
mapRangeRoot() (in module MIDIAnimator.utils)
mapRangeSin() (in module MIDIAnimator.utils)
maxSimultaneousObjects() (in module MIDIAnimator.src.algorithms)
mergeTracks() (MIDIFile method)
MIDIAnimator.data_structures
module
MIDIAnimator.data_structures.midi
module
MIDIAnimator.src
module
MIDIAnimator.src.algorithms
module
MIDIAnimator.src.animation
module
MIDIAnimator.src.instruments
module
MIDIAnimator.utils
module
MIDIAnimator.utils.blender
module
MIDIAnimator.utils.gmInstrumentMap
module
MIDIAnimator.utils.loggerSetup
module
MIDIAnimatorNode (class in MIDIAnimator.src.animation)
MIDIEvent (class in MIDIAnimator.data_structures.midi)
MIDIFile (class in MIDIAnimator.data_structures.midi)
MIDINote (class in MIDIAnimator.data_structures.midi)
MIDITrack (class in MIDIAnimator.data_structures.midi)
midiTrack (Instrument attribute)
module
MIDIAnimator.data_structures
MIDIAnimator.data_structures.midi
MIDIAnimator.src
MIDIAnimator.src.algorithms
MIDIAnimator.src.animation
MIDIAnimator.src.instruments
MIDIAnimator.utils
MIDIAnimator.utils.blender
MIDIAnimator.utils.gmInstrumentMap
MIDIAnimator.utils.loggerSetup
N
name (MIDITrack attribute)
nameToNote() (in module MIDIAnimator.utils)
noteNumber (MIDINote attribute)
noteNumbers (BlenderObject attribute)
noteOffCurves (BlenderObject attribute)
noteOnCurves (BlenderObject attribute)
noteToBlenderObject (Instrument attribute)
noteToName() (in module MIDIAnimator.utils)
O
obj (BlenderObject attribute)
(FCurveProcessor attribute)
ObjectFCurves (class in MIDIAnimator.data_structures)
objectsOverlap() (in module MIDIAnimator.utils.blender)
origLoc (ObjectFCurves attribute)
origRot (ObjectFCurves attribute)
P
pitchwheel (MIDITrack attribute)
postFrameLoop() (Instrument method)
preAnimate() (EvaluateInstrument method)
(Instrument method)
(ProjectileInstrument method)
preFrameLoop() (Instrument method)
ProjectileInstrument (class in MIDIAnimator.src.instruments)
R
rangeOff() (BlenderObject method)
rangeOn() (BlenderObject method)
removeDuplicates() (in module MIDIAnimator.utils)
returnObject() (CacheInstance method)
rotateAroundCircle() (in module MIDIAnimator.utils)
rotation (FCurveProcessor attribute)
(ObjectFCurves attribute)
S
secToFrames() (in module MIDIAnimator.utils.blender)
setKeyframeHandleType() (in module MIDIAnimator.utils.blender)
setKeyframeInterpolation() (in module MIDIAnimator.utils.blender)
shapeKeyFCurvesFromObject() (in module MIDIAnimator.utils.blender)
shapeKeys (FCurveProcessor attribute)
(ObjectFCurves attribute)
shapeKeysDict (ObjectFCurves attribute)
shapeKeysFromObject() (in module MIDIAnimator.utils.blender)
showHideObj() (in module MIDIAnimator.utils.blender)
startFrame (FrameRange attribute)
T
time (MIDIEvent attribute)
timeFromVectors() (in module MIDIAnimator.utils.blender)
timeOff (MIDINote attribute)
timeOn (MIDINote attribute)
type (FrameRange attribute)
typeOfNoteNumber() (in module MIDIAnimator.utils)
U
updateActiveObjectList() (Instrument method)
V
value (MIDIEvent attribute)
velocity (MIDINote attribute)
velocityFromVectors() (in module MIDIAnimator.utils.blender)
W
worldBoundingBox() (in module MIDIAnimator.utils.blender)