Skip to content

Commit cc89ee6

Browse files
Final tweaks to build workflow
1 parent 14380c3 commit cc89ee6

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
python-version: 3.9
1616
- uses: actions/upload-artifact@v3
1717
with:
18-
name: UniversalController.zip
18+
name: 'UniversalController'
1919
path: src

docs/setup.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ intend to contribute code to the script, you should follow the
1616
4. In a different window, navigate to
1717
`Documents/Image-Line/FL Studio/Settings/Hardware` in your file manager.
1818

19-
5. Extract the `UniversalController` folder from within the zip folder to the
20-
`Hardware` folder.
19+
5. Extract the zip folder to a new `UniversalController` folder located within
20+
the `Hardware` folder.
2121

22-
6. Launch (or close and relaunch) FL Studio, and open the MIDI Settings window.
22+
6. Launch (or close and relaunch) FL Studio, and open the MIDI Settings
23+
window.
2324

2425
7. Set your desired controller's ports to be the same (non-zero) value in both
2526
the input and output sections. Refer to the image for an example setup. For
@@ -29,20 +30,21 @@ intend to contribute code to the script, you should follow the
2930
8. Select the controller in the input section, and change the controller type
3031
to `Universal Controller (user)`. Make sure the controller is enabled.
3132

32-
9. Navigate to the script output window (View > Script output), and select your
33-
device's tab.
33+
9. Navigate to the script output window (View > Script output), and select
34+
your device's tab.
3435

35-
10. Wait 3 seconds - if no errors appear, your device was detected successfully.
36+
10. Wait 3 seconds - if no errors appear, your device was detected
37+
successfully.
3638

3739
11. Familiarise yourself with your device's specific functionality in the
38-
[devices section](devices/README.md), making sure to complete any additional
39-
setup requirements. Enjoy using your device!
40+
[devices section](devices/README.md), making sure to complete any
41+
additional setup requirements. Enjoy using your device!
4042

4143
12. If you get an error, then your device couldn't be detected. Usually this
4244
means that your device doesn't have a definition (I'd love if you
4345
[contributed one](contributing/README.md)), but if you're sure your
44-
device does, it may just need some manual configuration. Refer to its manual
45-
page in the [devices section](devices/devices.md).
46+
device does, it may just need some manual configuration. Refer to its
47+
manual page in the [devices section](devices/devices.md).
4648

4749
Don't forget to read the basic [usage instructions](usage.md) for the script
4850
so that you can take full advantage of the integration it provides!

0 commit comments

Comments
 (0)