giulioz / mini-jv880

22 stars 2 forks source link

Build fails #1

Open probonopd opened 1 week ago

probonopd commented 1 week ago

Hi @giulioz, kudos for this project! Must have been quite a challenge to transplant another synth engine into it.

Currently the build fails; possibly due to a missing file, usbkompletekontrol.h?

  CPP   properties.o
  CPP   propertiesfile.o
  CPP   propertiesfatfsfile.o
  CPP   propertiesbasefile.o
  AR    libproperties.a
+ cd ../../../..
+ cd ..
+ cd src
+ make clean
  CLEAN  /home/runner/work/mini-jv880/mini-jv880/src
+ make -j
make: *** No rule to make target 'circle/usb/usbkompletekontrol.h', needed by 'main.o'.  Stop.
Error: Process completed with exit code 2.
giulioz commented 1 week ago

Hey thanks a lot! It was actually quite straightforward thanks for your project :) Yeah the file is missing since I had to put that file inside the Circle folder, which is in the gitignore. I can make the file public but it's tied to the Native Instrument Komplete Kontrol keyboard, the one I showed in my video (https://www.youtube.com/watch?v=7LWaYHTNIDI). I can make a branch that doesn't require it...

probonopd commented 6 days ago

Yes, would appreciate if you could make it optional.

What Native Instrument Komplete Kontrol specific functionality did you implement? Would it be beneficial for MiniDexed too? Unfortunately, I don't have such a controller but I hear good things about S series MK3 (poly aftertouch; still to be implemented in MiniDexed).