9292 < a href ="/ " class ="flex items-center space-x-2 ">
9393 < div class ="w-8 h-8 rounded-lg flex items-center justify-center ">
9494 < span class ="text-xs font-bold text-slate-950 ">
95- < img src ="img/logo.svg " />
95+ < img src ="img/logo.svg " alt =" Maolan logo " />
9696 </ span >
9797 </ div >
9898 < span class ="font-bold text-lg "> Maolan</ span >
138138 > </ div >
139139 < div class ="max-w-4xl mx-auto text-center relative z-10 ">
140140 < h1 class ="section-title mb-6 text-white "> Maolan</ h1 >
141- < img src ="img/logo.svg " />
141+ < img src ="img/logo.svg " alt =" Maolan logo mark " />
142142 < h1 class ="section-title mb-6 text-cyan-400 ">
143143 An Open Source< br /> Digital Audio Workstation
144144 </ h1 >
@@ -175,7 +175,7 @@ <h2 class="text-4xl font-bold mb-4">See Maolan in Action</h2>
175175 </ p >
176176 </ div >
177177 <!-- DAW Interface Mockup -->
178- < img src ="img/workspace.gif " />
178+ < img src ="img/workspace.gif " alt =" Maolan workspace interface " />
179179 < div class ="grid grid-cols-1 md:grid-cols-3 gap-6 mt-12 ">
180180 < div class ="text-center ">
181181 < h3 class ="font-semibold mb-2 text-xl text-cyan-400 ">
@@ -388,8 +388,9 @@ <h3 class="text-lg font-semibold mb-2 text-white">
388388 Automation & Envelopes
389389 </ h3 >
390390 < p class ="text-slate-400 ">
391- Create dynamic automations for volume, pan, plugin parameters.
392- Create session and track templates.
391+ Create track and plugin automation for volume, balance, mute, and
392+ loaded CLAP, VST3, or LV2 parameters. Save session and track
393+ templates for repeatable setups.
393394 </ p >
394395 </ div >
395396 < div class ="feature-card rounded-lg p-6 ">
@@ -414,8 +415,9 @@ <h3 class="text-lg font-semibold mb-2 text-white">
414415 Plugin Hosting & Routing
415416 </ h3 >
416417 < p class ="text-slate-400 ">
417- Load VST3/LV2 plugins, create complex routing chains, and design
418- custom signal flows.
418+ Load CLAP, VST3, and LV2 plugins, create complex routing chains,
419+ and design custom signal flows with explicit audio, MIDI, and
420+ sidechain paths.
419421 </ p >
420422 </ div >
421423 < div class ="feature-card rounded-lg p-6 ">
@@ -440,8 +442,8 @@ <h3 class="text-lg font-semibold mb-2 text-white">
440442 Export & Format Support
441443 </ h3 >
442444 < p class ="text-slate-400 ">
443- Export to WAV, FLAC, MP3 , and other common formats. Save projects
444- in open formats .
445+ Export mixdowns or stems to WAV, MP3, OGG , and FLAC with
446+ normalization and master-limiter options saved in the session .
445447 </ p >
446448 </ div >
447449 < div class ="feature-card rounded-lg p-6 ">
@@ -510,7 +512,8 @@ <h3 class="text-lg font-semibold mb-2 text-white">
510512 </ h3 >
511513 < p class ="text-slate-400 ">
512514 Edit audio clips and MIDI notes with precision. Use the piano
513- roll for composing melodies and harmonies.
515+ roll for composing melodies and harmonies, with clip grouping
516+ and per-clip FX available for deeper editing workflows.
514517 </ p >
515518 </ div >
516519 </ div >
@@ -527,8 +530,9 @@ <h3 class="text-lg font-semibold mb-2 text-white">
527530 Plugin & Routing
528531 </ h3 >
529532 < p class ="text-slate-400 ">
530- Load VST3/LV2 plugins on tracks. Create complex routing chains
531- for parallel processing and effects.
533+ Load CLAP, VST3, and LV2 plugins on tracks. Create explicit
534+ routing chains for parallel processing, sidechains, and MIDI
535+ flow.
532536 </ p >
533537 </ div >
534538 </ div >
@@ -781,8 +785,9 @@ <h2 class="text-4xl font-bold mb-12 text-center">
781785 </ summary >
782786 < div class ="px-6 pb-6 text-gray-400 ">
783787 < br />
784- Maolan is built with Rust and currently supports Linux, and
785- FreeBSD. You can build it from source on any of these platforms.
788+ Maolan is built with Rust and supports Linux, FreeBSD, and macOS.
789+ Linux and FreeBSD builds currently force the X11 backend at
790+ startup, while macOS uses the native host path.
786791 </ div >
787792 </ details >
788793 < details
@@ -796,9 +801,45 @@ <h2 class="text-4xl font-bold mb-12 text-center">
796801 </ summary >
797802 < div class ="px-6 pb-6 text-gray-400 ">
798803 < br />
799- Maolan currently supports VST3 and LV2 plugin formats. Support for
800- additional formats may be added as the project develops. Check the
801- GitHub repository for the latest plugin compatibility information.
804+ Maolan currently supports CLAP, VST3, and LV2 plugin formats on
805+ Linux and FreeBSD. macOS builds support CLAP and VST3, while LV2
806+ remains Unix-only in the current codebase.
807+ </ div >
808+ </ details >
809+ < details
810+ class ="group bg-gray-900 border border-gray-800 rounded-lg overflow-hidden "
811+ >
812+ < summary
813+ class ="flex items-center justify-between p-6 cursor-pointer hover:bg-gray-800/50 transition font-semibold "
814+ >
815+ < span > How does autosave and recovery work?</ span >
816+ < span class ="text-2xl group-open:rotate-180 transition "> +</ span >
817+ </ summary >
818+ < div class ="px-6 pb-6 text-gray-400 ">
819+ < br />
820+ Maolan writes autosave snapshots every 15 seconds into
821+ < code > <session>/.maolan_autosave/snapshots/<timestamp>/</ code > .
822+ On startup or when opening a session, it can detect when a newer
823+ snapshot exists, preview track and clip count changes, and recover
824+ the latest valid snapshot first.
825+ </ div >
826+ </ details >
827+ < details
828+ class ="group bg-gray-900 border border-gray-800 rounded-lg overflow-hidden "
829+ >
830+ < summary
831+ class ="flex items-center justify-between p-6 cursor-pointer hover:bg-gray-800/50 transition font-semibold "
832+ >
833+ < span > Does Maolan support templates?</ span >
834+ < span class ="text-2xl group-open:rotate-180 transition "> +</ span >
835+ </ summary >
836+ < div class ="px-6 pb-6 text-gray-400 ">
837+ < br />
838+ Yes. Session templates preserve track structure, routing, plugin
839+ graphs, plugin state, metadata, and export settings. Track
840+ templates preserve one track's settings, plugin graph, plugin
841+ state, and that track's connections, while intentionally leaving
842+ out audio and MIDI clips.
802843 </ div >
803844 </ details >
804845 < details
0 commit comments