@@ -658,83 +658,91 @@ <h2 class="section-title">Hear it in action</h2>
658658 < h2 class ="section-title "> What it can do</ h2 >
659659 < p style ="font-size:1.2rem; font-weight:500; margin-bottom:2rem; opacity:0.85; "> Try out some examples on < a href ="/editor/ " style ="color:#FFDD00; text-decoration:underline; text-underline-offset:3px; "> AMYboard online</ a > , and send them to your AMYboard in seconds!</ p >
660660 < div class ="can-do-grid ">
661- < a href ="/editor/?mode=simulate&env=acid_generator&user=shorepine&tab=patch " class ="can-do-item " style ="text-decoration:none; color:#fff; ">
661+ < a href ="/editor/?mode=simulate&env=acid_generator&user=shorepine&play=1& tab=patch " class ="can-do-item " style ="text-decoration:none; color:#fff; ">
662662 < span class ="can-do-title "> Generative Acid patch (303 + 808)</ span >
663663 < span class ="can-do-desc "> We set up a TB303 and 808 and play a generative pattern. Twiddle the knobs!!</ span >
664664 </ a >
665- < a href ="/editor/?mode=simulate&env=woodpiano&user=shorepine&tab=code " class ="can-do-item " style ="text-decoration:none; color:#fff; ">
665+ < a href ="/editor/?mode=simulate&env=drum_machine&user=shorepine&play=1&tab=code " class ="can-do-item " style ="text-decoration:none; color:#fff; ">
666+ < span class ="can-do-title "> Gamma9001 drum machine</ span >
667+ < span class ="can-do-desc "> Three drum channels at once: a main kit rotating through all six Gamma9001 banks, TR-909 hats, and a tabla/shaker percussion layer.</ span >
668+ </ a >
669+ < a href ="/editor/?mode=simulate&env=woodpiano&user=shorepine&play=1&tab=code " class ="can-do-item " style ="text-decoration:none; color:#fff; ">
666670 < span class ="can-do-title "> A custom 4-op FM synth</ span >
667671 < span class ="can-do-desc "> We set up a custom ALGO patch in Python modeled after the infamous WOOD PIANO preset.</ span >
668672 </ a >
669- < a href ="/editor/?mode=simulate&env=methodical_mid&user=shorepine&tab=code " class ="can-do-item " style ="text-decoration:none; color:#fff; ">
673+ < a href ="/editor/?mode=simulate&env=methodical_mid&user=shorepine&play=1& tab=code " class ="can-do-item " style ="text-decoration:none; color:#fff; ">
670674 < span class ="can-do-title "> Play a MIDI file</ span >
671675 < span class ="can-do-desc "> We load a MIDI file from disk and play it with a synth patch.</ span >
672676 </ a >
673- < a href ="/editor/?mode=simulate&env=spacey&user=shorepine&tab=patch " class ="can-do-item " style ="text-decoration:none; color:#fff; ">
677+ < a href ="/editor/?mode=simulate&env=spacey&user=shorepine&play=1& tab=patch " class ="can-do-item " style ="text-decoration:none; color:#fff; ">
674678 < span class ="can-do-title "> A spacey synth patch</ span >
675679 < span class ="can-do-desc "> Global effects (echo, reverb) on top of a slow envelope over PWM.</ span >
676680 </ a >
677- < a href ="/editor/?mode=simulate&env=cvfilter&user=shorepine&tab=code " class ="can-do-item " style ="text-decoration:none; color:#fff; ">
681+ < a href ="/editor/?mode=simulate&env=cvfilter&user=shorepine&play=1& tab=code " class ="can-do-item " style ="text-decoration:none; color:#fff; ">
678682 < span class ="can-do-title "> Control your filters with CV input</ span >
679683 < span class ="can-do-desc "> We use the AMY CtrlCoef EXT0 to have CV input modulate the filter frequency.</ span >
680684 </ a >
681- < a href ="/editor/?mode=simulate&env=audiopassthru&user=shorepine&tab=code " class ="can-do-item " style ="text-decoration:none; color:#fff; ">
685+ < a href ="/editor/?mode=simulate&env=filter_audio_in&user=shorepine&play=1&tab=code " class ="can-do-item " style ="text-decoration:none; color:#fff; ">
686+ < span class ="can-do-title "> Filter live audio with CV</ span >
687+ < span class ="can-do-desc "> Runs live audio in through a low-pass filter, with the cutoff frequency controlled by CV1.</ span >
688+ </ a >
689+ < a href ="/editor/?mode=simulate&env=audiopassthru&user=shorepine&play=1&tab=code " class ="can-do-item " style ="text-decoration:none; color:#fff; ">
682690 < span class ="can-do-title "> Convert between SPDIF and analog audio</ span >
683691 < span class ="can-do-desc "> Set up AMY to pass AUDIO_IN to AUDIO_OUT so that S/PDIF outputs over analog line-out, and vice versa.</ span >
684692 </ a >
685- < a href ="/editor/?mode=simulate&env=midi2cv&user=shorepine&tab=code " class ="can-do-item " style ="text-decoration:none; color:#fff; ">
693+ < a href ="/editor/?mode=simulate&env=midi2cv&user=shorepine&play=1& tab=code " class ="can-do-item " style ="text-decoration:none; color:#fff; ">
686694 < span class ="can-do-title "> MIDI controller to CV</ span >
687695 < span class ="can-do-desc "> We set up a callback to get MIDI controller data and output scaled CV values.</ span >
688696 </ a >
689- < a href ="/editor/?mode=simulate&env=dx7filt&user=shorepine&tab=patch " class ="can-do-item " style ="text-decoration:none; color:#fff; ">
697+ < a href ="/editor/?mode=simulate&env=dx7filt&user=shorepine&play=1& tab=patch " class ="can-do-item " style ="text-decoration:none; color:#fff; ">
690698 < span class ="can-do-title "> DX7 setup with filter and reverb</ span >
691699 < span class ="can-do-desc "> Try setting the MIDI CC for VCF freq!</ span >
692700 </ a >
693- < a href ="/editor/?mode=simulate&env=arp&user=shorepine&tab=code " class ="can-do-item " style ="text-decoration:none; color:#fff; ">
701+ < a href ="/editor/?mode=simulate&env=arp&user=shorepine&play=1& tab=code " class ="can-do-item " style ="text-decoration:none; color:#fff; ">
694702 < span class ="can-do-title "> Arpeggiator</ span >
695703 < span class ="can-do-desc "> Uses MIDI input callbacks and the AMY sequencer to set up an arpeggiator</ span >
696704 </ a >
697- < a href ="/editor/?mode=simulate&env=audiopassthru&user=shorepine&tab=patch " class ="can-do-item " style ="text-decoration:none; color:#fff; ">
705+ < a href ="/editor/?mode=simulate&env=audiopassthru&user=shorepine&play=1& tab=patch " class ="can-do-item " style ="text-decoration:none; color:#fff; ">
698706 < span class ="can-do-title "> Echo / reverb on live audio</ span >
699707 < span class ="can-do-desc "> Shows how to use AUDIO_IN to add effects on live audio. Turn on "allow audio input" on the web and move the effects!</ span >
700708 </ a >
701- < a href ="/editor/?mode=simulate&env=chords&user=shorepine&tab=code " class ="can-do-item " style ="text-decoration:none; color:#fff; ">
709+ < a href ="/editor/?mode=simulate&env=chords&user=shorepine&play=1& tab=code " class ="can-do-item " style ="text-decoration:none; color:#fff; ">
702710 < span class ="can-do-title "> Chord computer</ span >
703711 < span class ="can-do-desc "> Plays chords based on a root note.</ span >
704712 </ a >
705- < a href ="/editor/?mode=simulate&env=wavfile&user=shorepine&tab=code " class ="can-do-item " style ="text-decoration:none; color:#fff; ">
713+ < a href ="/editor/?mode=simulate&env=wavfile&user=shorepine&play=1& tab=code " class ="can-do-item " style ="text-decoration:none; color:#fff; ">
706714 < span class ="can-do-title "> Load a wav file into a sampler</ span >
707715 < span class ="can-do-desc "> Loads a WAVE file from disk (can also be SD card) and plays it back as a sampler.</ span >
708716 </ a >
709- < a href ="/editor/?mode=simulate&env=xanadu&user=shorepine&tab=code " class ="can-do-item " style ="text-decoration:none; color:#fff; ">
717+ < a href ="/editor/?mode=simulate&env=xanadu&user=shorepine&play=1& tab=code " class ="can-do-item " style ="text-decoration:none; color:#fff; ">
710718 < span class ="can-do-title "> Xanadu</ span >
711719 < span class ="can-do-desc "> Joseph Kung's "Xanadu" for Csound, ported to AMY commands in code.</ span >
712720 </ a >
713- < a href ="/editor/?mode=simulate&env=wavetable&user=shorepine&tab=patch " class ="can-do-item " style ="text-decoration:none; color:#fff; ">
721+ < a href ="/editor/?mode=simulate&env=wavetable&user=shorepine&play=1& tab=patch " class ="can-do-item " style ="text-decoration:none; color:#fff; ">
714722 < span class ="can-do-title "> Wavetable patch</ span >
715723 < span class ="can-do-desc "> Uses our WAVETABLE oscillator type to play wavetable synthesis.</ span >
716724 </ a >
717- < a href ="/editor/?mode=simulate&env=preset_selector&user=shorepine&tab=code " class ="can-do-item " style ="text-decoration:none; color:#fff; ">
725+ < a href ="/editor/?mode=simulate&env=preset_selector&user=shorepine&play=1& tab=code " class ="can-do-item " style ="text-decoration:none; color:#fff; ">
718726 < span class ="can-do-title "> Preset Selector</ span >
719727 < span class ="can-do-desc "> Sets up the rotary encoder to cycle through all 257 AMYboard presets.</ span >
720728 </ a >
721- < a href ="/editor/?mode=simulate&env=piano&user=shorepine&tab=code " class ="can-do-item " style ="text-decoration:none; color:#fff; ">
729+ < a href ="/editor/?mode=simulate&env=piano&user=shorepine&play=1& tab=code " class ="can-do-item " style ="text-decoration:none; color:#fff; ">
722730 < span class ="can-do-title "> Additive-synthesis piano</ span >
723731 < span class ="can-do-desc "> Uses the AMY dpwe piano patch, fully synthesized from partial analysis.</ span >
724732 </ a >
725- < a href ="/editor/?mode=simulate&env=house_generator&user=shorepine&tab=code " class ="can-do-item " style ="text-decoration:none; color:#fff; ">
733+ < a href ="/editor/?mode=simulate&env=house_generator&user=shorepine&play=1& tab=code " class ="can-do-item " style ="text-decoration:none; color:#fff; ">
726734 < span class ="can-do-title "> Generative House</ span >
727735 < span class ="can-do-desc "> A generative house track with 808 drums, Wood Piano bassline, and piano chords over evolving progressions.</ span >
728736 </ a >
729- < a href ="/editor/?mode=simulate&env=universal_hair&user=shorepine&tab=code " class ="can-do-item " style ="text-decoration:none; color:#fff; ">
737+ < a href ="/editor/?mode=simulate&env=universal_hair&user=shorepine&play=1& tab=code " class ="can-do-item " style ="text-decoration:none; color:#fff; ">
730738 < span class ="can-do-title "> Evolving Chords</ span >
731739 < span class ="can-do-desc "> Lush evolving chord progressions with layered synths and generative voice leading.</ span >
732740 </ a >
733- < a href ="/editor/?mode=simulate&env=sampler&user=shorepine&tab=code " class ="can-do-item " style ="text-decoration:none; color:#fff; ">
741+ < a href ="/editor/?mode=simulate&env=sampler&user=shorepine&play=1& tab=code " class ="can-do-item " style ="text-decoration:none; color:#fff; ">
734742 < span class ="can-do-title "> Live MIDI sampler</ span >
735743 < span class ="can-do-desc "> Hold a MIDI key to record up to 5s of audio in, then play it back pitched to the keyboard on synth 1.</ span >
736744 </ a >
737- < a href ="/editor/?mode=simulate&env=sineclock&user=shorepine&tab=code " class ="can-do-item " style ="text-decoration:none; color:#fff; ">
745+ < a href ="/editor/?mode=simulate&env=sineclock&user=shorepine&play=1& tab=code " class ="can-do-item " style ="text-decoration:none; color:#fff; ">
738746 < span class ="can-do-title "> Sineclock</ span >
739747 < span class ="can-do-desc "> Douglas Repetto's sineclock — chimes the time of day with stacked sine waves.</ span >
740748 </ a >
0 commit comments