Skip to content
/ mel Public

Music Embedding Language for racket. #lang mel

Notifications You must be signed in to change notification settings

ryandrew14/mel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MEL

Music Embedding Language for racket. #lang mel

A basic use example

#lang mel
 
(tempo 80)
 
(define seqA '(1 2 3 4))
(define seqB '(1 2))
 
(define loop1
(loop 4
      (player hihat seqB)))
 
(play loop1)
 
(play (loop 4 (player hihat seqA)))
 
(play (loop 4 (reverb (player snare seqB))))
 
(play (loop 4 (pitch Cmaj '(1 2 3 5) (player synth '(1 2 3 4)))))

About

Music Embedding Language for racket. #lang mel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages