Skip to content

Commit 4b5622b

Browse files
committed
changed pcat value from 15 to 2
1 parent 0b59c12 commit 4b5622b

File tree

863 files changed

+25086
-20
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

863 files changed

+25086
-20
lines changed

.SVTjungle3 2.service.icloud

-170 Bytes
Binary file not shown.

.gustavsnode 2.service.icloud

-171 Bytes
Binary file not shown.

SVT.djungle3.pd

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#N canvas 160 152 1003 608 12;
1+
#N canvas 160 152 1003 585 12;
22
#X declare -lib zexy;
33
#N canvas 326 123 1022 493 mixer 1;
44
#X obj 558 591 dac~ 1 2 3 4;
@@ -1357,21 +1357,21 @@ the mp3.player on or off., f 26;
13571357
#X obj 4480 430 vsl 15 128 0 1 0 0 empty empty empty 0 -9 0 10 -262144
13581358
-1 -1 0 1;
13591359
#X obj 4620 451 vsl 15 128 0 1 0 0 empty empty empty 0 -9 0 10 -262144
1360-
-1 -1 1330 1;
1360+
-1 -1 504 1;
13611361
#X obj 4694 450 vsl 15 128 0 1 0 0 empty empty empty 0 -9 0 10 -262144
1362-
-1 -1 1310 1;
1362+
-1 -1 1459 1;
13631363
#X obj 4765 452 vsl 15 128 0 1 0 0 empty empty empty 0 -9 0 10 -262144
1364-
-1 -1 3387 1;
1364+
-1 -1 2193 1;
13651365
#X obj 4839 451 vsl 15 128 0 1 0 0 empty empty empty 0 -9 0 10 -262144
1366-
-1 -1 1411 1;
1366+
-1 -1 2661 1;
13671367
#X obj 4905 456 vsl 15 128 0 1 0 0 empty empty empty 0 -9 0 10 -262144
1368-
-1 -1 2217 1;
1368+
-1 -1 3931 1;
13691369
#X obj 4979 455 vsl 15 128 0 1 0 0 empty empty empty 0 -9 0 10 -262144
1370-
-1 -1 2056 1;
1370+
-1 -1 171 1;
13711371
#X obj 5050 457 vsl 15 128 0 1 0 0 empty empty empty 0 -9 0 10 -262144
1372-
-1 -1 2923 1;
1372+
-1 -1 403 1;
13731373
#X obj 5106 457 vsl 15 128 0 1 0 0 empty empty empty 0 -9 0 10 -262144
1374-
-1 -1 4304 1;
1374+
-1 -1 4491 1;
13751375
#X connect 0 0 920 0;
13761376
#X connect 0 0 1016 0;
13771377
#X connect 1 0 921 0;
@@ -3726,7 +3726,7 @@ f 14;
37263726
#X obj 814 443 r switchOFF3;
37273727
#X obj 484 445 r switchON2;
37283728
#X obj 491 475 r switchOFF2;
3729-
#N canvas 382 117 682 726 readHarp 1;
3729+
#N canvas 382 117 682 726 readHarp 0;
37303730
#X obj 175 123 t b b;
37313731
#X obj 175 80 r startHarp;
37323732
#X msg 175 249 start;

SVTjungle3 2.service

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
[Unit]
2+
Description=Systemd Pure data service.
3+
4+
[Service]
5+
User=pi
6+
7+
Type=simple
8+
9+
# Path assumes node.js is installed via nvm https://github.com/nvm-sh/nvm
10+
# You'll need to change the path based on the Node.js version you have installed.
11+
# You can check with: $ ls /home/pi/.nvm/versions/node.
12+
# Or type 'which node' in the terminal.
13+
ExecStart=/usr/bin/pd-l2ork -nogui /home/pi/Documents/pd2_repository/SVTjungle3.pd
14+
15+
# Automatically Restart after crash
16+
Restart=on-failure
17+
18+
# Wait x seconds before restarting
19+
RestartSec=5
20+
21+
[Install]
22+
WantedBy=multi-user.target

gustavsnode 2.service

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
[Unit]
2+
Description=Systemd node service.
3+
4+
# Wait until network services are ready
5+
After=network.target
6+
7+
[Service]
8+
User=pi
9+
10+
Type=simple
11+
12+
# Path assumes node.js is installed via nvm https://github.com/nvm-sh/nvm
13+
# You'll need to change the path based on the Node.js version you have installed.
14+
# You can check with: $ ls /home/pi/.nvm/versions/node.
15+
# Or type 'which node' in the terminal.
16+
ExecStart=/home/pi/.config/nvm/versions/node/v12.16.3/bin/node /home/pi/Documents/pd2_repository/gustavsnode.js
17+
18+
# Automatically Restart after crash
19+
Restart=on-failure
20+
21+
# Wait x seconds before restarting
22+
RestartSec=5
23+
24+
[Install]
25+
WantedBy=multi-user.target

gustavsnode.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
// Replace slider to another checkbox.
66

7-
var ip = '192.168.1.13';
7+
var ip = '192.168.68.157';
88
// var os = require('os')
99
// console.log(os.networkInterfaces())
1010
var port = '3000';
@@ -84,6 +84,7 @@ function newConnection(socket) {
8484
method: "PUT",
8585
body: ";pcat " + pcat + ";"
8686
}).catch(err => console.error(err));
87+
console.log('Sending pcat value "' + pcat + '" from Node server to Pd.');
8788
}
8889

8990
// socket.on('sunSocket', sendSun);
Binary file not shown.
Binary file not shown.

node_modules/@serialport/binding-abstract/CHANGELOG 2.md

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@serialport/binding-abstract/README 2.md

+14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)