MCPcopy Index your code

hub / github.com/PetrIvan/chord-seq-ai-app / functions

Functions203 in github.com/PetrIvan/chord-seq-ai-app

↓ 12 callersFunctionchord
(token: number, duration: number, index = 0)
src/test/chords.ts:6
↓ 8 callersFunctionchordsToNoteEvents
( chords: { index: number; token: number; duration: number; variant: number }[], bpm: number, )
src/playback/player.tsx:51
↓ 8 callersFunctionmakeChords
(tokens: number[])
src/test/chords.ts:14
↓ 6 callersFunctionfindPageNameInTree
(path: string, tree?: WikiTreeNode)
src/wiki/utils.tsx:35
↓ 5 callersFunctionHeadingContent
( props: React.DetailedHTMLProps< React.HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement >,
src/components/mdx_components.tsx:15
↓ 5 callersFunctiondvhToPx
(dvh: number)
src/components/overlays/step_by_step_tutorial.tsx:95
↓ 5 callersFunctionplayChord
(chord: string)
src/playback/player.tsx:101
↓ 5 callersFunctionstopPlayback
()
src/playback/player.tsx:238
↓ 4 callersFunctionfloatToInt16
(input: Float32Array)
src/playback/audio_encoders.ts:11
↓ 4 callersFunctionkeyToNoteNumber
(key: number, type: "white" | "black")
src/components/piano.tsx:4
↓ 4 callersFunctionreadString
(view: DataView, offset: number, length: number)
src/playback/audio_encoders.test.ts:20
↓ 4 callersFunctionuseInit
(initCallback: () => void)
src/state/use_init.tsx:3
↓ 4 callersFunctionwriteString
(offset: number, str: string)
src/playback/audio_encoders.ts:33
↓ 3 callersFunctionMIDIsToFreq
(midi: number[])
src/playback/player.tsx:44
↓ 3 callersFunctiondownloadFile
(blob: Blob, filename: string)
src/components/transpose_import_export/transpose_import_export.tsx:207
↓ 3 callersFunctiondvhToPx
(dvh: number)
src/components/suggestions/chord_grid.tsx:11
↓ 3 callersFunctiongetChordsFromNotes
( notes: { name: string; duration: number; time: number }[], quantization: number, // In beats quantizat
src/playback/midi_io.tsx:106
↓ 3 callersFunctiongetHeadings
(source: string)
src/wiki/utils.tsx:9
↓ 3 callersFunctiongetMidiBlob
( chords: { index: number; token: number; duration: number; variant: number; }[], bpm: n
src/playback/midi_io.tsx:8
↓ 3 callersFunctionpitchClasses
(notes: number[])
src/playback/midi_io.test.ts:13
↓ 2 callersFunctionPageLink
( fullPath: string, title: string, currentPath: string, // Links with children should not be clickable
src/components/wiki/sidenav.tsx:11
↓ 2 callersFunctionSidenavLayer
(tree: WikiTreeNode, path: string, currentPath: string)
src/components/wiki/sidenav.tsx:110
↓ 2 callersFunctionaudioBufferToMp3
(buffer: AudioBuffer)
src/playback/audio_encoders.ts:73
↓ 2 callersFunctionaudioBufferToWav
(buffer: AudioBuffer)
src/playback/audio_encoders.ts:22
↓ 2 callersFunctioncallOnClose
()
src/components/overlays/new_features_overlay.tsx:81
↓ 2 callersFunctioncollapseChords
( chords: { index: number; token: number; duration: number; variant: number; }
src/components/suggestions/suggestions.tsx:94
↓ 2 callersFunctioncycleFormat
(direction: 1 | -1)
src/components/transpose_import_export/transpose_import_export.tsx:316
↓ 2 callersFunctiongenerateText
( items: number[], labels: string[], multipleText: string, noItemsText: string, )
src/components/model_selection/model_selection.tsx:96
↓ 2 callersFunctiongetMDX
( slug: string[] | undefined, components: any, )
src/app/wiki/[[...slug]]/page.tsx:94
↓ 2 callersFunctiongetPitchClassRep
(notes: number[])
src/playback/midi_io.tsx:80
↓ 2 callersFunctiongetPosFromEvent
(event: MouseEvent | TouchEvent)
src/components/timeline/chord.tsx:121
↓ 2 callersFunctiongetPosFromEvent
(event: MouseEvent | TouchEvent)
src/components/timeline/timeline_editor.tsx:377
↓ 2 callersFunctiongetRootNoteValue
(token: number)
src/models/models.tsx:219
↓ 2 callersFunctiongetVariantRep
(notes: number[])
src/playback/midi_io.tsx:91
↓ 2 callersFunctionimportMidi
( includedTracks: boolean[], quantization: number, importBpm: boolean, quantizationMode: strin
src/components/overlays/midi_import_overlay.tsx:81
↓ 2 callersFunctionisOnTimeline
(clientY: number, rect: DOMRect)
src/components/timeline/timeline_editor.tsx:120
↓ 2 callersFunctionmakeBuffer
(channels: Float32Array[], sampleRate = 44100)
src/playback/audio_encoders.test.ts:11
↓ 2 callersFunctionnormalizeStyle
(style: number[])
src/components/suggestions/suggestions.tsx:294
↓ 2 callersFunctionnotesMatch
( notes: number[], searchNotes: number[], matchType: number, )
src/components/suggestions/suggestions.tsx:423
↓ 2 callersFunctiononPlayheadPositionChange
(playheadPosition: number)
src/playback/player.tsx:218
↓ 2 callersFunctionplayNotes
(notes: number[])
src/playback/player.tsx:83
↓ 2 callersFunctionreindexChords
(chords: Chords)
src/components/timeline/chords.tsx:96
↓ 2 callersFunctionrenderSequence
( chords: Chord[], bpm: number, )
src/playback/audio_render.tsx:19
↓ 2 callersFunctionreplaceNoteOnPiano
(note: number)
src/components/piano.tsx:38
↓ 2 callersFunctionsetBpm
(newBpm: number)
src/playback/player.tsx:251
↓ 2 callersFunctionsetLoop
(newLoop: boolean)
src/playback/player.tsx:258
↓ 2 callersFunctionshowTutorial
()
src/components/overlays/welcome_overlay.tsx:64
↓ 2 callersFunctionswitchSelected
( i: number, selectedList: number[], setList: (list: number[]) => void, )
src/components/model_selection/style_dropdown.tsx:33
↓ 2 callersFunctiontriad
(time: number)
src/playback/midi_io.test.ts:65
↓ 2 callersFunctionuseAspectRatio
(serverFallback: number)
src/state/use_client_env.tsx:16
↓ 2 callersFunctionuseBreakpoint
(breakpoint: keyof typeof breakpoints)
src/state/use_breakpoint.tsx:8
↓ 2 callersFunctionuseCustomScrollbar
()
src/state/use_client_env.tsx:36
↓ 2 callersFunctionvariantMatches
(token: number, variantIndex: number)
src/components/suggestions/suggestions.tsx:406
↓ 1 callersFunctionChordGrid
( chordList: ReactElement[], columnCount: number, )
src/components/suggestions/chord_grid.tsx:4
↓ 1 callersFunctionDetails
( key: string, value: WikiTreeNode, fullPath: string, currentPath: string, )
src/components/wiki/sidenav.tsx:43
↓ 1 callersFunctionMIDIToFreq
(midi: number)
src/playback/player.tsx:40
↓ 1 callersFunctionaddPaths
(tree: WikiTreeNode, currentPath = "")
src/app/wiki/[[...slug]]/page.tsx:72
↓ 1 callersFunctionapplyOnce
()
src/components/overlays/variant_overlay.tsx:58
↓ 1 callersFunctionapplyToAll
()
src/components/overlays/variant_overlay.tsx:49
↓ 1 callersFunctionbuildSearchIndex
()
src/wiki/build_index.mjs:49
↓ 1 callersFunctionchangeSelected
( i: number, newValue: number, selectedList: number[], setList: (list: number[]) => void, )
src/components/model_selection/style_dropdown.tsx:44
↓ 1 callersFunctionchangeSelected
()
src/components/timeline/chord.tsx:257
↓ 1 callersFunctioncolor
(t: number)
src/components/suggestions/chord.tsx:6
↓ 1 callersFunctioncompareTrees
(predefinedNode, generatedNode, path = "")
src/wiki/build_index.mjs:114
↓ 1 callersFunctiondeepCompareUpdate
(partial: any, state: any)
src/state/use_store.tsx:18
↓ 1 callersFunctiondropdown
()
src/components/model_selection/style_dropdown.tsx:58
↓ 1 callersFunctionextractMidiFile
(midiFile: Blob)
src/playback/midi_io.tsx:61
↓ 1 callersFunctionextractPlainTextFromMDX
(mdxContent)
src/wiki/build_index.mjs:42
↓ 1 callersFunctionfetchData
()
src/wiki/use_search.tsx:15
↓ 1 callersFunctionfindSiblings
(path: string, tree?: WikiTreeNode)
src/wiki/utils.tsx:57
↓ 1 callersFunctiongetAllMdxFiles
(dirPath, arrayOfFiles = [])
src/wiki/build_index.mjs:14
↓ 1 callersFunctiongetChordsList
()
src/components/suggestions/suggestions.tsx:447
↓ 1 callersFunctiongetColumnSlice
(tensor: any, columnIndex: number)
src/models/models.tsx:46
↓ 1 callersFunctiongetMdxComponents
()
src/components/mdx_components.tsx:41
↓ 1 callersFunctiongetMp3Blob
(chords: Chord[], bpm: number)
src/playback/audio_render.tsx:69
↓ 1 callersFunctiongetWavBlob
(chords: Chord[], bpm: number)
src/playback/audio_render.tsx:63
↓ 1 callersFunctiongetWikiPaths
(tree: WikiTreeNode, parentPath = "")
src/app/sitemap.ts:7
↓ 1 callersFunctionhandleResize
()
src/components/timeline/timeline_editor.tsx:55
↓ 1 callersFunctionhandleScroll
()
src/components/wiki/layout.tsx:41
↓ 1 callersFunctionisOnTicks
(clientY: number, rect: DOMRect)
src/components/timeline/timeline_editor.tsx:364
↓ 1 callersFunctionnoteNameToMidi
(noteName: string)
src/playback/midi_io.tsx:73
↓ 1 callersFunctionotherShortcuts
(e: KeyboardEvent)
src/components/overlays/welcome_overlay.tsx:57
↓ 1 callersFunctionparseFrontmatter
(raw)
src/wiki/build_index.mjs:33
↓ 1 callersFunctionplaySequence
( chords: { index: number; token: number; duration: number; variant: number }[], playheadPosition: number,
src/playback/player.tsx:119
↓ 1 callersFunctionpredict
( chords: { index: number; token: number; duration: number; variant: number; }[], modelP
src/models/models.tsx:69
↓ 1 callersFunctionprocessFirstPreds
( chordProbs: { token: number; prob: number }[], )
src/models/models.tsx:178
↓ 1 callersFunctionprocess_chords
( chords: { index: number; token: number; duration: number; variant: number; }[], )
src/models/models.tsx:19
↓ 1 callersFunctionpxToDvh
(px: number)
src/components/suggestions/chord_grid.tsx:15
↓ 1 callersFunctionpxToDvh
(px: number)
src/components/suggestions/suggestions.tsx:554
↓ 1 callersFunctionresetStore
()
src/state/use_store.test.ts:16
↓ 1 callersFunctionsetAsDefault
()
src/components/overlays/variant_overlay.tsx:65
↓ 1 callersFunctionsetMuteMetronome
(mute: boolean)
src/playback/player.tsx:245
↓ 1 callersFunctionsoftmax
(arr: Float32Array)
src/models/models.tsx:63
↓ 1 callersFunctionstyle
()
src/components/model_selection/model_selection.tsx:94
↓ 1 callersFunctiontick
(id: number)
src/components/timeline/ticks.tsx:41
↓ 1 callersFunctionupdatePlayheadPosition
( setPlayheadPosition: (position: number) => void, partDuration: number, setPlaying: (playing: boolean)
src/playback/player.tsx:180
↓ 1 callersFunctionupdateRowHeight
()
src/components/timeline/timeline_editor.tsx:472
↓ 1 callersFunctionuseSearch
(query: string)
src/wiki/use_search.tsx:11
↓ 1 callersFunctionvariantUseOnce
()
src/components/overlays/variant_overlay.tsx:70
FunctionApp
()
src/components/app.tsx:21
next →1–100 of 203, ranked by callers