Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
himwho committed Jan 31, 2024
1 parent 80334aa commit 28009a2
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions osc_client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,3 @@ This project is designed to be used 2 ways:
By default the m1-orientationmanager service executable is expected in a common data directory of each local machine, and where applicable to be managed by a service agent or LaunchAgent unless built with the `M1_ORIENTATION_MANAGER_EMBEDDED` definition.

**If using `M1_ORIENTATION_MANAGER_EMBEDDED` please make sure the m1-orientationmanager executable and the settings.json are also installed locally**

## OSC Tool
This repo also includes a flexible and simple UI app to show an example of interfacing with the m1-orientationmanager background service and output the calculated orientation via OSC to any IP + port for use with other software.

This can be found in the [osc_client](osc_client) directory.

### Setup
- Build via CMake or JUCE to compile the contents of [osc_client](osc_client) via the same methods described above
- Copy the [settings.json](Resources/settings.json) to either:
- MacOS `/Library/Application Support/Mach1/settings.json` or on windows `\Documents and Settings\All Users\Application Data\Mach1\settings.json` and ensure that `useStandalone = false`
- Set `useStandalone = true` and install the `settings.json` next to the executable
- Run the built m1-orientationmanager executable via the instructions above, the client will look for the server locally via http

0 comments on commit 28009a2

Please sign in to comment.