You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/server/beam/tau/README.md
+2-9Lines changed: 2 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
Erlang/Elixir IO Server with C++ NIFs for MIDI and Link plus support for
4
4
future Rust NIFs.
5
5
6
-
# Development mode
6
+
##Development mode
7
7
8
8
To manually start the Tau server in development mode:
9
9
@@ -29,12 +29,10 @@ Note, you will need to connect the browser to localhost on the port which is pri
29
29
30
30
Also, note, that unless you compile and provide the shared libraries for the MIDI and Link NIFs, this functionality will not be available.
31
31
32
-
33
-
# Production mode
32
+
## Production mode
34
33
35
34
When Tau is packaged into a Sonic Pi release, it is first turned into a mix release which is then started with `MIX_ENV=prod`. You can manually achieve this with the following:
0 commit comments