Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JobSavelsberg/music-structure
/ functions
Functions
503 in github.com/JobSavelsberg/music-structure
⨍
Functions
503
◇
Types & classes
22
Function
maxChordFeatures
(vectors, windowSize)
client/src/app/chordDetection.js:78
Function
maxEuclidianDistance
(length, range)
client/src/app/similarity.js:59
Function
maxFrequencyFilter
(feature, resolution, size)
client/src/app/filter.js:268
Function
median2D
(matrix, resolution, width, height)
client/src/app/filter.js:295
Function
medianFilterFeatures
(features, size)
client/src/app/filter.js:143
Function
mergeOverlap
(sections)
client/src/app/structure.js:601
Function
minDifferenceFeature
(features, size, offset = 2)
client/src/app/events.js:117
Function
multiply
(ssm, factor)
client/src/app/SSM.js:272
Method
multiply
(number)
client/src/app/dataStructures/Matrix.js:221
Method
multiply
(number)
client/src/app/dataStructures/HalfMatrix.js:216
Function
muteAnd
(ssm, sectionsInSamples)
client/src/app/SSM.js:533
Function
muteOr
(ssm, sectionsInSamples)
client/src/app/SSM.js:555
Method
normalize
()
client/src/app/dataStructures/Matrix.js:263
Function
normalizeByColumnDensity
(matrix)
client/src/app/noveltyDetection.js:195
Method
placeMarker
(time)
client/src/app/Track.js:404
Function
playSegment
(segment)
client/src/app/player.js:87
Function
playerActive
(state)
client/src/store/index.js:114
Function
playerReady
(state, playerReady)
client/src/store/index.js:39
Function
playerState
(state)
client/src/store/index.js:96
Function
playing
(state)
client/src/store/index.js:102
Function
pop
()
client/src/dev/log.js:81
Function
processTimbreSegments
(timbreFeatures, segments, sampleDuration, strategy)
client/src/app/structure.js:1245
Function
profileSimilarity
(pitches)
client/src/app/keyDetection.js:155
Function
push
(level)
client/src/dev/log.js:76
Function
readTextFile
(file)
client/src/app/testing.js:61
Function
releasePlayback
()
client/src/app/player.js:235
Function
removeSections
(ssm, sectionsInSamples)
client/src/app/SSM.js:574
Function
renderPercussionPitch
(track, left, width, yOffset, height, ctx)
client/src/app/vis.js:136
Function
renderProcessedPitch
(track, left, width, yOffset, height, ctx)
client/src/app/vis.js:154
Function
renderRawPitch
(track, left, width, yOffset, height, ctx)
client/src/app/vis.js:122
Function
renderRawRhythm
(track, left, width, yOffset, height, ctx)
client/src/app/vis.js:181
Function
renderRawTimbre
(track, left, width, yOffset, height, ctx)
client/src/app/vis.js:167
Function
renderSSM
(track, left, width, yOffset, height, ctx)
client/src/app/vis.js:215
Function
renderTonality
(track, left, width, yOffset, height, ctx)
client/src/app/vis.js:203
Function
renderWaveform
(ctx, x, y, width, height, track, options = {})
client/src/app/vis.js:245
Function
requestFirstToken
(code)
client/src/app/authentication.js:22
Function
requestRefreshToken
()
client/src/app/authentication.js:43
Function
rowColumnAutoThreshold
(ssm, percentageRow, percentageCol = percentageRow)
client/src/app/SSM.js:378
Function
rowColumnAutoThresholdBinary
(ssm, percentageRow, percentageCol = percentageRow)
client/src/app/SSM.js:313
Function
sampleAnchorPoints
(scapePlot, amount, minValue, minSize)
client/src/app/scapePlot.js:109
Function
sampleAnchorPointsMax
(scapePlot, maxAmount, minSpacing, minSize, minValue)
client/src/app/scapePlot.js:58
Function
saveAllTracks
()
client/src/app/app.js:77
Function
search
(query)
client/src/app/app.js:119
Function
seekS
(time_seconds)
client/src/app/player.js:80
Function
seeker
(state)
client/src/store/index.js:78
Function
seekerUpdateSpeed
(state)
client/src/store/index.js:111
Method
select
(index)
client/src/app/webgl/WebGLMatrixPool.js:26
Function
selectedIndex
(state)
client/src/store/index.js:81
Function
selectedTrack
(state)
client/src/store/index.js:84
Method
separatorGenerator
()
client/src/app/Track.js:95
Method
setCluster
(i)
client/src/app/SpotifySegment.js:146
Method
setDrawFunction
(drawFunction)
client/src/app/visualization/ZoomCanvas.js:54
Method
setFeaturesScaled
(sampleIndex, segmentIndex, scalar)
client/src/app/Features.js:452
Method
setHeight
(height)
client/src/app/visualization/ZoomCanvas.js:48
Method
setHeight
(height)
client/src/app/webgl/WebGL.js:75
Function
setInputFocus
(state, focus)
client/src/store/index.js:72
Function
setPlayerActive
(state, active)
client/src/store/index.js:69
Function
setPlayerState
(state, playerState)
client/src/store/index.js:33
Function
setPlaying
(state, playing)
client/src/store/index.js:57
Function
setSeeker
(state, time_ms)
client/src/store/index.js:27
Function
setSelectedIndex
(state, index)
client/src/store/index.js:54
Method
setTSNECoord
(coord)
client/src/app/SpotifySegment.js:149
Method
setTrackDuration
(track)
client/src/app/visualization/ZoomCanvas.js:32
Function
setUser
(state, user)
client/src/store/index.js:30
Method
setValueNormalized
(x, y, value)
client/src/app/dataStructures/HalfMatrix.js:79
Function
setVolume
(volume)
client/src/app/player.js:100
Method
setWidth
(width)
client/src/app/visualization/ZoomCanvas.js:42
Function
setZoomed
(state, zoomed)
client/src/store/index.js:63
Method
setZoomed
(zoomed)
client/src/app/visualization/ZoomCanvas.js:36
Function
showAllEnhancementMethods
(ssmPitch, data, matrixes)
client/src/app/workers/ssmWorker.js:849
Function
showInner
(ssm, sectionsInSamples)
client/src/app/SSM.js:488
Function
simplePathDetect
(pathSSM, threshold = 0.1)
client/src/app/pathExtraction.js:445
Function
sinebowColorNormalizedRadius
(angle, radius, confidence = 1)
client/src/app/vis.js:96
Function
sortGroupByFirstOccuring
(sections)
client/src/app/structure.js:1350
Function
splitGaussianBlurFeatures
(features, size, offset = 0)
client/src/app/filter.js:179
Function
squash
(strategy, sections, groupAmount, minSize = 2)
client/src/app/structure.js:1031
Method
st
(pos)
client/src/app/webgl/WebGLMatrixPool.js:45
Method
st
(pos)
client/src/app/webgl/WebGLPitchTimbre.js:68
Function
startSSM
( trackId, pitchFeatures, timbreFeatures, avgLoudness, sampleDuration, segmentStartDur
client/src/app/workers/workers.js:123
Function
subtract
(a, b)
client/src/app/SSM.js:605
Method
subtractAndCreateNew
(otherSection)
client/src/app/Section.js:126
Function
synthesize
(synthesizerString)
client/src/app/app.js:162
Function
threshold
(ssm, threshold)
client/src/app/SSM.js:294
Method
toJSON
()
client/src/app/Track.js:430
Function
toggleZoomed
(state)
client/src/store/index.js:66
Function
tonalVectorColor
(pitches)
client/src/app/audioUtil.js:202
Function
tonalVectorColor
(pitches)
client/src/app/chordDetection.js:164
Function
tonalityThird
(pitches)
client/src/app/audioUtil.js:159
Function
tonalityThirds
(pitches)
client/src/app/audioUtil.js:128
Function
track
(state, id)
client/src/store/index.js:90
Function
trackList
(state)
client/src/store/index.js:93
Function
transferPlayback
()
client/src/app/player.js:223
Function
tsne
(features)
client/src/app/workers/workers.js:211
Method
tsne
()
client/src/app/Track.js:380
Function
tsneMDS
(features)
client/src/app/workers/tsneWorker.js:41
Method
updateDTW
(start, end)
client/src/app/Track.js:338
Function
updateTimbreGraphVis
(timbreFeatures, timbreSliders, sampleDuration)
client/src/app/workers/workers.js:20
Method
updateTimbreVis
(timbreSliders)
client/src/app/Track.js:271
Function
user
(state)
client/src/store/index.js:87
Function
visualizationMatrix
(ssm, sampleAmount, start, end)
client/src/app/pathExtraction.js:212
← previous
next →
401–500 of 503, ranked by callers