Commit graph

1727 commits

Author SHA1 Message Date
🪞👃🪞 6f8a677b7a move midi import example 2025-05-09 01:49:53 +03:00
🪞👃🪞 780fd6694b docs: update build instructions 2025-05-09 01:49:22 +03:00
🪞👃🪞 1b48e10d2d clock: replace provide calls with expose stubs 2025-05-09 00:07:12 +03:00
🪞👃🪞 e3b12a1d36 add old tengri demo 2025-05-08 22:06:40 +03:00
🪞👃🪞 16d267523b wip: now just gotta fix 26 type errors 2025-05-08 19:51:39 +03:00
🪞👃🪞 ee7f9dcf12 wip: update all command definitions to use proc macro 2025-05-08 17:39:15 +03:00
🪞👃🪞 a8be2e9dad add getter/setters to note cursor traits 2025-05-08 03:19:47 +03:00
🪞👃🪞 a6100ab1d6 wip: more api refactor 2025-05-08 02:54:26 +03:00
🪞👃🪞 04af945ea0 cleanup 2025-05-07 17:34:58 +03:00
🪞👃🪞 9f9de3fafb wip: refactor command definitions 2025-05-06 23:53:44 +03:00
🪞👃🪞 1b926b0338 extract pool, scene, track 2025-05-04 19:02:22 +03:00
🪞👃🪞 a3beab0f36 modal -> dialog; extract dialog, selection, editor 2025-05-04 18:59:59 +03:00
🪞👃🪞 6286d69824 wip: device: reenable lv2 support 2025-05-04 18:23:44 +03:00
🪞👃🪞 bb325869c2 prefix sampler names 2025-05-04 17:59:56 +03:00
🪞👃🪞 16e9405b1f autoconnect newly added sampler 2025-05-04 16:51:38 +03:00
🪞👃🪞 ebd0f18c9c add MessageCommand::Dismiss 2025-05-04 16:42:48 +03:00
🪞👃🪞 0a090765d3 add Modal::Message to handle errors 2025-05-04 16:38:34 +03:00
🪞👃🪞 a77536c234 device picker 2025-05-04 16:23:50 +03:00
🪞👃🪞 55b6745d4d use expose! macro for MidiPool and MidiEditor 2025-05-04 15:43:51 +03:00
🪞👃🪞 79bf493004 top-level view bindings now use proc macro 2025-05-04 15:30:10 +03:00
🪞👃🪞 ff2e981e18 wip: start converting api bindings to attr macros 2025-05-03 15:32:47 +03:00
🪞👃🪞 a67481ab04 swap ins/outs; start adding device slots 2025-05-03 14:57:55 +03:00
🪞👃🪞 944fcfa017 misc view tweaks 2025-05-03 03:00:53 +03:00
🪞👃🪞 b4761a9679 deps: tengri 0.13.0 + misc 2025-05-03 02:15:01 +03:00
🪞👃🪞 866327bbe7 expose mode flags for input layers 2025-05-03 02:12:52 +03:00
🪞👃🪞 3fd045cf93 config: embed default configs 2025-05-03 01:51:36 +03:00
🪞👃🪞 d427dc409d config: extract read_and_leak; almost done with layer-if 2025-05-03 01:47:32 +03:00
🪞👃🪞 cd8d85bd97 config: refactor, prepare to load keys 2025-05-02 22:47:10 +03:00
🪞👃🪞 aefc147347 config: load view (and maybe name/info?) 2025-05-02 21:05:06 +03:00
🪞👃🪞 0efcb7f0fe wip: load view/keys config from unified file 2025-05-02 20:41:29 +03:00
🪞👃🪞 26baa8127d wip: unify view/keys configs 2025-05-02 19:10:50 +03:00
🪞👃🪞 6ed0627056 app: wrap keys and view in Configuration 2025-05-02 18:56:49 +03:00
🪞👃🪞 0e5207a79d device: stub some future features 2025-05-02 18:50:42 +03:00
🪞👃🪞 b0c936bda0 app: organize some commands 2025-05-02 18:50:21 +03:00
🪞👃🪞 0533ea92ac pool: remove InputMap 2025-05-02 17:44:53 +03:00
🪞👃🪞 457e6bb7eb editor: remove InputMap 2025-05-02 17:38:27 +03:00
🪞👃🪞 a22a793c31 refactor into fewer crates, pt.2 2025-05-02 17:20:53 +03:00
🪞👃🪞 77703d83a5 wip: refactor into fewer crates 2025-05-01 17:39:29 +03:00
🪞👃🪞 c367a0444e apply scroll to input headers 2025-05-01 17:16:38 +03:00
🪞👃🪞 8adbdc5bc7 add new Selection variants 2025-05-01 16:18:00 +03:00
🪞👃🪞 7b432d12b4 replace track_next_name with monotonic counter 2025-05-01 01:23:12 +03:00
🪞👃🪞 3c2d490f83 track: remove ports on delete 2025-05-01 01:20:12 +03:00
🪞👃🪞 80964d5b4a jack: add Port::close 2025-05-01 01:19:01 +03:00
🪞👃🪞 57e0f64056 bump tengri 2025-05-01 01:18:37 +03:00
🪞👃🪞 daaa4f7bef filter help by current state 2025-04-30 22:05:02 +03:00
🪞👃🪞 9f30f77aee help: display all keybinds 2025-04-30 21:51:15 +03:00
🪞👃🪞 9bc4e3fb5f delete track/scene 2025-04-30 20:30:55 +03:00
🪞👃🪞 2fd7d7b39f wip: layered keymaps 2025-04-29 03:43:29 +03:00
🪞👃🪞 5696cbbebb wip: move to layered handlers 2025-04-28 04:55:38 +03:00
🪞👃🪞 3561867640 wip: layered handler 2025-04-27 18:57:50 +03:00