MCPcopy Create free account

hub / github.com/Asvarox/allkaraoke / functions

Functions1,524 in github.com/Asvarox/allkaraoke

↓ 2 callersFunctionseekToPreviousSection
(padding?: seconds)
src/routes/convert/steps/sync-lyrics-to-video/edit-song.tsx:190
↓ 2 callersFunctionseekToSubsequentSection
(direction: -1 | 1, padding?: seconds)
src/routes/convert/steps/sync-lyrics-to-video/edit-song.tsx:177
↓ 2 callersFunctionselectPlayer
(player: 0 | 1 | 2 | 3 | null)
src/routes/remote-mic/components/player-change-modal.tsx:24
↓ 2 callersFunctionsetMic
(input: InputSource)
src/routes/select-input/variants/built-in.tsx:85
↓ 2 callersMethodsetOrChangeMicAssignment
(micColor: micColorType)
tests/page-objects/remote-mic/remote-mic-change-mic-color-page.ts:12
↓ 2 callersFunctionsimpleRoundRect
( ctx: CanvasRenderingContext2D, x: number, y: number, width: number, height: number, radius: numb
src/modules/game-engine/drawing/elements/round-rect.ts:1
↓ 2 callersMethodsortColumnDescending
(name: string)
tests/page-objects/admin-unverified-songs-table.ts:42
↓ 2 callersFunctionstartSong
(setup: SingSetup)
src/routes/sing-a-song/song-selection/components/song-settings/song-settings.tsx:19
↓ 2 callersFunctionstoreGameCode
(gameCode: string)
src/modules/remote-mic/network/server/network-server.ts:16
↓ 2 callersFunctionstoreSongStats
(song: Pick<SongPreview, 'artist' | 'title'>, stats: SongStats)
src/modules/songs/stats/common.ts:44
↓ 2 callersMethodsubmitIssueWithKeyboard
(remoteMic?: Page)
tests/page-objects/rate-unfinished-song-page.ts:82
↓ 2 callersFunctionswitchToTheme
(theme: backgroundTheme)
src/modules/game-engine/drawing/styles.ts:124
↓ 2 callersMethodtableRow
(rowNumber: number)
tests/page-objects/admin-unverified-songs-table.ts:26
↓ 2 callersMethodtimeSeekControls
(control: string)
tests/page-objects/song-edit-sync-lyrics-to-video-page.ts:46
↓ 2 callersMethodtoggleColumnVisibility
(columnName: columnNameType)
tests/components/songs-table.ts:86
↓ 2 callersMethodtoggleFullscreen
()
tests/components/toolbar.ts:26
↓ 2 callersMethodtoggleHelp
()
tests/components/toolbar.ts:14
↓ 2 callersMethodtoggleLanguage
(language: string)
tests/page-objects/remote-mic/remote-mic-song-languages-page.ts:14
↓ 2 callersFunctiontrackSongData
(event: keyof typeof events)
src/routes/game/event-listeners.ts:13
↓ 2 callersMethodunassignManagedPlayer
()
tests/page-objects/remote-mic/remote-mic-manage-player-page.ts:21
↓ 2 callersMethodunassignOwnPlayer
()
tests/page-objects/remote-mic/remote-mic-change-mic-color-page.ts:29
↓ 2 callersFunctionunauthorizedResponse
()
functions/unverified-songs-browser-admin-auth.ts:16
↓ 2 callersMethodundoLastChange
()
tests/page-objects/song-edit-sync-lyrics-to-video-page.ts:171
↓ 2 callersFunctionuniqueCharactersCount
(str: string)
src/modules/songs/utils/merge-tracks.ts:12
↓ 2 callersFunctionupdateUnverifiedSong
( kvNamespace: KVNamespace, sharedSongId: string, update: UnverifiedSongUpdate, )
functions/unverified-songs-store.ts:143
↓ 2 callersFunctionupsertCloudflareUnverifiedSongFixture
(request: APIRequestContext)
tests/unverified-songs-cloudflare-fixture.ts:4
↓ 2 callersFunctionupsertUnverifiedSongRecord
(record: UnverifiedSongRecord)
scripts/cicd/unverified-songs-admin-client.ts:55
↓ 2 callersFunctionuseBlockScroll
()
src/modules/hooks/use-block-scroll.ts:5
↓ 2 callersFunctionuseBreakpoint
()
src/modules/hooks/use-breakpoint.ts:57
↓ 2 callersFunctionuseCurrentSectionIndex
( sections: Section[], player: PlayerRef | null, beatLength: number, gap: number, )
src/routes/game/singing/hooks/use-current-section-index.ts:5
↓ 2 callersFunctionuseDevicePing
(deviceId?: string)
src/routes/select-input/hooks/use-device-ping.ts:4
↓ 2 callersFunctionuseFullscreen
()
src/modules/hooks/use-fullscreen.ts:4
↓ 2 callersFunctionuseMySongList
()
src/routes/remote-mic/panels/remote-song-list/use-my-song-list.ts:8
↓ 2 callersFunctionusePlayerColor
(playerNumber: 0 | 1 | 2 | 3)
src/modules/elements/volume-indicator.tsx:8
↓ 2 callersFunctionuseRemoteMicAutoselect
()
src/routes/select-input/hooks/use-remote-mic-autoselect.ts:7
↓ 2 callersFunctionuseRemoteMicServerStatus
()
src/modules/remote-mic/hooks/use-remote-mic-server-status.ts:8
↓ 2 callersFunctionuseResponsiveValue
(value: ResponsiveValue<T>)
src/modules/elements/akui/hooks/use-responsive-value.ts:7
↓ 2 callersFunctionuseServerQuery
( queryFn: () => Promise<T>, deps: unknown[] = [], )
src/modules/remote-mic/network/client/hooks/use-server-query.ts:6
↓ 2 callersFunctionuseSong
(songId: string, options?: UseSongOptions)
src/modules/songs/hooks/use-song.ts:13
↓ 2 callersFunctionuseSongStats
(song: Pick<SongPreview, 'artist' | 'title'>)
src/modules/songs/stats/hooks.ts:7
↓ 2 callersFunctionuseUnverifiedSongsSearch
({ searchText, fallbackThreshold, regularResultsCount, existingSongIds, }: Props)
src/routes/sing-a-song/song-selection/hooks/use-unverified-songs-search.ts:13
↓ 2 callersFunctionuseVideoPlayer
( playerRef: RefObject<VideoPlayerRef | null>, onTimeUpdate?: (timeMs: milliseconds) => void, )
src/routes/game/singing/hooks/use-video-player.ts:6
↓ 2 callersFunctionwait
(ms)
scripts/utils.cjs:6
↓ 2 callersFunctionwaitForCanvasFixtureSetup
(page: Page)
src/modules/game-engine/drawing/canvas-drawing.spec.tsx:10
↓ 2 callersFunctionwaitForCanvasToDraw
(page: Page)
src/modules/game-engine/drawing/canvas-drawing.spec.tsx:18
↓ 1 callersFunctionYIN
(params: Partial<YinConfig> = {})
src/modules/game-engine/input/mic-strategies/yin.ts:57
↓ 1 callersFunctionaddPauseSections
(sections: NotesSection[], padSizeBeats = 10)
src/modules/songs/utils/process-song/normalise-section-paddings.ts:23
↓ 1 callersFunctionanimate
()
src/modules/elements/snow.tsx:64
↓ 1 callersFunctionapplyChanges
(song: Song, changes: ChangeRecord[])
src/routes/convert/steps/sync-lyrics-to-video/edit-song.tsx:37
↓ 1 callersMethodapplyEstimatedTempoBpm
()
tests/page-objects/song-edit-sync-lyrics-to-video-page.ts:119
↓ 1 callersFunctionapplyLyricChanges
(song: Song, lyricChanges: Record<number, Record<number, Record<number, string>>>)
src/routes/convert/steps/sync-lyrics-to-video/edit-song.tsx:69
↓ 1 callersFunctionapplyTrackNames
(song: Song, trackNames: (string | undefined)[])
src/routes/convert/steps/sync-lyrics-to-video/edit-song.tsx:61
↓ 1 callersFunctionarrSum
(arr: number[])
src/modules/songs/utils/generate-player-changes.ts:65
↓ 1 callersFunctionbuildQuery
(opts: { userIds: string[]; hoursFrom: number; hoursTo: number })
scripts/cicd/promote-shared-songs-to-unverified.ts:92
↓ 1 callersFunctioncalculateAmplitude
(groups: number[][])
src/modules/songs/utils/generate-player-changes.ts:41
↓ 1 callersFunctioncalculateProperBPM
(desiredEndMs: number, song: Song)
src/routes/convert/calculate-proper-bpm.ts:4
↓ 1 callersMethodcalculateVolume
(input: Float32Array)
src/modules/game-engine/input/simplified-mic.tsx:98
↓ 1 callersMethodcalculateVolume
(input: Float32Array)
src/modules/game-engine/input/mic-input.tsx:106
↓ 1 callersMethodchangeLyricsGapShiftBy
(value: string)
tests/page-objects/song-edit-sync-lyrics-to-video-page.ts:78
↓ 1 callersMethodchangeVideoGapShiftBy
(value: string)
tests/page-objects/song-edit-sync-lyrics-to-video-page.ts:66
↓ 1 callersMethodcleanup
()
src/modules/remote-mic/remote-mic-input.ts:50
↓ 1 callersMethodclickToCloseSongsGroup
(artistName: string)
tests/page-objects/remote-mic/remote-mic-song-list-page.ts:151
↓ 1 callersMethodclickToSaveCalibration
()
tests/components/calibration.ts:33
↓ 1 callersMethodclickToSelectSongCheckbox
(songID: string)
tests/page-objects/manage-setlists-page.ts:128
↓ 1 callersFunctionclosePauseMenu
()
src/routes/game/singing/player.tsx:132
↓ 1 callersFunctionconfirm
()
src/routes/remote-mic/panels/microphone/confirm-readiness.tsx:52
↓ 1 callersMethodconfirmWifiConnection
()
tests/page-objects/join-existing-game-page.ts:10
↓ 1 callersMethodconnect
( roomId: string, onConnect: () => void, onClose: (reason: transportCloseReason, originalEvent: an
src/modules/remote-mic/network/server/transport/interface.ts:22
↓ 1 callersFunctioncreateCanvas
(w: number, h: number)
src/modules/game-engine/drawing/elements/cache/utils/create-canvas.ts:1
↓ 1 callersFunctioncreateRpcProxy
( getTransport: () => ClientTransport | undefined, onDisconnect: (callback: () => void) => () => void, )
src/modules/remote-mic/network/rpc/rpc-client.ts:16
↓ 1 callersFunctioncreateSharedSongId
(testInfo: TestInfo)
tests/unverified-songs-admin-helper.ts:32
↓ 1 callersFunctioncreateSharedSongIdFromProjectAndTitle
(projectName: string, title: string)
tests/admin-unverified-songs.spec.ts:30
↓ 1 callersFunctioncyrb128
(str: string)
src/modules/utils/seeded-random.ts:7
↓ 1 callersFunctiondebugPitches
(ctx: CanvasRenderingContext2D, data: DrawingData)
src/modules/game-engine/drawing/elements/debug-pitches.ts:5
↓ 1 callersFunctiondecodeSongList
([editableMarked, ...encodedStringArray]: string)
src/modules/songs/utils/setlists.ts:10
↓ 1 callersFunctiondeleteAdminSong
()
src/routes/edit/edit.tsx:48
↓ 1 callersMethoddeleteAdminUnverifiedSong
()
tests/page-objects/song-edit-sync-lyrics-to-video-page.ts:26
↓ 1 callersMethoddeleteButtonForSharedSongId
(sharedSongId: string)
tests/page-objects/admin-unverified-songs-table.ts:10
↓ 1 callersMethoddeleteSongBySharedSongId
(sharedSongId: string)
tests/page-objects/admin-unverified-songs-table.ts:86
↓ 1 callersMethoddismissMobileModePrompt
()
tests/page-objects/landing-page.ts:23
↓ 1 callersFunctiondispatchClientCall
(method: string, args: any[])
src/modules/remote-mic/network/client/client-handlers.ts:22
↓ 1 callersMethoddownloadSong
(songID: string)
tests/page-objects/edit-songs-page.ts:38
↓ 1 callersFunctiondrawHearts
(x: number, y: number, size: number, time: number)
src/modules/elements/background/eurovision.tsx:79
↓ 1 callersFunctiondrawPlayerCanvas
(drawingData: DrawingData)
src/modules/game-engine/drawing/elements/debug-player-canvas.ts:4
↓ 1 callersFunctiondrawPlayerFrequencyTrace
( ctx: CanvasRenderingContext2D, x: number, y: number, width: number, height: number, playerNote:
src/modules/game-engine/drawing/elements/player-frequency-trace.ts:4
↓ 1 callersFunctiondrawRawPlayerNote
( ctx: CanvasRenderingContext2D, x: number, y: number, width: number, height: number, playerNumber
src/modules/game-engine/drawing/elements/cache/elements/player-note.ts:5
↓ 1 callersFunctiondrawSnowflake
(snowflake: Snowflake)
src/modules/elements/snow.tsx:41
↓ 1 callersFunctioneaseOutCubic
(x: number)
src/routes/game/singing/post-game/views/results/score-bar.tsx:9
↓ 1 callersFunctioneasing
(x: number)
src/routes/game/singing/post-game/views/results/score-bar.tsx:13
↓ 1 callersMethodeditButtonForSharedSongId
(sharedSongId: string)
tests/page-objects/admin-unverified-songs-table.ts:14
↓ 1 callersMethodeditSong
(songID: string)
tests/page-objects/edit-songs-page.ts:33
↓ 1 callersMethodeditSongBySharedSongId
(sharedSongId: string)
tests/page-objects/admin-unverified-songs-table.ts:90
↓ 1 callersFunctionemitRendered
(options: HtmlPrerenderOptions, config: ResolvedConfig | null)
vite-plugin-html-prerender/src/prerender.ts:30
↓ 1 callersFunctionenableCamera
()
src/routes/settings/settings.tsx:43
↓ 1 callersMethodenableMobilePhoneMode
()
tests/page-objects/landing-page.ts:27
↓ 1 callersFunctionencodeSongList
(songList: number[], isEditable: boolean)
src/modules/songs/utils/setlists.ts:1
↓ 1 callersMethodensureAllLanguagesAreDeselected
()
tests/page-objects/song-languages-page.ts:64
↓ 1 callersFunctionensureMaskPropsRegistered
()
src/modules/elements/akui/selector.tsx:83
↓ 1 callersMethodensureSearchInputVisible
()
tests/page-objects/remote-mic/remote-mic-song-list-page.ts:88
↓ 1 callersMethodenterArtistOrigin
(countryIsoCode: string)
tests/page-objects/song-edit-metadata-page.ts:66
← previousnext →501–600 of 1,524, ranked by callers