heuermh / lick

LiCK, Library for ChucK
GNU General Public License v3.0
147 stars 21 forks source link

GarageBandMidi.ck cannot overload functions with identical arguments on chuck 1.5.x #48

Closed heuermh closed 1 year ago

heuermh commented 1 year ago
$ chuck --loop &
$ chuck + import.ck
...
[chuck](VM): sporking incoming shred: 215 (EchoPadMidi.ck)...
[GarageBandMidi.ck]:line(540): cannot overload functions with identical arguments...
    |- 'void HouseDrumMachine.lowTom( int )' already defined elsewhere
heuermh commented 1 year ago

Fixed by commit 35ae136