Golubjevaite/SpecialIssue10: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
 
(86 intermediate revisions by the same user not shown)
Line 1: Line 1:
=INPUT/OUTPUT=
>>> [[https://issue.xpub.nl/10/index.html INPUT/OUTPUT]] Special Issue X website <<<
<br>
<br>DEC 12TH / SPECIAL ISSUE X LAUNCH @DEPLAYER
<br>[[File:DP1.jpeg|600px]] [[File:DP2.jpeg|600px]]
=seven ['7']=
[[File:777.jpg|600px|thumbnail|right|7777777]]
[[File:7tv.jpg|600px|thumbnail|right|Special Issue 10 Launch @DePlayer]]
[[File:7_manual.jpg|600px|thumbnail|right|back side of the manual, riso print]]
>>>> okokokok >> don’t be scared >> seven [‘7’] is a straight forward .print&.read device >> you can play the prewritten poem [‘seven.ino’] or you can write your own >> [‘7’] can manipulate text >> it can send an outgoing message or be interrupted by an incoming one >> [‘7’] enjoys repetition, coincidence & a gentle touch >> to channel text the module needs to be connected to a TV screen through a video input >> a video signal is broadcasted and can be listened to in mono <<<<
<br>
<br>components:
<br> - 1 x seven['7'][[https://git.xpub.nl/XPUB/special-issue-x/src/branch/master/sketches/my_sk_sandra/PCB-Frietzing PCB]]
<br> - 1 x arduino [[https://store.arduino.cc/arduino-nano NANO]]
<br> - 7 x rotary potentiometer (small) / 9mm/ 10kOhm
<br> - 7 x tactile switch momentary [[https://tecvoordeel.nl/product/tactile-switch-momentary-4pin-665mm/ 4pin 6x6x5mm]]
<br> - 3 x 3.5mm switch jack
<br> - 1 x rca female [[https://www.reichelt.nl/rca-inbouwkoppeling-print-gehoekt-sw-lum-1553-02-sw-p171918.html?&trstct=vrt_pdn LUM 1553 02 SW]]
<br> - 7 x 10K Ohm resistor
<br> - 1 x 1K Ohm resistor
<br> - 1 x 470 Ohm resistor
<br> - 1 x header 5x2
<br>[[https://pzwiki.wdka.nl/mediadesign/File:Sandra.pdf Manual]] pdf
<br>[[https://github.com/Avamander/arduino-tvout/ TVout library]] a library for generating composite video on an ATmega microcontroller
<br>[[https://code.google.com/archive/p/arduino-tvout/wikis TVout]] wiki1
<br>[[https://sourceforge.net/p/arduino-tvout/wiki/Useage/ TVout lib]] wiki2
<pre>
#include <TVout.h>
#include <fontALL.h>
TVout TV;
unsigned char x,y;
void setup() {
TV.begin(PAL);
TV.select_font(font4x6);
}
void loop() {
TV.select_font(font4x6);
TV.print("POETRY");
TV.draw_line(60,20,60,76,WHITE);
TV.delay(200);
TV.clear_screen();
TV.draw_rect(20,20,33,76,0,0);
TV.print("7777777",10,10);
}
</pre>
<br>[[https://www.arduino.cc/reference/en/language/functions/communication/serial/read/ Arduino serial.read]] Arduino TX & RX / send and receive text
<pre>
int incomingByte = 0;
void setup() {
Serial.begin (9600);
}
void loop() {
TV.print((char)Serial.read()); //receive
TV.delay(20);
Serial.print("POETRY"); //send
}
</pre>
==LFP==
==LFP==
[[File:Catdogmouse.gif|600px|thumbnail|right|catdogmouse.ino]]
[[http://pzwiki.wdka.nl/mediadesign/Arduino101 Arduino 101]]
<br>[[http://pzwiki.wdka.nl/mediadesign/Arduino101-LFP Arduino101-LFP]]
<br>[[http://pzwiki.wdka.nl/mediadesign/Category:LFP LFP]]
<br> '''Mystifying/Demystifying''' [[https://pad.xpub.nl/p/conceptual C]]
<br> [[https://pad.xpub.nl/p/modules MODULES]]
<br> >>>>>>>>>>>>>>>>>>>> [[https://pad.xpub.nl/p/curl CURL]] <<<<<<<<<<<<<<<<<<<<<<
<br> deadlines [[https://pad.xpub.nl/p/151119 PAD]]
<br> decisions [[https://pad.xpub.nl/p/181119 PAD]]
<br>[[File:meergranen_s.gif|300px]]
==*^*^*==
<br> - [[https://git.xpub.nl/XPUB/special-issue-x/src/commit/82c4d9fc536ff47d854a44e24ca957438e97e0c1/sketches/my_sk_sandra catdogmouse]] <git / testing some txt varations/ using Serial monitor for now ↓
<br> - [[https://git.xpub.nl/XPUB/special-issue-x/src/branch/master/sketches/my_sk_sandra/catdogmousetv catdogmousetv.ino]] <git / tv out library / printing on the screen ↓
<br> - [[https://git.xpub.nl/XPUB/special-issue-x/src/branch/master/sketches/my_sk_sandra/prototype-mega prototype-mega.uno]] < git / narrative in process ↓
<br> - [[https://git.xpub.nl/XPUB/special-issue-x/src/branch/master/sketches/my_sk_sandra/PCB-Frietzing seven.fzz]] < git / PCB ←
<br> [[File:gifcdm.gif]]


==Workshop with Olli Aarni==
==workshop with Olli Aarni==
   
   
PAD [[https://docs.google.com/document/d/1fzmir3MJ9jzHc9IAW-t941h7jmETdckc6K_EAQupNu0/edit]]
WORKSHOP PART 1 [[https://docs.google.com/document/d/1fzmir3MJ9jzHc9IAW-t941h7jmETdckc6K_EAQupNu0/edit PAD]]
<br>[[https://olliaarni.com Olli's web]]
<br>[[File:S-Water.mp3]]
<br>[[File:S-Wood.mp3]]
<br>WORKSHOP PART 2 [[https://pad.xpub.nl/p/olliworkshop2 PAD]]
 
==duch modular fest==
[[File:Mf1.jpeg|300px]] [[File:Mf2.jpeg|300px]] [[File:Mf3.jpeg|300px]]
 
 
==Links==
<br>[[https://poets.org/text/brief-guide-concrete-poetry concrete poetry]]
<br>[[https://github.com/joeycastillo/The-Open-Book open book project]]
<br>[[http://145.24.131.15:20190 bootleg library]]
<br>[[https://www.jwz.org/dadadodo/ dadadodo]]
<br>[[https://pinouts.ru Handbook of hardware schemes]]
<br>[[https://www.ciat-lonbarde.net ciat-lonbarde /artist]]
<br>[[https://www.amazon.in/Fasilei-Keyboard-6x6x4-3-Buttons-Arduino/dp/B07CWDHL1R Keypad exmpl]]
<br>[[https://en.wikipedia.org/wiki/ASCII ASCII]]
<br>[[https://www.reichelt.nl shop]]
<br>[[https://www.youtube.com/watch?v=vLAiRwtN04I klawiatura /youtube]]
<br>[[https://www.youtube.com/watch?v=pgXjI_Xc238 phone as gsm module /youtube]]
<br>[[https://www.tutorialspoint.com/arduino/arduino_strings.htm arduino Strings and more]]
<br>[[https://www.conrad.nl/p/joy-it-rb-tft18-displaymodule-46-cm-18-inch-160-x-128-pix-geschikt-voor-raspberry-pi-arduino-met-achtergrondverli-1409751?WT.mc_id=gshop&gclid=Cj0KCQjwrrXtBRCKARIsAMbU6bGp02hTid1mdmrDQBadDrbFchecZ7_TAzNo_wjNm14F9R2g-QZL6K4aAoPrEALw_wcB&tid=1457103019_74115824802_pla-775064589050_pla-1409751&WT.srch=1&vat=true&insert_kz=8J Display exmpl]]
<br>[[https://www.circuito.io/app?components=512,10168,10293,11021 circuito.io]]
<br>[[http://www.doepfer.de/DIY/a100_diy.htm A100_diy]]
<br>[[https://www.zachpoff.com/resources/building-contact-mics/ building-contact-mics]]
<br>[[https://smallrocks.bandcamp.com/album/entertaining-the-invalid entertaining-the-invalid /music]]
<br>[[https://syntherjack.net/portable-audio-mixer/ portable-audio-mixer]]
<br>[[https://klein1997.bandcamp.com Klein-Lifetime /music]]
<br>[[http://www.resistor-calculator.com resistor-calculator]]
<br>[[https://code.google.com/archive/p/arduino-tvout/wikis/FDcomplete.wiki arduino-tvout - FDcomplete.wiki]]
 
 


day 1


cognitive language
kantele (finish traditional instruments)
5 strings
vibrations
organic loop
begena - ethiopia
endlessly improvise
deep listening
music and language - where is the line between


žalbasi
žiogas
žioguoja
skambaluoja
žiobaluoja
slapukauja
kalbasi
pasakoja
žasakoja
žiogsakoja


hear a sound
imagine
discribe


day 2


Frequency - wave length


Metrics (speed, tempo) bpm
units of sound/per time
mood
character
metrics can turn into pitch


Modulation
changing various parameters, moving, umbrella concept for changing any parameters over time


Velocity
Size
shrink and growing
force


Bass haptic, low.
Mid harmonic, human voice, present
Treble exhausting, sharp.
Stine Janvin
https://stinejanvin.bandcamp.com/album/fake-synthetic-music


timber
audio color
character
texture
density


overtones
the less overtones the rounder/softer it sounds
richness
saturation


pitch - height of the frequency
the degree of highness or lowness of a tone
measured with hertz


composition
arrangment
several sounds


tuning
establish typical intervals between these tones
western music - intervals
other running systems - different relations between notes, connected to natural sound phenomenon.


loop
repetition
rhythmic
synchronized and non synchronized
loop can turn anything into music


notes:
[[Category:LFP]][[Category:LFP_Publication]]
image of sound
visual sounds

Latest revision as of 16:02, 20 May 2020


INPUT/OUTPUT

>>> [INPUT/OUTPUT] Special Issue X website <<<

DEC 12TH / SPECIAL ISSUE X LAUNCH @DEPLAYER
DP1.jpeg DP2.jpeg

seven ['7']

7777777
Special Issue 10 Launch @DePlayer
back side of the manual, riso print

>>>> okokokok >> don’t be scared >> seven [‘7’] is a straight forward .print&.read device >> you can play the prewritten poem [‘seven.ino’] or you can write your own >> [‘7’] can manipulate text >> it can send an outgoing message or be interrupted by an incoming one >> [‘7’] enjoys repetition, coincidence & a gentle touch >> to channel text the module needs to be connected to a TV screen through a video input >> a video signal is broadcasted and can be listened to in mono <<<<

components:
- 1 x seven['7'][PCB]
- 1 x arduino [NANO]
- 7 x rotary potentiometer (small) / 9mm/ 10kOhm
- 7 x tactile switch momentary [4pin 6x6x5mm]
- 3 x 3.5mm switch jack
- 1 x rca female [LUM 1553 02 SW]
- 7 x 10K Ohm resistor
- 1 x 1K Ohm resistor
- 1 x 470 Ohm resistor
- 1 x header 5x2


[Manual] pdf
[TVout library] a library for generating composite video on an ATmega microcontroller
[TVout] wiki1
[TVout lib] wiki2

#include <TVout.h> 
#include <fontALL.h>
TVout TV; 
unsigned char x,y;

void setup() {
TV.begin(PAL);
TV.select_font(font4x6);
}

void loop() {
TV.select_font(font4x6);
TV.print("POETRY");
TV.draw_line(60,20,60,76,WHITE);
TV.delay(200);
TV.clear_screen();
TV.draw_rect(20,20,33,76,0,0);
TV.print("7777777",10,10);
}


[Arduino serial.read] Arduino TX & RX / send and receive text

int incomingByte = 0; 

void setup() {
Serial.begin (9600);
}

void loop() {
TV.print((char)Serial.read()); //receive
TV.delay(20);
Serial.print("POETRY"); //send
}


LFP

catdogmouse.ino

[Arduino 101]
[Arduino101-LFP]
[LFP]
Mystifying/Demystifying [C]
[MODULES]
>>>>>>>>>>>>>>>>>>>> [CURL] <<<<<<<<<<<<<<<<<<<<<<
deadlines [PAD]
decisions [PAD]


Meergranen s.gif

*^*^*


- [catdogmouse] <git / testing some txt varations/ using Serial monitor for now ↓
- [catdogmousetv.ino] <git / tv out library / printing on the screen ↓
- [prototype-mega.uno] < git / narrative in process ↓
- [seven.fzz] < git / PCB ←
Gifcdm.gif

workshop with Olli Aarni

WORKSHOP PART 1 [PAD]
[Olli's web]
File:S-Water.mp3
File:S-Wood.mp3
WORKSHOP PART 2 [PAD]

duch modular fest

Mf1.jpeg Mf2.jpeg Mf3.jpeg


Links


[concrete poetry]
[open book project]
[bootleg library]
[dadadodo]
[Handbook of hardware schemes]
[ciat-lonbarde /artist]
[Keypad exmpl]
[ASCII]
[shop]
[klawiatura /youtube]
[phone as gsm module /youtube]
[arduino Strings and more]
[Display exmpl]
[circuito.io]
[A100_diy]
[building-contact-mics]
[entertaining-the-invalid /music]
[portable-audio-mixer]
[Klein-Lifetime /music]
[resistor-calculator]
[arduino-tvout - FDcomplete.wiki]