merged to local machine
commit
ae519ff817
@ -0,0 +1,2 @@
|
||||
APT::Install-Recommends "0";
|
||||
APT::Install-Suggests "0";
|
@ -0,0 +1,85 @@
|
||||
state.Device {
|
||||
control.1 {
|
||||
iface PCM
|
||||
name 'Playback Channel Map'
|
||||
value.0 0
|
||||
value.1 0
|
||||
comment {
|
||||
access read
|
||||
type INTEGER
|
||||
count 2
|
||||
range '0 - 36'
|
||||
}
|
||||
}
|
||||
control.2 {
|
||||
iface PCM
|
||||
name 'Capture Channel Map'
|
||||
value 0
|
||||
comment {
|
||||
access read
|
||||
type INTEGER
|
||||
count 1
|
||||
range '0 - 36'
|
||||
}
|
||||
}
|
||||
control.3 {
|
||||
iface MIXER
|
||||
name 'PCM Playback Switch'
|
||||
value true
|
||||
comment {
|
||||
access 'read write'
|
||||
type BOOLEAN
|
||||
count 1
|
||||
}
|
||||
}
|
||||
control.4 {
|
||||
iface MIXER
|
||||
name 'PCM Playback Volume'
|
||||
value.0 97
|
||||
value.1 97
|
||||
comment {
|
||||
access 'read write'
|
||||
type INTEGER
|
||||
count 2
|
||||
range '0 - 151'
|
||||
dbmin -2837
|
||||
dbmax -6
|
||||
dbvalue.0 -1019
|
||||
dbvalue.1 -1019
|
||||
}
|
||||
}
|
||||
control.5 {
|
||||
iface MIXER
|
||||
name 'Mic Capture Switch'
|
||||
value true
|
||||
comment {
|
||||
access 'read write'
|
||||
type BOOLEAN
|
||||
count 1
|
||||
}
|
||||
}
|
||||
control.6 {
|
||||
iface MIXER
|
||||
name 'Mic Capture Volume'
|
||||
value 0
|
||||
comment {
|
||||
access 'read write'
|
||||
type INTEGER
|
||||
count 1
|
||||
range '0 - 16'
|
||||
dbmin 0
|
||||
dbmax 2381
|
||||
dbvalue.0 0
|
||||
}
|
||||
}
|
||||
control.7 {
|
||||
iface MIXER
|
||||
name 'Auto Gain Control'
|
||||
value false
|
||||
comment {
|
||||
access 'read write'
|
||||
type BOOLEAN
|
||||
count 1
|
||||
}
|
||||
}
|
||||
}
|
@ -0,0 +1,20 @@
|
||||
# Defaults for hostapd initscript
|
||||
#
|
||||
# See /usr/share/doc/hostapd/README.Debian for information about alternative
|
||||
# methods of managing hostapd.
|
||||
#
|
||||
# Uncomment and set DAEMON_CONF to the absolute path of a hostapd configuration
|
||||
# file and hostapd will be started during system boot. An example configuration
|
||||
# file can be found at /usr/share/doc/hostapd/examples/hostapd.conf.gz
|
||||
#
|
||||
DAEMON_CONF="/etc/hostapd/hostapd.conf"
|
||||
|
||||
# Additional daemon options to be appended to hostapd command:-
|
||||
# -d show more debug messages (-dd for even more)
|
||||
# -K include key data in debug messages
|
||||
# -t include timestamps in some debug messages
|
||||
#
|
||||
# Note that -B (daemon mode) and -P (pidfile) options are automatically
|
||||
# configured by the init.d script and must not be added to DAEMON_OPTS.
|
||||
#
|
||||
#DAEMON_OPTS=""
|
@ -0,0 +1,4 @@
|
||||
interface=wlan0
|
||||
dhcp-range=10.10.10.11,10.10.10.254,12h
|
||||
address=/#/10.10.10.10
|
||||
no-resolv
|
@ -0,0 +1,6 @@
|
||||
interface=wlan0
|
||||
driver=nl80211
|
||||
ssid=TGC #3
|
||||
hw_mode=g
|
||||
channel=6
|
||||
|
@ -0,0 +1,2 @@
|
||||
options snd-usb-audio index=0
|
||||
options snd_bcm2835 index=1
|
@ -0,0 +1,10 @@
|
||||
auto lo
|
||||
iface lo inet loopback
|
||||
|
||||
auto eth0
|
||||
iface eth0 inet dhcp
|
||||
|
||||
auto wlan0
|
||||
iface wlan0 inet static
|
||||
address 10.10.10.10
|
||||
netmask 255.255.255.0
|
@ -0,0 +1,20 @@
|
||||
#!/bin/sh -e
|
||||
#
|
||||
# rc.local
|
||||
#
|
||||
# This script is executed at the end of each multiuser runlevel.
|
||||
# Make sure that the script will "exit 0" on success or any other
|
||||
# value on error.
|
||||
#
|
||||
# In order to enable or disable this script just change the execution
|
||||
# bits.
|
||||
#
|
||||
# By default this script does nothing.
|
||||
|
||||
/usr/bin/printf " My IP address is\033[0;31m `/sbin/ifconfig | grep "inet addr" | grep -v "127.0.0.1" | awk '{ print $2 }' | awk -F: '{ print $2 }'` \033[0m\n" > /dev/console
|
||||
|
||||
# Restore audio levels
|
||||
alsactl --file /etc/asound.state restore
|
||||
|
||||
|
||||
exit 0
|
@ -0,0 +1 @@
|
||||
FLOPPYLEFT - 2017
|
@ -0,0 +1,11 @@
|
||||
Author: Kimmy Spreeuwenberg
|
||||
Date: 2017
|
||||
Title: Rest
|
||||
|
||||
Description:
|
||||
Make a silence.
|
||||
|
||||
“There is no such thing as an empty space or an empty time.
|
||||
There is always something to see, something to hear. In fact,
|
||||
try as we may to make a silence, we cannot.”
|
||||
(John Cage, Silence: Lectures and Writings)
|
@ -0,0 +1,135 @@
|
||||
#N canvas 166 23 912 793 10;
|
||||
#X obj 98 109 adc~;
|
||||
#X obj 167 267 tabwrite~ noise;
|
||||
#X obj 98 131 +~;
|
||||
#X msg 209 208 bang;
|
||||
#X obj 214 136 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0
|
||||
1;
|
||||
#X obj 161 361 tabread4~ noise;
|
||||
#X obj 154 696 dac~;
|
||||
#X obj 161 334 *~ 88200;
|
||||
#X obj 198 170 metro 2000;
|
||||
#N canvas 0 22 450 278 (subpatch) 0;
|
||||
#X array noise 88200 float 2;
|
||||
#X coords 0 1 88200 -1 200 140 1 0 0;
|
||||
#X restore 428 114 graph;
|
||||
#X obj 313 193 env~;
|
||||
#X floatatom 369 228 5 0 0 0 - - -, f 5;
|
||||
#X obj 161 302 phasor~ 0.5;
|
||||
#X obj 175 525 +~;
|
||||
#X floatatom 306 267 5 0 0 0 - - -, f 5;
|
||||
#X obj 132 240 *~;
|
||||
#X obj 274 322 line~;
|
||||
#X obj 393 306 env~;
|
||||
#X obj 318 499 line~;
|
||||
#X floatatom 497 321 5 0 0 0 - - -, f 5;
|
||||
#X floatatom 280 453 5 0 0 0 - - -, f 5;
|
||||
#X obj 379 419 sel 1;
|
||||
#X obj 420 417 sel 1;
|
||||
#X obj 421 395 &&;
|
||||
#X obj 500 417 sel 1;
|
||||
#X obj 501 395 &&;
|
||||
#X obj 580 417 sel 1;
|
||||
#X obj 581 395 &&;
|
||||
#X obj 662 417 sel 1;
|
||||
#X obj 663 395 &&;
|
||||
#X msg 318 477 \$1 2000;
|
||||
#X obj 742 417 sel 1;
|
||||
#X obj 211 658 delwrite~ fd 4000;
|
||||
#X msg 379 442 1800;
|
||||
#X obj 420 368 > 50;
|
||||
#X obj 379 369 <= 50;
|
||||
#X obj 299 39 loadbang;
|
||||
#X msg 299 68 \; pd dsp 1;
|
||||
#X obj 173 564 /~ 2;
|
||||
#X obj 98 151 lop~ 2500;
|
||||
#X msg 422 442 1830;
|
||||
#X msg 744 442 1900;
|
||||
#X msg 664 442 1875;
|
||||
#X msg 582 442 1865;
|
||||
#X msg 502 442 1850;
|
||||
#X obj 742 369 > 90;
|
||||
#X obj 698 370 <= 90;
|
||||
#X obj 663 370 > 80;
|
||||
#X obj 614 370 <= 80;
|
||||
#X obj 580 368 > 70;
|
||||
#X obj 534 370 <= 70;
|
||||
#X obj 500 368 > 60;
|
||||
#X obj 454 370 <= 60;
|
||||
#X obj 273 269 &&;
|
||||
#X obj 271 238 > 60;
|
||||
#X obj 98 176 *~ 20;
|
||||
#X obj 324 238 <= 80;
|
||||
#X obj 318 523 vd~ fd 200;
|
||||
#X obj 288 552 *~ 0.95;
|
||||
#X msg 274 300 \$1 200;
|
||||
#X connect 0 0 2 0;
|
||||
#X connect 2 0 39 0;
|
||||
#X connect 3 0 1 0;
|
||||
#X connect 4 0 8 0;
|
||||
#X connect 5 0 13 0;
|
||||
#X connect 7 0 5 0;
|
||||
#X connect 8 0 1 0;
|
||||
#X connect 10 0 11 0;
|
||||
#X connect 10 0 54 0;
|
||||
#X connect 10 0 56 0;
|
||||
#X connect 12 0 7 0;
|
||||
#X connect 13 0 38 0;
|
||||
#X connect 15 0 1 0;
|
||||
#X connect 16 0 15 1;
|
||||
#X connect 17 0 19 0;
|
||||
#X connect 17 0 34 0;
|
||||
#X connect 17 0 35 0;
|
||||
#X connect 17 0 45 0;
|
||||
#X connect 17 0 46 0;
|
||||
#X connect 17 0 47 0;
|
||||
#X connect 17 0 48 0;
|
||||
#X connect 17 0 49 0;
|
||||
#X connect 17 0 50 0;
|
||||
#X connect 17 0 51 0;
|
||||
#X connect 17 0 52 0;
|
||||
#X connect 18 0 57 0;
|
||||
#X connect 20 0 30 0;
|
||||
#X connect 21 0 33 0;
|
||||
#X connect 22 0 40 0;
|
||||
#X connect 23 0 22 0;
|
||||
#X connect 24 0 44 0;
|
||||
#X connect 25 0 24 0;
|
||||
#X connect 26 0 43 0;
|
||||
#X connect 27 0 26 0;
|
||||
#X connect 28 0 42 0;
|
||||
#X connect 29 0 28 0;
|
||||
#X connect 30 0 18 0;
|
||||
#X connect 31 0 41 0;
|
||||
#X connect 33 0 30 0;
|
||||
#X connect 34 0 23 0;
|
||||
#X connect 35 0 21 0;
|
||||
#X connect 36 0 37 0;
|
||||
#X connect 36 0 8 0;
|
||||
#X connect 38 0 6 0;
|
||||
#X connect 38 0 6 1;
|
||||
#X connect 38 0 32 0;
|
||||
#X connect 38 0 17 0;
|
||||
#X connect 39 0 55 0;
|
||||
#X connect 40 0 30 0;
|
||||
#X connect 41 0 30 0;
|
||||
#X connect 42 0 30 0;
|
||||
#X connect 43 0 30 0;
|
||||
#X connect 44 0 30 0;
|
||||
#X connect 45 0 31 0;
|
||||
#X connect 46 0 29 1;
|
||||
#X connect 47 0 29 0;
|
||||
#X connect 48 0 27 1;
|
||||
#X connect 49 0 27 0;
|
||||
#X connect 50 0 25 1;
|
||||
#X connect 51 0 25 0;
|
||||
#X connect 52 0 23 1;
|
||||
#X connect 53 0 59 0;
|
||||
#X connect 54 0 14 0;
|
||||
#X connect 54 0 53 0;
|
||||
#X connect 55 0 10 0;
|
||||
#X connect 55 0 15 0;
|
||||
#X connect 56 0 53 1;
|
||||
#X connect 57 0 58 0;
|
||||
#X connect 58 0 13 1;
|
||||
#X connect 59 0 16 0;
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,5 @@
|
||||
Copyright <2017> <a_cAt> <http://www.aaaaa.cat>
|
||||
|
||||
You may do anything with this work that copyright law would normally
|
||||
restrict. There is no warranty. Anyway, we are going to die.
|
||||
Free yourself!
|
@ -0,0 +1,9 @@
|
||||
Author: Clàudia Giralt Monedero, a_cAt
|
||||
Date: 2017
|
||||
Title: The fine line
|
||||
|
||||
Description:
|
||||
|
||||
“The fine line between everything matters and nothing matters”
|
||||
|
||||
The idea of this project is to represent this line digitally and sonorously, and let the audience play with it. seeking balance and breaking it. Harmonious sounds and the disruption of those. Experiencing how close from each other opposites can be.
|
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,112 @@
|
||||
var carrier; // this is the carrierillator we will hear
|
||||
var modulator; // this carrierillator will modulate the amplitude of the carrier
|
||||
var fft; // we'll visualize the waveform
|
||||
|
||||
var opac;
|
||||
var carrier;
|
||||
|
||||
|
||||
|
||||
function getRandomArbitrary(min, max) {
|
||||
return Math.random() * (max - min) + min;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
function setup() {
|
||||
|
||||
|
||||
var myCanvas = createCanvas(innerWidth,100);
|
||||
myCanvas.parent("canvasp5");
|
||||
|
||||
|
||||
noFill();
|
||||
|
||||
|
||||
//SETING FIRST OSCILLATOR: CARRIER
|
||||
// EXPLANATION FROM WEBSITE: The carrier is typically set at an audible frequency (i.e. 440 Hz) and connected to master output by default. The carrier.amp is set to zero because we will have the modulator control its amplitude.
|
||||
|
||||
var randomnumb = getRandomArbitrary(0, 20);
|
||||
|
||||
console.log(randomnumb);
|
||||
carrier = new p5.Oscillator(); // connects to master output by default
|
||||
carrier.freq(200 + randomnumb); // it sets the frequency of the carrier. AN AUDIBLE ONE.
|
||||
carrier.amp(1);
|
||||
// carrier's amp is 0 by default, giving our modulator total control
|
||||
|
||||
carrier.start();
|
||||
|
||||
|
||||
|
||||
|
||||
// create an fft to analyze the audio
|
||||
//an FFT (fast Fourier transform) converts a signal from its original domain (often time or space) to a representation in the frequency domain and vice versa
|
||||
|
||||
fft = new p5.FFT();
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
function draw() {
|
||||
|
||||
|
||||
|
||||
|
||||
var modAmp= 1;
|
||||
|
||||
// si el mouseY és igual o el mateix que la meitat de l'altura, fes aixo. ((DEFINEIX LA AMPLITUD.))
|
||||
/* if(mouseY <= height) {
|
||||
|
||||
var modAmp = map(mouseY, 0, height, 0.01, 2.02);
|
||||
|
||||
}else{
|
||||
|
||||
var modAmp = map(mouseY, height, 0, 0.01, 2.02);
|
||||
|
||||
|
||||
}
|
||||
*/
|
||||
carrier.amp(modAmp, 0.01); // fade time of 0.1 for smooth fading
|
||||
|
||||
|
||||
// analyze the waveform
|
||||
waveform = fft.waveform();
|
||||
|
||||
|
||||
background(255,255,255,50); // alpha
|
||||
|
||||
// draw the shape of the waveform
|
||||
drawWaveform();
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
function drawWaveform() {
|
||||
|
||||
|
||||
stroke(0,0,0,100);
|
||||
strokeWeight(0.5);
|
||||
beginShape();
|
||||
for (var i = 0; i<waveform.length; i++){
|
||||
var x = map(i, 0, (waveform.length)/8, 0, width/2);
|
||||
var y = map((waveform[i])/8, -1, 1, height/2, -height/2);
|
||||
vertex(x, y + 100);
|
||||
}
|
||||
endShape();
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>INSERT FLOPPY!!!</title>
|
||||
<meta http-equiv="refresh" content="1; url=/" >
|
||||
<link rel="stylesheet" href="404-style.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>404 - FLOPPY NOT FOUND</h1>
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1 @@
|
||||
/*nothing*/
|
Loading…
Reference in New Issue