
This compilation avoids much of the overhead of passing data between unit-generators, allowing the primitive elements of Faust to be very simple operators such as add, multiply, and delay. The most important time concept for computer music systems is the idea of logical time. Logical time is also a key concept for computer simulations that model behaviors and the progress of time. A simulation must keep track of simulated time even though simulations may run faster or slower than real time. Similarly, music systems can keep track of simulated, or logical time, computing the precise, ideal time at which events should occur. When a real-time system falls behind , the system can compute the next event earlier to catch up, and if logical time is greater than real time, the system can wait.
Pronounced ‘C Sharp’, C# was originally designed by Microsoft as part of its .NET framework for building … Read More