Giter Club home page Giter Club logo

steno's Introduction

Steno

A little language for spinning long strings of synths

Steno, a little concatenative livecoding language embedded in SuperCollider, makes code for combining synth graphs very short, so that writing endless chains is like writing a single long word. A word is a program. A letter is a synth.

Programs look like this: --ab[(ab)(ab)(ab)]c

ScreenShot

Semantics:

  • For live coding it follows a dual language approach: You can rewrite both the steno program and its sclang interpretation at runtime. So the meaning of each letter, the synth def, can be changed and the corresponding program changes accordingly.
  • Programs are composed of concurrently running processes. In other words, the whole program has no explicit temporal semantics, instead each component (letter) stands for its own temporal unfolding.
  • Only the part of the program that corresponds to code that was rewritten is changed. Thus, elements are kept, replaced, removed or inserted accoding to the difference between the old and the new program.

Steno has a minimal syntax:

  • one letter is one synth: abc
  • square brackets: nested structure is parallel: [ab]c
  • round parentheses: nested structure is serial: [(ab)(ab)]
  • curly brackets: open a stack for operators in postfix syntax: {ab*} or {abc*+}
  • force a full replacement on eval: !abc
  • line ending comments are ignored: abc // this is a comment
  • variable names are optional and can be declared explicitly, see: -declareVariables

steno's People

Contributors

lfsaw avatar rkuivila avatar telephon avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.