Tags C++MusicProgramming User-defined Literals in C++ admin March 27, 2016 C++11 introduced user-defined literals, allowing programmers to define special suffixes that can be associated with the built-in literal types: character,
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,