Skip to content

anthian/strudel-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Strudel-Examples

Strudel examples found on differt resources of the web and some own examples




About The Project

https://strudel.cc/ is a web-based live coding environment for creating and performing music using code, specifically JavaScript, within a web browser. It is inspired by the TidalCycles project and allows users to generate patterns, melodies, and entire compositions by writing code. It's designed to be accessible to both beginners and experienced users, requiring no installation and offering a JavaScript-like syntax.

This private repository was created to collect some examples found on the web and add my variations to learn how to code songs on this platform.

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

As

  • git
    sudo apt-get install git
  • Gh client

Installation

  1. Login to github using github client
    gh auth login
  2. Clone the repo
    git clone https://github.com/anthian/strudel-examples.git
  3. Change git remote url to avoid accidental pushes to base project
    git remote set-url origin anthian/strudel-examples
    git remote -v # confirm the changes

(back to top)

Usage

To play the songs you can use the web editor in https://strudel.cc/. Just paste the js code of any js file of the song folder.

(back to top)

About

Strudel.CC examples found on web and some personal compositions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published