esluyter / super-bufrd

UGens for accessing long buffers with subsample accuracy
GNU General Public License v3.0
26 stars 3 forks source link

SBOUG: fix UGen * SuperPair #22

Closed elgiano closed 4 years ago

elgiano commented 4 years ago

This is issue is a bit strange, as it fails somehow differently on my machine and @esluyter's Anyway, in theory, this shouldn't work:

DC.kr(10) * 3600.0002.asPair

Since the left-hand is a UGen, it would generate a BinaryOpUGen instead of a Super one. This PR fixes it: