Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
pete
/
radio
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
1
Wiki
Actividad
Explorar el Código
Making progress
tags/kitchen
Pete Shadbolt
hace 3 años
padre
763a8866e4
commit
296bcca622
Se han
modificado 1 ficheros
con
12 adiciones
y
3 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+12
-3
audio.ck
+ 12
- 3
audio.ck
Ver fichero
@@ -1,8 +1,17 @@
SinOsc o => Gain m => dac;
SinOsc o1 => Gain m => dac;
SinOsc o2 => m;
SinOsc o3 => m;
0.5 => m.gain;
0.1 => m.gain;
500 => o1.freq;
800 => o2.freq;
900 => o3.freq;
OscRecv orec;
orec.event("webcam/update, i") @=> OscEvent update;
orec.listen();
update => now;
while (true) {
update => now;
update.getInt() => int i;
<<< i >>>;
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar