MCPcopy Create free account

hub / github.com/JobSavelsberg/music-structure / functions

Functions503 in github.com/JobSavelsberg/music-structure

FunctioneuclidianPitch
(a, b)
client/src/app/similarity.js:70
FunctioneuclidianPitchTransposed
(a, b, p)
client/src/app/similarity.js:74
FunctioneuclidianTimbre
(a, b)
client/src/app/similarity.js:66
FunctionfeatureDerivative
(features)
client/src/app/noveltyDetection.js:94
MethodfillFeatures
(callback)
client/src/app/dataStructures/HalfMatrix.js:153
MethodfillMatrixBufferPool
(track, selectedIndex)
client/src/app/webgl/WebGLMatrixPool.js:14
MethodfillNormalized
* Expect normalized number [0,1] and stfores this as number of specified type, with 1 being scaled to the number's max * @param {*} callback func
client/src/app/dataStructures/HalfMatrix.js:194
MethodfillpitchTimbreBufferPool
(track, featureSelection)
client/src/app/webgl/WebGLPitchTimbre.js:20
FunctionfindFittestSections
(ssm, segments, strategy = "classic")
client/src/app/structure.js:100
FunctionfindGreedyDecomposition
( pathSSM, structureSegments, sampleDuration, strategy = "classic", comparisonProperty = "
client/src/app/structure.js:415
FunctionfindHomogenousSections
(ssm)
client/src/app/homogenous.js:5
FunctionfindLocalMaxima
(scapePlot, maxAmount, minValue)
client/src/app/scapePlot.js:53
FunctionfindLocalMaxima
(novelty, threshold = 0)
client/src/app/noveltyDetection.js:132
FunctionfindMuteDecomposition
( pathSSM, structureSegments, sampleDuration, strategy = "classic", muteType = "or", u
client/src/app/structure.js:145
FunctionfindPeaks
(novelty)
client/src/app/noveltyDetection.js:145
FunctionfindSubDecomposition
( pathSSM, structureSections, minDurationSeconds = 2, strategy = "fine", minFitness = 0.15
client/src/app/structure.js:253
FunctionfitnessSort
(a, b)
client/src/app/structure.js:1253
MethodforEachCell
(callback)
client/src/app/dataStructures/HalfMatrix.js:180
Methodfrom
(matrix, options)
client/src/app/dataStructures/HalfMatrix.js:38
MethodfromJSON
(json)
client/src/app/Track.js:425
FunctiongaussianBlur1D
(array, size, edgeStrategy = "zeropad")
client/src/app/filter.js:228
FunctiongaussianBlur2DOptimized
(matrix, size)
client/src/app/filter.js:79
FunctiongaussianBlurFeatures
(features, size)
client/src/app/filter.js:118
FunctiongetAllTestSets
()
client/src/app/testing.js:37
FunctiongetAngleAndRadius
(mdsCoordinate)
client/src/app/mds.js:472
MethodgetArtist
()
client/src/app/Track.js:467
MethodgetBuffer
()
client/src/app/dataStructures/HalfMatrix.js:245
MethodgetCellFromIndex
(index)
client/src/app/dataStructures/HalfMatrix.js:71
FunctiongetChord
(pitches)
client/src/app/chordDetection.js:229
FunctiongetChordIndexes
(maxChordFeatures)
client/src/app/chordDetection.js:110
FunctiongetChords
(chordIndexes)
client/src/app/chordDetection.js:118
MethodgetClosestSegment
(coord)
client/src/app/Track.js:391
MethodgetColumnNormalized
(x)
client/src/app/dataStructures/HalfMatrix.js:125
FunctiongetDistanceBetween
(segmentA, segmentB, pathSSM)
client/src/app/pathExtraction.js:278
FunctiongetDistanceMatrix
(segments, pathSSM, strategy, kappa = 0.7)
client/src/app/pathExtraction.js:460
MethodgetDuration
()
client/src/app/Section.js:56
MethodgetDuration
()
client/src/app/SpotifySegment.js:131
MethodgetFeatureMatrix
(featureIndex)
client/src/app/dataStructures/HalfMatrix.js:237
FunctiongetFreeRangesNonOverlapping
(structureSections, trackEnd, smallestAllowedSize)
client/src/app/structure.js:751
MethodgetKeyName
()
client/src/app/Section.js:140
FunctiongetMDSCoordinates
( distanceMatrix, strategy = "Classic", { lr = 40, maxSteps = 20, minLossDifference = 1e-6, moment
client/src/app/mds.js:59
FunctiongetMDSCoordinatesSamples
(features, strategy)
client/src/app/mds.js:37
FunctiongetMDSFeature
( distanceMatrix, { lr = 40, maxSteps = 20, minLossDifference = 1e-6, momentum = 0, logEvery = 5 } = {
client/src/app/mds.js:20
FunctiongetMajorMinor
(pitches)
client/src/app/chordDetection.js:215
FunctiongetMajorMinorChordVectors
(pitchFeatures)
client/src/app/chordDetection.js:59
FunctiongetMajorMinorNess
(pitches)
client/src/app/chordDetection.js:219
FunctiongetName
(keyIndex)
client/src/app/keyDetection.js:151
MethodgetNewEmptyMatrix
()
client/src/app/dataStructures/Matrix.js:246
MethodgetNewEmptyMatrix
()
client/src/app/dataStructures/HalfMatrix.js:276
FunctiongetNoteName
(i)
client/src/app/audioUtil.js:87
MethodgetPitches
()
client/src/app/SpotifySegment.js:125
FunctiongetPopChord
(pitches)
client/src/app/chordDetection.js:225
MethodgetProcessedPitch
(i)
client/src/app/Track.js:498
MethodgetProcessedPitches
()
client/src/app/Track.js:501
MethodgetProcessedTimbres
()
client/src/app/Track.js:507
MethodgetSampleAmount
()
client/src/app/dataStructures/HalfMatrix.js:256
MethodgetSampleDuration
()
client/src/app/dataStructures/HalfMatrix.js:260
MethodgetSize
()
client/src/app/dataStructures/HalfMatrix.js:279
FunctiongetSpotifySearch
(set)
client/src/app/testing.js:59
MethodgetStart
()
client/src/app/SpotifySegment.js:134
MethodgetTimbres
()
client/src/app/SpotifySegment.js:128
MethodgetTonalAngle
()
client/src/app/SpotifySegment.js:155
MethodgetTonalEnergy
()
client/src/app/SpotifySegment.js:152
FunctiongetTracks
(setKey)
client/src/app/testing.js:41
MethodgetValueNormalized
(x, y, f = 0)
client/src/app/dataStructures/HalfMatrix.js:121
MethodgetValues
(x, y)
client/src/app/dataStructures/Matrix.js:112
MethodgetValues
(x, y)
client/src/app/dataStructures/HalfMatrix.js:92
MethodgetValuesNormalized
(x, y)
client/src/app/dataStructures/Matrix.js:120
MethodgetValuesNormalized
(x, y)
client/src/app/dataStructures/HalfMatrix.js:106
MethodgetVerticalPosition
()
client/src/app/Section.js:60
FunctiongoldenRatioCategoricalColor
(i, offset, opacity)
client/src/app/vis.js:79
FunctiongroupSimilarSegments
(segments, pathSSM, maxDistance = 0.8)
client/src/app/structure.js:799
MethodhasAnalysis
()
client/src/app/synthesizer.js:98
MethodhasCell
(x, y)
client/src/app/dataStructures/HalfMatrix.js:73
FunctionincrementSeeker
(state, increment)
client/src/store/index.js:60
Functioninit
()
client/src/app/workers/workers.js:5
Functioninitialize
(token)
client/src/app/player.js:160
Functioninitialize
()
client/src/app/app.js:16
MethodinverseBufferPoolLength
()
client/src/app/webgl/WebGLPitchTimbre.js:37
FunctionisAuthorized
()
client/src/app/authentication.js:72
FunctionisInputFocused
(state)
client/src/store/index.js:117
FunctionisMinor
(pitches)
client/src/app/chordDetection.js:184
FunctionisSameSectionWithinError
(a, b, errorInSamples)
client/src/app/structure.js:1005
FunctionisZoomed
(state)
client/src/store/index.js:105
FunctionkMeans
(segments, k)
client/src/app/clustering.js:55
FunctionkMeansSearch
(features, minK, maxK, tries)
client/src/app/clustering.js:5
Functionlightness
(color, lightness)
client/src/app/vis.js:90
FunctionlinearBlur2DOptimized
(matrix, size)
client/src/app/filter.js:39
FunctionloadAllTracks
()
client/src/app/app.js:82
FunctionloadArtistTopTracks
(artistID)
client/src/app/app.js:130
FunctionloadTestSet
(testSetKey)
client/src/app/app.js:136
FunctionloadingTrack
(state, loadingTrack)
client/src/store/index.js:36
FunctionlogCompression
(value, gamma = 1)
client/src/app/audioUtil.js:219
Functionloudness
(db)
client/src/app/audioUtil.js:211
FunctionloudnessPerceived
(db)
client/src/app/audioUtil.js:215
FunctionmakeTranspositionInvariant
(ssm)
client/src/app/SSM.js:214
Functionmanhattan
(a, b, range)
client/src/app/similarity.js:48
FunctionmanhattanDistance
(a, b)
client/src/app/similarity.js:40
Methodmap
(callback)
client/src/app/dataStructures/HalfMatrix.js:203
FunctionmapColors
(fullSSM, sampleAmount, minSize, step, anchorPoints, anchorPointAmount)
client/src/app/scapePlot.js:148
← previousnext →301–400 of 503, ranked by callers