Skip to content

Commit

Permalink
some README cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hypebeast committed Dec 2, 2019
1 parent 131294f commit bcdf459
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 19 deletions.
2 changes: 2 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ indent_size = 4
indent_style = tab

[*.md]
indent_style = space
indent_size = 4
trim_trailing_whitespace = false

38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,26 @@

## Features

- OSC Bundles, including timetags
- OSC Messages
- OSC Client
- OSC Server
- Supports the following OSC argument types:
- 'i' (Int32)
- 'f' (Float32)
- 's' (string)
- 'b' (blob / binary data)
- 'h' (Int64)
- 't' (OSC timetag)
- 'd' (Double/int64)
- 'T' (True)
- 'F' (False)
- 'N' (Nil)
- Support for OSC address pattern including '\*', '?', '{,}' and '[]' wildcards
- OSC Bundles, including timetags
- OSC Messages
- OSC Client
- OSC Server
- Supports the following OSC argument types:
- 'i' (Int32)
- 'f' (Float32)
- 's' (string)
- 'b' (blob / binary data)
- 'h' (Int64)
- 't' (OSC timetag)
- 'd' (Double/int64)
- 'T' (True)
- 'F' (False)
- 'N' (Nil)
- Support for OSC address pattern including '\*', '?', '{,}' and '[]' wildcards

## Install

```
```shell
go get github.com/hypebeast/go-osc
```

Expand Down Expand Up @@ -71,6 +71,6 @@ func main() {

## Tests

```
go test
```shell
make test
```

0 comments on commit bcdf459

Please sign in to comment.