### Example <buses> Element with Two Buses Source: https://decentsampler-developers-guide.readthedocs.io/en/latest/_sources/the-buses-element.md.txt This example demonstrates how to define two buses within the <buses> element, specifying their volumes and output targets. ```xml ``` -------------------------------- ### Configure FM Synthesis with fm6op Oscillator Source: https://decentsampler-developers-guide.readthedocs.io/en/latest/topic-how-to-use-fm-synthesis.html Set waveform to "fm6op" on an oscillator and configure FM parameters on the parent group. This example demonstrates basic FM synthesis setup with specific algorithm and operator settings. ```xml ``` -------------------------------- ### Multi-Oscillator Layering Example Source: https://decentsampler-developers-guide.readthedocs.io/en/latest/_sources/the-groups-element.md.txt Creates a rich synthesized sound by layering multiple oscillators with different waveforms, tunings, and panning. This example demonstrates creating a fundamental saw wave, an octave-up sine wave, a sub-bass sine wave, and detuned saw waves for stereo width. ```xml ``` -------------------------------- ### Basic Wavetable Oscillator Setup Source: https://decentsampler-developers-guide.readthedocs.io/en/latest/the-groups-element.html Defines a group with a wavetable oscillator, specifying the wavetable file and initial position. ```xml ``` -------------------------------- ### Multi-State Control Example Source: https://decentsampler-developers-guide.readthedocs.io/en/latest/_sources/the-ui-element.md.txt Example of a multi-state control used for language selection. It utilizes different images for main, hover, and click states. ```xml ``` -------------------------------- ### MIDI Note-Based Keyswitch Setup Source: https://decentsampler-developers-guide.readthedocs.io/en/latest/_sources/topic-keyswitches.md.txt Use this XML configuration to map MIDI notes to control group parameters. MIDI note 11 enables group 0 and disables group 1, while MIDI note 12 performs the opposite action. This setup utilizes the `fixed_value` translation type for direct parameter control. ```xml ``` -------------------------------- ### Configure Wave Folder Effect with UI Bindings Source: https://decentsampler-developers-guide.readthedocs.io/en/latest/_sources/the-effects-element.md.txt This example shows how to set up a wave folder effect at the group level for per-voice processing. It includes UI bindings for 'Drive' and 'Threshold' parameters. ```xml ``` -------------------------------- ### Implement Dropdown Menu with Options Source: https://decentsampler-developers-guide.readthedocs.io/en/latest/_sources/topic-dropdown-menus.md.txt Use and