Skip to content

Commit

Permalink
$mol_audio_room duration mem
Browse files Browse the repository at this point in the history
  • Loading branch information
zerkalica committed Dec 29, 2023
1 parent 10aa7cc commit 25aad23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion audio/demo/vibe/vibe.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $mol_audio_demo_vibe $mol_example_small
Filter null
value? <=> shape? null
options /$mol_audio_vibe_shape
\sine
\sine
\square
\sawtooth
\triangle
Expand Down
2 changes: 1 addition & 1 deletion audio/instrument/instrument.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace $ {
return 1
}

promise = $mol_promise<void>()
protected promise = $mol_promise<void>()

@ $mol_mem
wait() {
Expand Down
1 change: 1 addition & 0 deletions audio/room/room.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ namespace $ {
return .5
}

@ $mol_mem
duration() {
let duration = 0
for (const input of this.input_connected()) {
Expand Down

0 comments on commit 25aad23

Please sign in to comment.