Latest in Music

Brute Force Tone Recognition

17 January 2018

So, the time has come where you’ve decided to learn all of the tones in Maj7, Dom7, min7, and min7b5 chords. It quickly becomes apparent that there is no shortcut and it is going to require some consistent effort to memorize the tones for each chord type for all 16 tones (counting enharmonics). This is going to take a process of Brute Force Tone Recognition.

Read More

Latest in Technology

Grunt Task Race Conditions

18 January 2018

'Race Condition' Normally, task control flow in Grunt is a simple process of defining the order of task processes in one, or more, default tasks. This is especially true when your tasks require static data in their configurations, e.g. a static list of paths used for the src attribute of an uglify task.

Read More