This file contains hidden or 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
gt >> dirt (dur=PDur(4,8), formant=linvar([1,3,4]), root=var([2,1]), amp=1.3) | |
hy >> play ("|X2| ", amp=2) | |
gk >> space ([0,5], shape=0.5, dur=8, amp=.6, oct=4) + (0,4) | |
print (SynthDefs) | |
mk >> pasha ([1,5], shape=0.5, dur=PDur(4,8), amp=.5, oct=4, formant=linvar([1,1,0,3,2,0,1])) + (0,4) |
This file contains hidden or 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
#TR4NSP3CTRX | |
# @Motivando a la Gyal | @Noisk8 | |
# Sábado 24 de Agosto En Calle 9 + 1 | |
no >> play ("|V2| ", mix=.1, room=0, amp=0) | |
kk >> play (" |n2|", amp=0) | |
jp >> play (" |=1|", amp=0, chop=0, dur=1) | |
nh >> play (" [::]", amp=0) |
This file contains hidden or 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
""" Handles OSC messages being sent to SuperCollider. | |
""" | |
from __future__ import absolute_import, division, print_function | |
import sys | |
if sys.version_info[0] > 2: | |
import queue | |
else: | |
import Queue as queue |
This file contains hidden or 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
//Importa la libreria P5osc | |
import oscP5.*; | |
//Llama la libreria que abre imagenes | |
PImage abeja, abejaR, abejaN, abejaA, abejaV, arana, aranaR, aranaN, aranaA, aranaV, cucaracha, cucarachaR, cucarachaN, cucarachaA, cucarachaV, hormiga, hormigaR, hormigaN, hormigaA, hormigaV, mosca, moscaR, moscaN, moscaA, moscaV; | |
OscP5 oscP5; | |
// Banderas de los Synths |
NewerOlder