On Friday 30 December 2005 21:49, Erik de Castro Lopo wrote: > In most other programming environments, a integer division by zero like > this will produce and exception and an error message regarding the > location of the error. Would it be possible for csound to do something > similar? This is not an integer division by zero; Csound has only floating point signal types, but no integers. While it is possible to add checking to all operations, doing so is not without an overhead.