VCVRack / AudibleInstruments

VCV Rack plugin based on Mutable Instruments Eurorack modules
https://vcvrack.com/AudibleInstruments.html
Other
387 stars 84 forks source link

Dependencies are not reachable #77

Closed Gruftgrabbler closed 5 years ago

Gruftgrabbler commented 5 years ago

I tried to clone the dependencies for the src code via git submodule update --init --recursive but I get this error message

error: Server does not allow request for unadvertised object c050f232db2f5e45125a48fc634fbf36ca8a08a4
Fetched in submodule path 'eurorack', but it did not contain c050f232db2f5e45125a48fc634fbf36ca8a08a4. Direct fetching of that commit failed.

Then I looked up the eurorack folder at the GitHub page and got a 404 error. Looks like your fork from the mutable instrument page is dead. I also tried to compile the src code direct from the mutable instruments repository but without success at the moment.

EDIT: I actually find a workaround and it's quite simple. Just clone the https://github.com/pichenettes/eurorack repository instead and run make all in the AudibleInstruments folder. It works fine :)

Gruftgrabbler