Skip to content

Commit d2eb3bf

Browse files
committed
Merge branch 'main' of https://github.com/spluta/MMMAudio
2 parents 0bfc33e + 6fecde7 commit d2eb3bf

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

mkdocs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ nav:
7575
- Sinc Interpolation: api/SincInterpolator.md
7676
- Core Framework:
7777
- World: api/MMMWorld.md
78-
- Python Class: api/MMMAudio.md
79-
- Python Mojo Interop: api/MMMAudioBridge.md
78+
- Python MMMAudio Class: api/MMMAudio.md
8079
- Messenger: api/Messenger.md
8180
- Patterns: api/Patterns.md
8281
- Scheduler: api/Scheduler.md

mmm_audio/MMMAudioBridge.mojo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def PyInit_GrainsBridge() -> PythonObject:
3939
_ = Error(String("error creating Python Mojo module: " + String(e)))
4040
abort()
4141

42-
42+
@doc_hidden
4343
@fieldwise_init
4444
struct MMMAudioBridge(Movable, Writable):
4545
var world: World

mmm_audio/__init__.mojo

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ from .functions import *
3131
from .FFT_Processes import *
3232
from .FFT_Functions import *
3333
from .ComplexFFTProcess_Module import *
34-
from .windows_waveforms import *
3534
from .Polyphony import *
3635
from .Patterns import *
3736

0 commit comments

Comments
 (0)