Ricardo Lafuente
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights New
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Note Insights Versions and GitHub Sync Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       Owned this note    Owned this note      
    Published Linked with GitHub
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    # Superdirt synths A list of available synths compiled from the source code comments and docs. Some synths like `superfm` were missing from the [Tidal documentation](https://tidalcycles.org/index.php/All_effects_and_synths) on synths, so I put together this list for a better personal reference. Default values are in parentheses. Some undocumented parameters are included without descriptions. I might have forgotten some attributions and other tidbits in the process of editing the documentation, so please fill in what you see it's missing. In all synths,`sustain` (default 1) affects the overall envelope timescale. The parameters `pan` and `freq` can also be set in all synths. The default value for `freq` is usually 440 -- in synths where it's not, `freq` and its default value for that synth are mentioned in its parameter list below. ## Instruments ### supermandolin Physical modeling of a vibrating string, using a delay line (CombL) excited by an intial pulse (Impulse). To make it a bit richer, I've combined two slightly detuned delay lines. - `sustain` (1) changes the envelope timescale - `accelerate` (0) for a pitch glide - `detune` (0.2) ### supergong An example of additive synthesis, building up a gong-like noise from a sum of sine-wave harmonics. Notice how the envelope timescale and amplitude can be scaled as a function of the harmonic frequency. - `voice` (0) provides something like a tone knob - `decay` (1) adjusts how the harmonics decay - `accelerate` (0) for pitch glide For a demo, try `d1 $ n (slow 2 $ fmap (*7) $ run 8) # s "supergong" # decay "[1 0.2]/4" # voice "[0.5 0]/8"` ### superpiano Hooking into a nice synth piano already in SuperCollider - `velocity` affects how hard the keys are pressed - `sustain` controls envelope and decay time - `detune` (0.1) - `muffle` (1) - `stereo` (0.2) ### superhex Waveguide mesh, hexagonal drum-like membrane - `rate` (1) - `accelerate` (0) ### supersquare A moog-inspired square-wave synth; variable-width pulses with filter frequency modulated by an LFO - `voice` controls the pulse width (exactly zero or one will make no sound) - `decay` (0) - `accelerate` (0) pitch glide - `semitone` (12) how far off in pitch the secondary oscillator is (need not be integer) - `resonance` (0.2) filter resonance - `lfo` (1) how much the LFO affects the filter frequency - `rate` (1) LFO rate - `pitch1` (1) filter frequency scaling multiplier, the frequency itself follows the pitch set by "n" ### supersaw A moog-inspired sawtooth synth; slightly detuned saws with triangle harmonics, filter frequency modulated by LFO - `voice` (0.5) controls a relative phase and detune amount - `decay` (0) - `accelerate` (0) pitch glide - `semitone` (12) how far off in pitch the secondary oscillator is (need not be integer) - `resonance` (0.2) filter resonance - `lfo` (1) how much the LFO affects the filter frequency - `rate` (1) LFO rate - `pitch1` (1) filter frequency scaling multiplier, the frequency itself follows the pitch set by "n" ### superpwm A moog-inspired PWM synth; pulses multiplied by phase-shifted pulses, double filtering with an envelope on the second - `voice` controls the phase shift rate - `decay` (0) - `accelerate` (0) pitch glide - `semitone` (12) how far off in pitch the secondary oscillator is (need not be integer) - `resonance` (0.2) filter resonance - `lfo` (1) how much the LFO affects the filter frequency - `rate` (1) LFO rate - `pitch1` (1) filter frequency scaling multiplier, the frequency itself follows the pitch set by "n" ### supercomparator - `voice` (0.5) scales the comparator frequencies, higher values will sound "breathier" - `decay` (0) - `accelerate` (0) pitch glide - `resonance` (0.5) filter resonance - `lfo` (1) how much the LFO affects the filter frequency - `rate` (1) LFO rate - `pitch1` (1) filter frequency scaling multiplier, the frequency itself follows the pitch set by "n" ### superchip Uses the Atari ST emulation UGen with 3 oscillators - `slide` (0) for a linear frequency glide - `rate` (1) repeats the above glide "n" times (can be fractional or negative) - `accelerate` (0) for an overall glide - `pitch2` (2) control the ratio of harmonics - `pitch3` (3) control the ratio of harmonics - `voice` (0) causes variations in the levels of the 3 oscillators ### superfork Tuning fork from Ben Gold’s experimentation and from "On the acoustics of tuning forks", Rossing Russell and Brown - `accelerate` (0) ### superhammond Hammond B3 sim * `perc`, `percf` and `decay` are an attempt at the percussion, no idea if it sounds at all reasonable. Vintage Hammonds had percf as 2 or 3 (switchable), two perc levels (maybe roughly 0.7 and 1.2?), and two decay options (roughly 0 and maybe 1ish?) * `vibrato`, `vrate`, `perc`, `percf` are all new parameters you'll need to define in Tidal if you want to change them Voices are drawbar presets: - 0: bass violin 16' - 1: tibia 8' - 2: bassoon 8' - 3: french trumpet 8' - 4: string ensemble - 5: Blues - 6: Jazz 1 - 7: Full Shout - 8: Bro' Jack - 9: Jazz 2 ### supervibe Vibraphone simulation, adapted with some help from Kevin Larke's thesis Real Time Vibraphone Pitch and Timbre Classification - `decay` (0) use larger values to damp higher harmonics - `velocity` (1) higher velocity will brighten the sound a bit - `accelerate` (0) for a linear pitch bend - `modamp` (1) amplitude of the tremolo (0-2 is OK) - `modfreq` (7) frequency of the tremolo - `detune` (0) adjusts a high harmonic to give the sound a different character ### superhoover Hoover - `slide` (0) for the amount of initial pitch glide, positive slides up in pitch, negative slides down - `decay` (0) for a different envelope shape - `accelerate` (0) for constant pitch glide ### superzow Phased saws - `decay` (0) for envelope shaping - `accelerate` (0) for pitch bend - `slide` (1) how fast it moves through the phase - `detune` (1) for oscillator detuning ### supergrind From synthdef.art - `accelerate` (0) for pitch glide - `detune` (0) in Hz, but even small values are quite noticable - `voice` (0) changes harmonics - `rate` (1) is the impulse trigger rate ### superprimes From synthdef.art #nightofprimes - `accelerate` (0) for pitch glide - `detune` (0) can be fractional - `voice` (0) does some subtle shaping and reverb changing - `rate` (0) is the impulse trigger rate ### superwavemechanics From synthdef.art #wavemechanics - `accelerate` (0) for pitch glide - `detune` (0) for pitch randomization - `voice` (0) to color/whiten the noise - `resonance` (0) affects reverberation ### supertron Feedback PWM - `accelerate` (0) - `voice` (0) - `detune` (0) Try `d1 $ s "supertron" # octave 3 # accelerate "0.2"` ### superreese Vaguely Reese-like synth - `accelerate` (0) - `voice` (0) - `detune` (0) ### superfm 6-op FM synth (DX7-like). Works a bit different from the original DX7. Instead of algorithms, you set the amount of modulation every operator receives from other operators and itself (feedback), virtually providing an endless number of possible combinations (algorithms). - `voice` is the preset number: `0` is user-defined; `1-5` are randomly generated presets - `lfofreq` is the overall pitch modulation frequency - `lfodepth` is the overall pitch modulation amplitude Each operator responds to - `amp` (operator volume - becomes carrier) - `ratio` (frequency ratio) - `detune` (in Hz) - `eglevel` (1-4) (4 envelope generator levels) - `egrate` (1-4) (4 envelope generator rates) The syntax for operator arguments is `<argumentName + opIndex>[modulatorIndex | egIndex]`. For example: - `amp1 1` (op1 as carrier with full volume) - `ratio2 2.3` (op2 frequency ratio) - `mod11 0.5` (op1 feedback) - `mod12 0.78` (op1 modulation amount by op2) - `detune1 0.2` (op1 detune) - `eglevel12 0.1` (op1 EG level2) - `egrate11 0.01` (op1 EG rate1) -- WARNING: higher values go FASTER! ## Default synths ### imp Modulated band limited impulse * `accelerate` (0) ### psin Modulated phase mod sines * `accelerate` (0) ### pmsin Cursor modulated phase mod sines * `accelerate` (0) ### in Live audio input * `in` ### inr Pitch shifted live audio input * `accelerate` (0) ### gabor Gabor grain ### cyclo Shepard on a cycle * `accelerate` (0) ## Drums ### superkick Kick Drum using Rumble-San's implementation as a starting point - `n` controls the kick frequency in a nonstandard way - `accelerate` (0) sweeps the click filter frequency - `pitch1` (1) affects the click frequency - `decay` (1) changes the click duration relative to the overall timescale ### super808 A vaguely 808-ish kick drum - `n` controls the chirp frequency - `rate` (1) controls the filter sweep speed - `voice` (0) sets the sinewave feedback ### superhat Hi-hat using Rumble-San's implementation as a starting point - `n` provides some variation on the frequency in a weird way - `accelerate` (0) sweeps the filter ### supersnare Snare drum using Rumble-San's implementation as a starting point - `n` for some variation on frequency - `decay` (1) for scaling noise duration relative to tonal part - `accelerate` (0) for tonal glide ### superclap Hand clap using Rumble-San's implementation as a starting point - `n` (?) changes how spread is calculated - `delay` (1) controls the echo delay - `rate` (1) will affect the decay time - `pitch1` (1) will scale the bandpass frequency ### soskick Kick drum synth. Increase pitch1 and voice for interesting electronic percussion. - `midinote` – controls the root note of the kick (the source comments mention this, but the [function](https://github.com/musikinformatik/SuperDirt/blob/7589ccc3f5b780f07de869bb976677cf5af2a8e8/library/default-synths-extra.scd#L653) doesn't have this parameter at all) - `pitch1` (0) controls modulation frequency in Hz (min: 0, max: SampleRate.ir / 2) - `voice` (1) controls modulation input phase in radians (min: 0, max: your sanity) - `pitch2` (0) controls WhiteNoise amplitude (min: 0, max: 1) - `speed` (0.3) controls WhiteNoise sweep (min: 0, max: 1) - `freq` (65) ### soshats - `resonance` (1) bandpass filter resonance value (min: 0, max: 1) - `pitch1` (238.5) oscillator modulation in radians (min: 0, max: SampleRate.ir / 2) - `sustain` (0.5) - `freq` (220) ### sostoms - `voice` (0.5) controls modulation input phase in radians (min: 0, max: your sanity) - `sustain` (0.5) - `freq` (261.626) ### sossnare - `voice` (0.385) controls modulation input phase in radians (min: 0, max: your sanity) - `semitone` (0.452) modulation frequency in semitones of fundamental - `pitch1` (2000) resonance filter frequency (Hz) - `resonance` (0.1) resonance of bandpass and resonz filters (min: 0, max: 1) - `freq` (405) ## Other sounds ### supersiren A controllable synth siren, defaults to 1 second, draw it out with `sustain` ### supernoise Digital noise in several flavors with a bandpass filter - `voice` at 0 is a digital noise for which "n" controls rate, at 1 is Brown+White noise for which "n" controls knee frequency - `accelerate` causes glide in n, "rate" will cause it to repeat - `pitch1` scales the bandpass frequency (which tracks "n") - `slide` works like accelerate on the bandpass - `resonance` is the filter resonance ### superstatic Impulse noise with a fadein/out

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password

    or

    By clicking below, you agree to our terms of service.

    Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully