Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sstaub authored Dec 5, 2021
1 parent 2b613e0 commit 072bf3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,11 +269,11 @@ The naming must the same as in the GrandMA3 software
## RAM usage adjustment
Because using strictly stack allocation of OSC strings,
you need to adjust the allpcation size in the gma3.h file.
you need to adjust the allocation size in the gma3.h file.
```cpp
// OSC settings
#define OSC_PATTERN_SIZE 64 // length depends on naming conventions
#define OSC_STRING_SIZE 64 // length depends of the command length
#define OSC_STRING_SIZE 64 // length depends on maximum command length
#define OSC_MESSAGE_SIZE 128 // this should OSC_PATTERN_SIZE + OSC_STRING_SIZE
```

Expand Down Expand Up @@ -484,4 +484,4 @@ OSC Pattern: /gma3/13.13.1.5.2 String: Go+ Integer 1: 1 Integer 2: 0 Float: 0.00
OSC Pattern: /gma3/13.13.1.5.2 String: Go+ Integer 1: 0 Integer 2: 0 Float: 0.00
OSC Pattern: /gma3/13.13.1.5.2 String: FaderMaster Integer 1: 1 Integer 2: 0 Float: 100.00
```
The OSC pattern data is very cryptic because of the representation of the internal structure which there is no real docuentation.
The OSC pattern data is very cryptic because of the representation of the internal structure which there is no real docuentation.

0 comments on commit 072bf3f

Please sign in to comment.