-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
25 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,14 +15,14 @@ jobs: | |
- name: Git Checkout | ||
uses: actions/checkout@master | ||
|
||
- name: Setup MSBuild.exe | ||
uses: microsoft/setup-msbuild@v1.0.2 | ||
|
||
- name: Setup Nuget.exe | ||
uses: nuget/setup-nuget@v1 | ||
- name: Publish VL Nuget | ||
uses: vvvv/[email protected].42 | ||
- name: Setup MSBuild.exe | ||
uses: microsoft/setup-msbuild@v2 | ||
|
||
- name: Setup Nuget.exe | ||
uses: nuget/setup-nuget@v2.0.0 | ||
|
||
- name: Publish VL Nuget | ||
uses: vvvv/[email protected].43 | ||
with: | ||
csproj: src\VL.Audio.GPL.csproj | ||
nuspec: deployment\VL.Audio.GPL.nuspec | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,16 @@ GPL licensed extensions to [VL.Audio](https://github.com/vvvv/VL.Audio). | |
|
||
Includes [Gist](https://github.com/adamstark/Gist) and [BTrack](https://github.com/adamstark/Btrack) by Adam Stark. | ||
|
||
## Using the library | ||
In order to use this library with VL you have to install the nuget that is available via nuget.org. For information on how to use nugets with VL, see [Managing Nugets](https://thegraybook.vvvv.org/reference/hde/managing-nugets.html) in the documentation. As described there you go to the commandline and then type: | ||
For use with vvvv, the visual live-programming environment for .NET: http://visualprogramming.net | ||
|
||
nuget install VL.Audio.GPL | ||
## Getting started | ||
- Install as [described here](https://thegraybook.vvvv.org/reference/hde/managing-nugets.html) via commandline: | ||
|
||
`nuget install VL.Audio.GPL` | ||
|
||
- Usage examples and more information are included in the pack and can be found via the [Help Browser](https://thegraybook.vvvv.org/reference/hde/findinghelp.html) | ||
|
||
## Contributing | ||
- Report issues on [the vvvv forum](https://discourse.vvvv.org/c/vvvv-gamma/28) | ||
- For custom development requests, please [get in touch](mailto:[email protected]) | ||
- When making a pull-request, please make sure to read the general [guidelines on contributing to vvvv libraries](https://thegraybook.vvvv.org/reference/extending/contributing.html) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters