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>
11 lines
331 B
TOML
11 lines
331 B
TOML
[package]
|
|
name = "makepad-ai-notes"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "Native Spotify Basic Pitch polyphonic note transcription"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
makepad-ai-common = { path = "../common" }
|
|
makepad-ai-loader = { path = "../../loader" }
|
|
makepad-midi-file = { path = "../../../midi_file" }
|