Skip to content

Commit

Permalink
Update README to match new structure
Browse files Browse the repository at this point in the history
  • Loading branch information
tomduncalf committed Dec 14, 2015
1 parent 18b6045 commit 70800b3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Devices/README.md
Expand Up @@ -26,16 +26,16 @@ If you want to know what the install script is doing, you can look at install.co

To install the script manually (or on Windows - please note this has not been tested so use common sense and let me know of any errors!), do the following:

1. Backup your Live Remote MIDI Scripts folder
2. Create a new directory called Ubermap inside your Live Remote MIDI Scripts folder
1. Backup your Live "MIDI Remote Scripts" folder
2. Create a new directory called Ubermap inside your Live "MIDI Remote Scripts" folder
3. Copy all the files from the unzipped Common folder (where you unzipped Ubermap) into the Ubermap folder you crated in step 2
4. Copy UbermapDevices.py from the unzipped Devices folder into the Ubermap folder you created in step 2
5. Copy Devices.py from the unzipped Devices folder to the _Generic folder in your Live Remote MIDI Scripts folder
6. Copy DeviceParameterComponent.py from the unzipped Devices folder to the Push folder in your Live Remote MIDI Scripts folder
7. Delete or rename (for backup purposes) the following files to make Live read the new Python files:
4. Copy UbermapDevices.py and UbermapDevicesPatches.py from the unzipped Devices folder into the Ubermap folder you created in step 2
5. If you are using Push 1, copy __init__.py from the unzipped Push folder into the Push folder inside your Live "MIDI Remote Scripts" folder
6. If you are using Push 2, copy __init__.py from the unzipped Push2 folder into the Push2 folder inside your Live "MIDI Remote Scripts" folder
7. Delete or rename (for backup purposes) the following files in the Live "MIDI Remote Scripts" folder to make Live read the new Python files:
- *.pyc inside the Ubermap folder (will only exist if you are upgrading)
- Devices.pyc inside the _Generic folder
- DeviceParameterComponent.pyc inside the Push folder
- If using Push 1, __init__.pyc inside the Push folder
- If using Push 2, __init__.pyc inside the Push2 folder
8. Create a folder called Ubermap in your user folder (e.g. C:\Users\Tom\Ubermap)
9. Create a folder called Devices inside this Ubermap folder (e.g. C:\Users\Tom\Ubermap\Devices)
10. Copy all the files from the unzipped Config folder into the Ubermap folder you created in step 8
Expand Down

0 comments on commit 70800b3

Please sign in to comment.