LocalModels runs registry models in-process (install state, resumable downloads, recorded licence acknowledgements at $MAKEPAD_HOME/license_acks.json, weight paths by file role) and libs/ai/hub_ui is the install panel + licence modal every app can embed. New native ports: Beat This! (beats + downbeats) and Basic Pitch (note transcription) with their registry entries; the Salamander Drumkit samples (CC BY-SA 3.0, 37 files pinned by size and sha256) as a sample bank the downloader fetches like a model. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
10 lines
283 B
TOML
10 lines
283 B
TOML
[package]
|
|
name = "makepad-ai-beats"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "Native Beat This! beat/downbeat tracking on the makepad ggml graph runtime"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
makepad-ai-common = { path = "../common" }
|
|
makepad-ai-loader = { path = "../../loader" }
|