-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix chuck button display on mobile after adding record button
- Loading branch information
1 parent
c6eabac
commit 6c83436
Showing
3 changed files
with
24 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,15 @@ | ||
//-------------------------------------------------------- | ||
// title: Recorder | ||
// desc: Recording audio from ChucK VM with a simple button | ||
// - when no shreds, arm recorder waiting for addShred (play) | ||
// - when shreds, start recording | ||
// - when recording and no shreds, stop recording | ||
// adapted from celeste betancur 220a recorder | ||
// | ||
// author: terry feng ([email protected]) | ||
// date: April 2024 | ||
//-------------------------------------------------------- | ||
|
||
import Console from "./console"; | ||
import ProjectSystem from "./fileExplorer/projectSystem"; | ||
import VmMonitor from "./vmMonitor"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters