File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
4444struct MMMAudioBridge (Movable , Writable ):
4545 var world : World
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ from .functions import *
3131from .FFT_Processes import *
3232from .FFT_Functions import *
3333from .ComplexFFTProcess_Module import *
34- from .windows_waveforms import *
3534from .Polyphony import *
3635from .Patterns import *
3736
You can’t perform that action at this time.
0 commit comments