PatternsΒΆ

  • 3.1 Pattern Methods
    • .shuffle(n=1)
    • .reverse()
    • .mirror()
    • .sort(*args, **kwargs)
    • .stutter(n=2)
    • .arp(seq)
    • .splice(seq, *seqs)
    • .invert()
    • .shufflets(n=4)
    • .pivot(i)
    • .accum(n=None)
    • .stretch(size)
    • .trim(size)
    • .ltrim(size)
    • .loop(n, func=None)
    • .duplicate(n)
    • .iter(n)
    • .swap(n)
    • .rotate(n)
    • .sample(n)
    • .palindrome()
    • .alt(seq)
    • .norm()
    • .undup()
    • .limit(func, value)
    • .replace(sub, repl)
    • .submap(mapping)
    • .layer(method, *args, **kwargs)
    • .every(n, method, *args, **kwargs)
    • .map(callable)
    • .extend(seq)
    • .concat(seq)
    • .zip(seq)
    • .offadd(value, dur=0.5)
    • .offmul(value, dur=0.5)
    • .offlayer(method, dur=0.5, *args, **kwargs)
    • .amen()
  • 3.2 Pattern Functions
    • Introduction
    • List of Pattern Functions
  • 3.3 Pattern Generators
    • Introduction
    • Types of Pattern Generators
  • 3.4 PGroups
    • Basics
    • Extended PGroups
 
  • ← 2.8 Constant Values
  • 3.1 Pattern Methods →

Logo of FoxDot

FoxDot

Live coding music with SuperCollider

Navigation

  • Install
  • Documentation
    • 1. Getting Started
    • 2. Players
    • 3. Patterns
      • 3.1 Pattern Methods
      • 3.2 Pattern Functions
      • 3.3 Pattern Generators
      • 3.4 PGroups
    • 4. TimeVars
    • 5. Clock
    • 6. Configuration
  • Tutorials
  • F.A.Q
  • Changelog
  • References

Related Topics

  • Documentation overview
    • Documentation
      • Previous: 2.8 Constant Values
      • Next: 3.1 Pattern Methods
©2018-2021, Ryan Kirkbride. | Powered by Sphinx 9.1.0 & Alabaster 1.0.0 | Page source