mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-01-12 19:16:41 +01:00
Process -> Audio; Layers2 -> Layers
This commit is contained in:
parent
1cbf8de4e4
commit
cd8a808c21
20 changed files with 334 additions and 414 deletions
|
|
@ -1,6 +1,10 @@
|
|||
use crate::*;
|
||||
|
||||
impl Render<Tui> for Sampler {
|
||||
impl Widget for Sampler {
|
||||
type Engine = Tui;
|
||||
fn layout (&self, to: [u16;4]) -> Perhaps<[u16;4]> {
|
||||
todo!()
|
||||
}
|
||||
fn render (&self, to: &mut Tui) -> Perhaps<[u16;4]> {
|
||||
tui_render_sampler(self, to)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue