8000 Update README · steeltrack/AbletonOSC@9b94a64 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ideoforms committed Nov 19, 2023
1 parent bf7d348 commit 9b94a64
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ same IP as the originating message. When querying properties, OSC wildcard patte
<summary><b>Documentation</b>: Application API</summary>

| Address | Query params | Response params | Description |
| :---------------------------- | :----------- | :--------------------------- | :--------------------------------------------------------------------------------------- |
|:------------------------------|:-------------|:-----------------------------|:-----------------------------------------------------------------------------------------|
| /live/test | | 'ok' | Display a confirmation message in Live, and sends an OSC reply to /live/test |
| /live/application/get/version | | major_version, minor_version | Query Live's version |
| /live/api/reload | | | Initiates a live reload of the AbletonOSC server code. Used in development only. |
Expand Down Expand Up @@ -70,7 +70,7 @@ Represents the top-level Song object. Used to start/stop playback, create/modify
### Song methods

| Address | Query params | Response params | Description |
| :-------------------------------- | :----------- | :-------------- | :--------------------------------------------------------------------------------------- |
|:----------------------------------|:-------------|:----------------|:-----------------------------------------------------------------------------------------|
| /live/song/capture_midi | | | Capture midi |
| /live/song/continue_playing | | | Resume session playback |
| /live/song/create_audio_track | index | | Create a new audio track at the specified index (-1 = end of list) |
Expand Down Expand Up @@ -203,18 +203,18 @@ Represents the view (user interface) of live
<details>
<summary><b>Documentation</b>: View API</summary>

| Address | Query params | Response params | Description |
|:------------------------------|:-------------------------|:-------------------------|:--------------------------------------------------------|
| /live/view/get/selected_scene | | scene_index | Returns the selected scene index (first scene = 0) |
| /live/view/get/selected_track | | track_index | Returns the selected index track (first track = 0) |
| /live/view/get/selected_clip | | track_index, scene_index | Returns the track and scene index of the selected clip |
| /live/view/set/selected_scene | scene_index | | Set the selected scene (first scene = 0) |
| /live/view/set/selected_track | track_index | | Set the selected track (first track = 0) |
| Address | Query params | Response params | Description |
|:---------------------------------------|:-------------------------|:-------------------------|:--------------------------------------------------------|
| /live/view/get/selected_scene | | scene_index | Returns the selected scene index (first scene = 0) |
| /live/view/get/selected_track | | track_index | Returns the selected index track (first track = 0) |
| /live/view/get/selected_clip | | track_index, scene_index | Returns the track and scene index of the selected clip |
| /live/view/set/selected_scene | scene_index | | Set the selected scene (first scene = 0) |
| /live/view/set/selected_track | track_index | | Set the selected track (first track = 0) |
| /live/view/set/selected_clip | track_index, scene_index | | Set the selected clip |
| /live/view/start_listen/selected_scene | | selected_scene | Start listening to the selected scene (first scene = 0) |
| /live/view/start_listen/selected_track | | selected_track | Start listening to selected track (first track = 0) |
| /live/view/stop_listen/selected_scene | | | Stop listening to the selected scene (first scene = 0) |
| /live/view/stop_listen/selected_track | | | Stop listening to selected track (first track = 0) |
| /live/view/start_listen/selected_scene | | selected_scene | Start listening to the selected scene (first scene = 0) |
| /live/view/start_listen/selected_track | | selected_track | Start listening to selected track (first track = 0) |
| /live/view/stop_listen/selected_scene | | | Stop listening to the selected scene (first scene = 0) |
| /live/view/stop_listen/selected_track | | | Stop listening to selected track (first track = 0) |
</details>

---
Expand Down

0 comments on commit 9b94a64

Please sign in to comment.
0