Tags MIDI Reading and Transforming a MIDI File admin April 27, 2016 Sometimes it can be interesting to take a MIDI file and transform the score it represents. For example, you can
Tags motifs Motifs and Transformations admin April 19, 2016 One of the creative approaches to synthesizing music is to start with a short melodic motif and then apply various
Tags Rhythmic Oddity Rhythmically Odd Rhythms admin April 12, 2016 In the excellent book The Geometry of Musical Rhythm – What Makes a ‘Good’ Rhythm Good? by Godfried T.Toussaint, there
Tags C++14 C++14: Return Type Deduction for Normal Functions admin April 8, 2016 In C++11, a function must specify its return type in one of the following two ways: int aFunction(int arg) {