All posts by Steve

Audio Spoilers (“Watermark”)

Personally I have many reservations about adding watermark / spoilers to tracks, though there are a few situations where such techniques may be useful. The basic idea of adding a spoiler to a song is to incorporate additional audio so that the track cannot be easily distributed or used without authorisation, but remains sufficiently intact … Continue reading Audio Spoilers (“Watermark”)

Nyquist Programming – Variables and data types

“Variables” are a fundamental concept in programming. They provide a way to refer to a value, even if the value is not known. For example, if we have some apples, but we don’t know how many apples, we can refer to “the apples” without knowing how many. If we have 5 apples, then “the number … Continue reading Nyquist Programming – Variables and data types