Problem Utility to generate sequences of predetermined addenda that add up to a given number. There is also a function […]
Tag: music
Haskell PitchClass Algebra, in which notes have various names
Problem I am an OOP programmer by trade (Java) who is extremely new to Haskell and the world of purely […]
Music note interval trainer
Problem This gives you one note and asks you go up or down the scale for a certain number: /////////////////////////////// […]
Script to transpose chords in a song sheet
Problem I’d like to write a script that receives text input from the clipboard that will be from a song […]
Factory design pattern with music classes
Problem I found a definition of the factory design pattern as: Define an interface for creating an object, but let […]
Piano, output all the keys and give a scale
Problem I’ve two snippets below, the first one output all the keys of a piano and the second one give […]