-
Jonathan Wilkes authored
This gets rid of some undefined behavior that occurs from sending an int as an argument to dsp_add which reads it back as a t_int. On certain archs this will produce garbage values in the perform routine which can cause crashes.
Jonathan Wilkes authoredThis gets rid of some undefined behavior that occurs from sending an int as an argument to dsp_add which reads it back as a t_int. On certain archs this will produce garbage values in the perform routine which can cause crashes.