Skip to content

Commit 3283c86

Browse files
Add TODO
1 parent 5028395 commit 3283c86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

supriya/mixers/tracks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,7 @@ def output_levels(self) -> Tuple[float, ...]:
482482
and context.shared_memory
483483
):
484484
return context.shared_memory[bus.id_ : bus.id_ + len(bus)]
485+
# TODO: Implement SHM on Windows
485486
return (0.0,) * 2
486487

487488
@property

0 commit comments

Comments
 (0)