Tags LISPMusicProgramming Constraint Programming in Picat admin May 26, 2016 In my last post I briefly described how we can use the Screamer Lisp library for constraint programming in music. Another
Tags LISPMusicProgramming Constraint Programming Using Screamer admin May 17, 2016 A few years I ago I had briefly experimented with the Screamer library in the context of automatic test case generation from
Tags LISPMusicProgramming Generating Melody to Fit Harmony admin May 10, 2016 There are two common approaches to composing music. One involves synthesizing a suitable chord progression first and then layering melody
Tags LISPMusicProgramming 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 LISPMusicProgramming 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 LISPMusicProgramming 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 Book ReviewLISPProgramming Book Review: Common Lisp Recipes – A Problem-Solution Approach admin March 15, 2016 Last Saturday (March 12, 2016), I got my most eagerly awaited book from Amazon.com. Yes, I am talking about Common
Tags LISPMusicProgramming Converting Text to Music admin March 12, 2016 Converting text to music can be fun. Opusmodus has a few built-in functions to work with text. Look up the description
Tags LISPMusicProgramming A GUI Front-end for Cellular Automata Generator admin March 4, 2016 In my last post, I explained how we can use Cellular Automata (CA) in Opusmodus to create music. For today’s post,
Tags LISPMusicProgramming Using Cellular Automata to Generate Music admin February 28, 2016 Cellular automata are a powerful computational formalism. Stephen Wolfram’s book A New Kind of Science provides a thorough study of these