Code Monkey home page Code Monkey logo

harmony_relaxation's Introduction

harmony_relaxation

just intonation harmony exploration

made with love2d. to run this:

  • install love2d from https://love2d.org/ (you need 11.x)
  • download the files
  • zip them (make sure main.lua is at top and not inside another folder)
  • rename .zip to .love

guide:

  • the system will try to find a local optimum of least dissonance
  • red lines are playing notes, yellow and blue lines are harmonics and subharmonics respectively (used as guides)
  • click and drag to change notes
  • scroll to change temperature. higher temperatures mean the system will 'explore' more
  • the triangle of numbers are the cents distances between all the notes first column is first neighbors, second column is skipping one etc

how it works:

  • 3 octave function of harmonic entropy is calculated, see https://en.xen.wiki/w/Harmonic_Entropy (i use a standard deviation of 10 cents, and weighting with sqrt(n*d)) this gives a relative dissonance of dyads
  • the total potential is a (weighted) sum of all the dyad potentials
  • the system tries to minimise this by randomly moving some notes. then if the potential is lower the move is accepted. if the new potential is higher it is only based on a Boltzmann factor. (ie probability of acceptance = exp( -(p_new - p_old)/T) ) this is analogous to simulated annealing.

harmony_relaxation's People

Contributors

sin-tel avatar

Stargazers

 avatar  avatar  avatar  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.