Commit c9c5d48
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
148 | 150 | | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
153 | 168 | | |
154 | 169 | | |
155 | | - | |
| 170 | + | |
156 | 171 | | |
157 | 172 | | |
158 | 173 | | |
| |||
181 | 196 | | |
182 | 197 | | |
183 | 198 | | |
184 | | - | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
185 | 202 | | |
186 | 203 | | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
187 | 215 | | |
188 | 216 | | |
189 | 217 | | |
| |||
Submodule supersonic updated 50 files
- .github/workflows/native.yml+51
- CMakeLists.txt+40
- docs/API.md+50-12
- js/supersonic.js+14
- src/audio_processor.cpp+82-52
- src/native/AggregateDeviceHelper.cpp+1-1
- src/native/Main.cpp+3-3
- src/native/OscUdpServer.cpp+12
- src/native/SupersonicEngine.cpp+28-10
- src/native/SupersonicEngine.h+18-9
- src/nif/supersonic_nif.cpp+2-2
- src/rt_alloc.h+36
- src/scheduler/BundleScheduler.h+91-1
- src/scsynth/common/server_shm.hpp+56-11
- src/scsynth/external_libraries/TLSF-2.4.6/src/tlsf.c+7
- src/scsynth/include/common/SC_Types.h+6
- src/scsynth/include/common/clz.h+5
- src/scsynth/include/common/function_attributes.h+9
- src/scsynth/include/plugin_interface/Hash.h+5
- src/scsynth/plugins/OscUGens.cpp+15
- src/scsynth/plugins/TriggerUGens.cpp+7-5
- src/scsynth/server/SC_GraphDef.cpp+17-12
- src/scsynth/server/SC_Node.cpp+5-2
- src/scsynth/server/SC_SequencedCommand.cpp+5-1
- src/scsynth/server/SC_UnitDef.cpp+4-1
- src/shared_memory.h+61-29
- src/workers/Prescheduler.cpp+145-5
- src/workers/Prescheduler.h+12
- supersonic.d.ts+29
- test/engine_state.spec.mjs+102
- test/native/CMakeLists.txt+2
- test/native/EngineFixture.cpp+4-4
- test/native/OscTestUtils.cpp+7-1
- test/native/test_cold_swap.cpp+3-3
- test/native/test_config_validation.cpp+15-15
- test/native/test_device_management.cpp+1-1
- test/native/test_engine_lifecycle.cpp+19-19
- test/native/test_engine_state.cpp+8-8
- test/native/test_headless_fallback.cpp+13-13
- test/native/test_input_channels.cpp+1-1
- test/native/test_lifecycle_leaks.cpp+9-9
- test/native/test_main.cpp+42
- test/native/test_metrics.cpp+453-97
- test/native/test_metrics_shm.cpp+97
- test/native/test_multichannel.cpp+10-10
- test/native/test_priority_queue.cpp+137
- test/native/test_rapid_switching.cpp+1-1
- test/native/test_rt_alloc.cpp+317
- test/native/test_scheduling_accuracy.cpp+153
- test/prescheduler_metric_coverage.spec.mjs+98
0 commit comments