Skip to content

Commit

Permalink
Added new macOS doc
Browse files Browse the repository at this point in the history
  • Loading branch information
goodtimes-code committed Mar 2, 2024
1 parent c17f448 commit 5dd3046
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,22 @@ For *Max for Live* developers:
- [Max for Live](https://www.ableton.com/de/live/max-for-live/)

# Components
- *osc-receiver*: The server component which receives OSC commands and translates them to a laser DAC.
- *osc-receiver*: The server component which receives OSC commands and translates them to a laser DAC. Also provides 2D preview window.
- *osc-senders/open-stagecontrol*: Template for open-stage-control GUI (OSC client with desktop and web UI)
- *osc-senders/max-for-live-device/osc2laser.amxd*: Max for Live instrument

# Quick Start
## OSC receiver
### macOS
- Install ***.pkg*** file
- Review config
- Browse to ***/Applications***
- Right click -> Show package content
- Browse to ***Contents*** -> ***MacOS***
- Edit and save ***config_laser1.txt***
- Launch application (via ***/Applications*** -> right click on ***osc2laser*** -> ***Open***)

### Any OS (run Python code manually)
- Python 3:
1. Install the Python 3 runtime which matches your operating system (Windows, Mac, Linux,...).
2. Install virtual environment: `python -m venv venv`
Expand Down
2 changes: 1 addition & 1 deletion osc-receiver/make_installer_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cat > dist/osc2laser.app/Contents/Info.plist <<EOF
<key>CFBundleName</key>
<string>osc2laser</string>
<key>CFBundleVersion</key>
<string>1.0.0</string>
<string>1.1.0</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
</dict>
Expand Down

0 comments on commit 5dd3046

Please sign in to comment.