Forked from
Jonathan Wilkes / purr-data
779 commits behind the upstream repository.
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.