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
#!/bin/bash | |
# Primero accedemos al VPS y hacemos un Backup | |
# tar czf - .nym/* > BACKUPNYM.tar.gz | |
# Hacemos elñ respaldo al ordenador local | |
# scp -P 22 root@ip-del-vps:/root/archivo.zip /home/igor/ | |
# Definición de colores ANSI para mejorar la visualización en terminal | |
# Estos códigos de escape permiten colorear el texto de la salida | |
RED='\033[0;31m' # Color rojo para errores |
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
# INTRO | |
l1 >> dbass(dur=PDur(8,8), sus=2, chop=0, shape=PWhite(0,1/2),amp=0, pan=PWhite(-1,1)).sometimes("offadd", 4) + var([0,2],4) | |
l2 >> play("@", dur=1/4, sample=P[:8].rotate([0,1,3]), rate=4, pan=-0.5, amp=0) | |
l3 >> space([7,6,4,P*(2,1),0], dur=8, pan=(-1,1), amp=0, chop=4, oct=4.9) |
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
bareto=[0,.6,0,0,.7,0,0,2] | |
# BASSLINE | |
nn >> faim (bareto, amp=4, dur=PDur(4,8),oct=3.5, formant=var([0,0,1,0,0,2,0,0,3]) ) | |
# Ambient | |
ju >> hoover (bareto,dur=8, root=[0,0,1,2,0,0], amp=0,) |
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
I am attesting that this GitHub handle noisk8 is linked to the Tezos account tz1fHBwJckcoY9e9tKddUEh2hAoSiQ4tVdHA for tzprofiles | |
sig:edsigtbTKidreDQV5MNPndkSow1eGWtF9nBPQZgWnYnyH7ExzKzEg8d3z9rYNxJWL5X5RkpyYgGbCnNXcq2o5M1azNYpXQPfkj6 |
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
Clock.bpm=120 | |
#TOKE | |
k8 >> play("|X3| ", amp=2) | |
c1 >> play (" |o2|", dur=2/2, amp=.4) | |
b8 >> play ("[--]", amp=2) |
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
og >> ambi (oct=4, echo=.2, vib=1, delay=.4) | |
gc >> pads (amp=.6,dur=PDur(1,64), oct=4, root=var([0,1]), shape=1) | |
zp >> zap( | |
-1, | |
dur=0.15, | |
oct=[5, [5, var([5, 5.25, 5.5, 6], [[64, 32], [32, 64], 32])], 5, var([5, 4.85, 4.5], 128)], | |
pan=PWhite(-0.5, 0.5), |
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
Clock.bpm=120 | |
#TOKE | |
k8 >> play("|X3| ", amp=2) | |
c1 >> play (" |o2|", dur=2/2, amp=.4) | |
b8 >> play ("[--]", amp=2) |
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
#NOISK8 | UNKOWN MEDELLÍN | NUCLEOROTO | CORRALON RECORDS | |
#FESTIVAL ASIMTRIA PUPUMYACKHAN 2021 | |
gy >> ripple (oct=3, amp=0, dur=16) | |
gt >> play ("|X3| ", amp=0) | |
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
#PROYECTO MUTAR VOL2 | |
#intro | |
hy >> soprano (dur=16, oct=5, vib=2, amp=0) | |
k3 >> growl (dur=8, amp=0,mix=.7, room=.5) | |
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
b1 >> bass(dur=1/4, formant=PRand(5)[:8], rate=PRand(2,10)[:8], pan=PWhite(-1,1)) | |
b2 >> sawbass(var([0,5,2,[3,6]],[3,3,1,1]), dur=PDur(1,8), amp=.7).spread() | |
bu >> play ("|x4| ") | |
gk >> play (" |n2|", amp=2) | |
c1 >> play("#", rate=-1/2, hpf=1000, dur=4, amp=4, room=1, coarse=16).spread() |
NewerOlder