mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 12:46:42 +01:00
fix reexport mess + document modules
This commit is contained in:
parent
7d6bdcca99
commit
317547c6b2
14 changed files with 383 additions and 350 deletions
|
|
@ -79,18 +79,3 @@ render!(TransportToolbar |self, buf, area| {
|
|||
|
||||
]).render(buf, area)
|
||||
});
|
||||
|
||||
// Record button/indicator
|
||||
//&|buf: &mut Buffer, Rect { x, y, .. }: Rect|{
|
||||
//"⏺ REC".blit(buf, x, y, Some(if self.record { red } else { dim }))
|
||||
//},
|
||||
|
||||
//// Overdub button/indicator
|
||||
//&|buf: &mut Buffer, Rect { x, y, .. }: Rect|{
|
||||
//"⏺ DUB".blit(buf, x, y, Some(if self.overdub { yellow } else { dim }))
|
||||
//},
|
||||
|
||||
//// Monitor button/indicator
|
||||
//&|buf: &mut Buffer, Rect { x, y, .. }: Rect|{
|
||||
//"⏺ MON".blit(buf, x, y, Some(if self.monitor { green } else { dim }))
|
||||
//},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue