| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-22 | 752 Bytes | |
| v0.57.8_ Live export crash + cabinet effect fixes source code.tar.gz | 2026-06-22 | 137.9 MB | |
| v0.57.8_ Live export crash + cabinet effect fixes source code.zip | 2026-06-22 | 137.6 MB | |
| Totals: 3 Items | 275.5 MB | 0 | |
Audio/live-engine holes of the same "a setting or path handles only part of the structure" kind.
LiveEngine.export_recording()no longer crashes. It referenced an undefinedNOTE_NAMES, so every export of a recorded session raisedNameError. Recorded sessions now export to a Score/MIDI correctly.- The cabinet (amp) effect is no longer silently dropped. It was applied for plain melodic parts but skipped in two paths: parts with automation (the automation effect-check omitted it) and drum parts (the drum effect-check omitted it). Both now apply cabinet.
Known gap (noted, not yet fixed): a legato=True part ignores several synth settings (humanize, detune, sub_osc, noise, filter modulation, analog) that non-legato parts honor.