sounds:syntakt

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
sounds:syntakt [2023-05-22 01:01] – created asdfsounds:syntakt [2024-04-12 04:43] (current) – describe how to calculate LFO periods asdf
Line 1: Line 1:
 ====== Elektron Syntakt ====== ====== Elektron Syntakt ======
 A 12-voice drum synthesizer. A 12-voice drum synthesizer.
 +
 +====== Tips ======
 +Elektron's LFO timings are at once opaque and yet strangely intuitive. LFO rates are specified in terms of two parameters: a speed and a multiplier. These quantities are related by the following formula((Adapted from [[https://www.reddit.com/r/Elektron/comments/13j7rg2/i_finally_solved_and_understand_the_lfos/|this Reddit post]], which includes an in-depth explanation. The short version is that an LFO's period is split into 128 discrete intervals, and the speed parameter determines the number of intervals per bar. We are not yet sure whether sequence scaling affects these calculations.)): $$\frac{128}{T_{steps}/16}=speed\cdot mult$$
 +
 +For example, to create an LFO with a period of 8 steps, set $T_{steps}=8$ to yield $speed\cdot mult=256$. We arbitrarily choose $mult=16$, so $speed=16$. This works just as well for odd periods; taking $T_{steps}=5$, we have $speed\cdot mult=409.6$. With $mult=8$, $speed=51.2$. Negative speed values seem to simply invert the waveform. 
  
 <table |tab_label> <table |tab_label>
-<caption>LFO period in 64-step bars derived from the speed and mult parameters</caption>+<caption>LFO period in 16-step bars derived from the speed and multiplier parameters</caption>
 ^ ^ Mult ^ 1 ^ 2 ^ 4 ^ 8 ^ 16 ^ 32 ^ 64 ^ 128 ^ 256 ^ 512 ^ 1k ^ 2k ^ ^ ^ Mult ^ 1 ^ 2 ^ 4 ^ 8 ^ 16 ^ 32 ^ 64 ^ 128 ^ 256 ^ 512 ^ 1k ^ 2k ^
 ^ SPD | 1 | 128 | 64 | 32 | 16 | 8 | 4 | 2 | 1 | 1/2 | 1/4 | 1/8 | 1/16 | ^ SPD | 1 | 128 | 64 | 32 | 16 | 8 | 4 | 2 | 1 | 1/2 | 1/4 | 1/8 | 1/16 |
Line 14: Line 19:
 </table> </table>
  
 +===== Firmware updates =====
 +Load the SysEx file into Elektron Transfer, and connect the Syntakt to the computer via USB. On the Syntakt, navigate to Settings -> System -> OS Update. Press Send in Elektron Transfer. Once the update is complete, the Syntakt will ask to be rebooted. 
 +
 +Mine currently has version 1.21 installed. 
  
 ===== Resources ===== ===== Resources =====
   * {{:manuals:syntakt.pdf|Manual}}   * {{:manuals:syntakt.pdf|Manual}}
 +  * [[https://www.elektron.se/us/download-support-syntakt#resources|Syntakt support page]]
 +
 +{{tag>needswork}}
  • sounds/syntakt.1684717287.txt.gz
  • Last modified: 2023-05-22 01:01
  • by asdf