Skip to content

Commit

Permalink
Update cvOSCcv - expanders
Browse files Browse the repository at this point in the history
Add expansion moduels for cvOSCcv. Allow cvOSCcv modules to use the same ports, etc...
  • Loading branch information
chichian committed Sep 3, 2019
1 parent 93f24a5 commit ff364d9
Show file tree
Hide file tree
Showing 36 changed files with 4,410 additions and 2,633 deletions.
25 changes: 23 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"slug": "trowaSoft",
"name": "trowaSoft",
"version": "1.0.1",
"version": "1.0.2",
"license": "BSD-3-Clause",
"author": "j4s0n-c",
"authorEmail": "",
Expand Down Expand Up @@ -60,9 +60,30 @@
"name": "cvOSCcv",
"description": "Generic Open Sound Control (OSC) module for outputting Rack CVs to OSC and reading in simple OSC messages into Rack CVs.",
"tags": [
"External"
"External",
"Poly"
]
},
{
"slug": "cvOSCcv-InputExpander",
"name": "cvOSC Input Expander",
"description": "Expansion module for cvOSCcv. Allows more input CV channels to be sent to OSC.",
"tags": [
"External",
"Poly",
"Expander"
]
},
{
"slug": "cvOSCcv-OutputExpander",
"name": "OSCcv Output Expander",
"description": "Expansion module for cvOSCcv. Allows more output CV channels to be received from OSC.",
"tags": [
"External",
"Poly",
"Expander"
]
},
{
"slug": "tsBlank",
"name": "tsBlank",
Expand Down
266 changes: 266 additions & 0 deletions res/OSCcv.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
266 changes: 266 additions & 0 deletions res/cvOSC.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/cvOSC_OSCcv_Expanders_screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/cvOSCcv_screenshot_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
193 changes: 0 additions & 193 deletions src/Module_multiScope_Old.cpp

This file was deleted.

Loading

0 comments on commit ff364d9

Please sign in to comment.