-
Notifications
You must be signed in to change notification settings - Fork 4
Home
TheKikGen edited this page Mar 30, 2023
·
45 revisions
Pre-requisite :
- to have a sd card or a usb key of at least 4Go .
- Knowing the IP address of your MPC (see preferences)
- Download the latest version of the bootstrap here
- Flash the image on your sd card. NB : this one will be entirely erased. I recommend the use of a tool like Etcher, which will avoid you to make mistakes.
- Once the image is flashed, start your MPC without inserting the card for the moment
- For Iamforce2 to run correctly, you must have the latest MPC firmware. Once your MPC has started, insert the card, and update the firmware with the latest version of the tkgl ssh image present on the sdcard (unless you have already done so) by choosing update from USB.
- Your MPC will restart, and you should see a "The KikGen Labs" logo appear quickly. You now have an SSH connection. By default the bootstrap will only display the logo. We need to tell it that we also want to run IamForce2. To do this, you will have to modify the launch script, to add the corresponding module. Open a command line on your computer, and type the following commands (be careful to type the space before "iamforce2"):
ssh root@(your MPC ip address) echo "TKGL_DOER+= iamforce2@APCMINIMK2>>/media/TKGL_BOOTSTRAP/tkgl_bootstrap_[ProjectData]/doer_list"`
ssh root@(your MPC ip address) reboot
Your MPC will reboot, and Iamforce2 should start !
Note that you can change "APCMINIMK2" by "NONE" if you are not using any controller, or by any other driver ID, e.g. LPMK3 for example, for the Launchpad Mini MK3".
- Akai MPCs
- Akai APC Mini Mk2
- Akai APC Key 25 Mk2
- Novation Launchpad Mini Mk3
- Novation Launchpad X
- The KikGen Labs KIKPAD LPMK3 emulation
Driver Ids :
- NONE : IamForce2 whithout a controller
- APCINIMK2 : IamForce2 using the Akai APC Mini mk2 controller
- APCKEY25MK2 : IamForce2 using the Akai APC Key 25 mk2 controller
- LPMK3 : IamForce2 using the Novation Launchpad mini mk3 controller
- LPX : IamForce2 using the Novation Launchpad X controller
- KIKPADMK3 : IamForce2 using the KikGen Labs KIKPAD LPMK3 emulation
(TBD)