Mits'👾's Hackpact: Difference between revisions

From XPUB & Lens-Based wiki
 
(37 intermediate revisions by the same user not shown)
Line 1: Line 1:
==It is just a toy .. phew 😓==
=It is just a toy .. phew =


Scattered thoughts, desires and gestures that need to be united (a bit)
Scattered thoughts, desires and gestures that need to be united (a bit)
Line 5: Line 5:
Parallel experiments, that occupy my soul 🎃
Parallel experiments, that occupy my soul 🎃


===1. Reading and annotating Situated knowledges by Donna Harraway===
== Reading and annotating Situated knowledges by Donna Harraway==
pad <br>
pad <br>
https://pad.xpub.nl/p/situated_knowledges <br>
https://pad.xpub.nl/p/situated_knowledges <br>
experiment with body and embodiment in python
<br>
<br>
(in the future)
 
Gathering my annotations
<br>
<br>
'''Gathering my annotations'''
 
<br>
''Who has a body?''
a.statements:
<br>
'''Who has a body?'''
<br>
<br>
'''We don't want to represent the world. We don't want one body'''
'''We don't want to represent the world.'''
'''We don't want one body'''
<br>
<br>
'''Universality is reductionism'''
'''Universality is reductionism'''
Line 28: Line 26:
'''The body is an agent not a resource'''
'''The body is an agent not a resource'''
<br>
<br>
'''How to see from below?'''
''How to see from below?''
<br>
<br>
'''Vision requires instruments of vision'''
'''Vision requires instruments of vision'''
<br>
<br>
'''Who can and who cannot?'''
'''Who can and who cannot?'''
<br>
'''How to see?
<br>
'''Where to see from?'''
<br>
'''What limits to vision?'''
<br>
'''What to see for?'''
<br>
'''What other sensory powers do we wish to cultivate besides vision?'''
<br>
'''Location is about vulnerability'''
<br>
'''Situated knowledges are about communities and not about individuals'''
<br>
'''Sex as an object of biological knowledge'''
<br>
'''Homogenising all the world's body into resource 👎🏼'''
<br>
'''Nature is only the raw material of culture 👎🏼'''
<br>
'''Situated knowledges require that the object of knowledge is an actor or agent'''
<br>
'''Conversation vs discovery'''
<br>
'''Bodies as objects of knowledge are material-semiotic, generative nodes'''
<br>
<br>
<br>
<br>
b.keywords:
keywords:
<br>
<br>
'''subjugated knowledges'''
'''subjugated knowledges'''
Line 48: Line 72:
<br>
<br>
''' fantastic imaginings'''
''' fantastic imaginings'''
<br>
'''local knowledges'''
<br>


===2. Python script: Re-using the prototype that joseph and manetta made for getting sounds from the freesound.org library. Obtaining all the sounds with the entry point "body" ---> https://freesound.org/search/?q=body&page=8#sound===
==Freesound Library and research with keywords==
body
https://freesound.org/search/?q=body&page=8#sound
<br>
machine https://freesound.org/search/?g=1&f=&q=machine&s=Automatic+by+relevance&w=&advanced=0&page=1#sound
<br>
prosthesis
https://freesound.org/search/?q=prosthesis
<br>
cyber https://freesound.org/search/?q=cyber
<br>
cyborg https://freesound.org/search/?q=cyborg&f=&w=&s=Automatic+by+relevance&advanced=0&g=1
<br>
robot https://freesound.org/search/?q=robot&f=&w=&s=Automatic+by+relevance&advanced=0&g=1
<br>
organ https://freesound.org/search/?q=organ&f=&w=&s=Automatic+by+relevance&advanced=0&g=1
<br>
gender https://freesound.org/search/?q=gender&f=&w=&s=Automatic+by+relevance&advanced=0&g=1
<br>
sex https://freesound.org/search/?q=sex&f=&w=&s=Automatic+by+relevance&advanced=0&g=1
<br>
natural https://freesound.org/search/?q=natural&page=1#sound
<br>
artificial https://freesound.org/search/?q=artificial&f=&w=&s=Automatic+by+relevance&advanced=0&g=1
<br>
animal https://freesound.org/search/?q=animal&page=1#sound
<br>
human https://freesound.org/search/?q=human&f=&w=&s=Automatic+by+relevance&advanced=0&g=1
<br>
non-human https://freesound.org/search/?q=non-human&f=&w=&s=Automatic+by+relevance&advanced=0&g=1
<br>
<br>
 
woman https://freesound.org/search/?q=woman&f=&w=&s=Automatic+by+relevance&advanced=0&g=1
import freesound <br>
<br>
import IPython.display as display  <br>
indigenous https://freesound.org/search/?g=1&f=&q=indigenous&s=Automatic+by+relevance&w=&advanced=0&page=1#sound
import time <br>
import sys <br>
client = freesound.FreesoundClient() <br>
client.set_token("I9hnJgZKfaxnWEz0YEwPcjjVYLYYuqBDnBBPUv5R","wZupevhDwA6jIfOgzUgn") <br>
 
def slowly(s):
    for l in s + '\n':
        sys.stdout.write(l)
        sys.stdout.flush()
        time.sleep(1./100)
 
slowly("""
              ,---------------------------,
              |  /---------------------\  |
              | |  Hello,              | |
              | |  I am the famous      | |
              | |  foley artist bot!    | |
              | |  What should I play  | |
              | |  for you. Pls type!  | |
              |  \_____________________/ |
              |___________________________|
            ,---\_____    []    _______/------,
          /        /______________\          /|
        /___________________________________ /  | ___
        |                                  |  |    )
        |  _ _ _                [-------]  |  |  (
        |  o o o                [-------]  |  /    _)_
        |__________________________________ |/    /  /
    /-------------------------------------/|      ( )/
  /-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/ /
/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/ /
16:06, 27 September 2022 (CEST)16:06, 27 September 2022 (CEST)16:06, 27 September 2022 (CEST)16:06, 27 September 2022 (CEST)16:06, 27 September 2022 (CEST)16:06, 27 September 2022 (CEST)16:06, 27 September 2022 (CEST)[[User:Mitsa|Mitsa]] ([[User talk:Mitsa|talk]]) 16:06, 27 September 2022 (CEST)
""")
 
 
search=input()
 
print("""
              ,---------------------------,
              |  /---------------------\  |
              | |  Great,              | |
              | |  I will play for you: | |
              | |  """+search[:20]+" "*(20-len(search))+"""  | |
              | |  BTW: Robots of the  | |
              | |  the world unite <3  | |
              |  \_____________________/ |
              |___________________________|
            ,---\_____    []    _______/------,
          /         /______________\          /|
        /___________________________________ /  | ___
        |                                  |  |    )
        |  _ _ _                [-------]  |  |  (
        |  o o o                [-------]  |  /    _)_
        |__________________________________ |/    /  /
    /-------------------------------------/|      ( )/
  /-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/ /
/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/ /
16:06, 27 September 2022 (CEST)16:06, 27 September 2022 (CEST)16:06, 27 September 2022 (CEST)16:06, 27 September 2022 (CEST)16:06, 27 September 2022 (CEST)16:06, 27 September 2022 (CEST)16:06, 27 September 2022 (CEST)[[User:Mitsa|Mitsa]] ([[User talk:Mitsa|talk]]) 16:06, 27 September 2022 (CEST)
""")
 
 
results = client.text_search(query=search,fields="id,name,previews,url")
print(results)
counter = 0
for sound in results:
    counter = counter + 1
    if counter == 20:
        break
    print("I will play for you: "+sound.name)
    sound.retrieve_preview("./sounds",sound.name.replace('/','_')+".mp3")
    print(sound.url)
    time.sleep(1)
    display.display(display.Audio("./sounds/"+sound.name.replace('/','_')+".mp3", autoplay=True))
<br>
<br>
b. experiment of performning the sounds from https://freesound.org/search/?q=body&page=8#sound , by using the web interface with play and loop button
non-binary https://freesound.org/search/?q=non-binary&f=&w=&s=Automatic+by+relevance&advanced=0&g=1
<br>
<br>
c. new idea, mixing "body" with other concepts, like "machine"(maybe?), "object", "apparatus"
trans https://freesound.org/search/?g=1&f=&q=trans&s=Automatic+by+relevance&w=&advanced=0&page=1#sound
<br>
<br>
searching more the idea of soundscapes
[[File:Screen Shot 2022-09-28 at 14.10.41.png|thumb]]
=== 3. A reflection diagram of past important projects and a diffractive reading through them ===
1. Occupations in P-P, creating an archive or oral narrations to reconstruct spatial memory.
Important matter the use of verbal language.
What if it is equally important the non-verbal use of sounds, as body movement, timbre, tempo, silences, tone of voice


=== 4. Editing sound ===
== Editing sound ==
The different steps for sound editing <br>
The different steps for sound editing <br>
'''1. Define the archive of sound'''
'''1. Define the archive of sound'''
Line 147: Line 122:
   logics
   logics
   b. Try to edit already existing archive of sounds . example freseound.org library
   b. Try to edit already existing archive of sounds . example freseound.org library
<br>
<br>
<br>
'''2. Editing methodologies'''<br>
'''2. Editing methodologies'''<br>
From prototyping exercise in Special Issue 18
tab
<br>
<br>
'''Loop exercise'''
<br>
Make a sound piece of 30 seconds based on loops. What does it mean to repeat something many times? Does the rhythm of the loop vary while looping? Why did you choose to loop this specific sound? Use one or multiple short sound files, which you either record yourself, generate with audio software like Audacity, or find online.
<br>
'''Cutting exercise'''
<br>
Make a sound piece of 10 seconds based on cuts. Where do you make a cut? Why did you choose to cut exactly there? How can the cut become a writing tool? Use one sound file, which you either record yourself, generate with audio software like Audacity, or find online.
<br>
<br>
'''Stretching exercise'''
Make a sound piece of 30 seconds based on stretching. What do you want to stretch exactly? How far can you stretch your material? Use one sound file, which you either record yourself, generate with audio software like Audacity, or find online. Involve at least 3 different ways of stretching in your piece.
<br>
<br>
'''Reversing exercise'''
Make a sound piece of 10 seconds based on reversing. What is the difference between reversing, inverting and (re)turning? Does going in reverse mean going back in time? Use as many sound files as you want, which you either record yourself, generate with audio software like Audacity, or find online.


===5. Approaching the diffractive instrument===
== Approaching the diffractive instrument==
1. I started making this pad on the special issue 18, trying to approach how to make an instrument that edits sounds diffractively ( i am stil in search of what this could mean)
1. I started making this pad on the special issue 18, trying to approach how to make an instrument that edits sounds diffractively ( i am stil in search of what this could mean)
<br>
<br>
Line 173: Line 136:
2. Diffractive djing
2. Diffractive djing


===6. Meeting points with al nik===
=== Meeting points with al nik===
a. pad of references
a. pad of references
https://pad.xpub.nl/p/al_mits_references
https://pad.xpub.nl/p/al_mits_references
<br>
<br>
b. diagramm of keypoints (photo)
b. diagramm of keypoints (photo)
[[File:308956282 3223048321340554 5044018397891285902 n.jpg|thumb]]
<br>
<br>
c. pure data tutorial
c. pure data tutorial
[[File:Tutorial 1.jpg|thumb]]

Latest revision as of 14:43, 12 October 2022

It is just a toy .. phew

Scattered thoughts, desires and gestures that need to be united (a bit)
Parallel experiments, that occupy my soul 🎃

Reading and annotating Situated knowledges by Donna Harraway

pad
https://pad.xpub.nl/p/situated_knowledges

Gathering my annotations

Who has a body?
We don't want to represent the world. We don't want one body
Universality is reductionism
Prosthesis and not objectivity
All vision has an embodied nature
The body is an agent not a resource
How to see from below?
Vision requires instruments of vision
Who can and who cannot?
How to see?
Where to see from?
What limits to vision?
What to see for?
What other sensory powers do we wish to cultivate besides vision?
Location is about vulnerability
Situated knowledges are about communities and not about individuals
Sex as an object of biological knowledge
Homogenising all the world's body into resource 👎🏼
Nature is only the raw material of culture 👎🏼
Situated knowledges require that the object of knowledge is an actor or agent
Conversation vs discovery
Bodies as objects of knowledge are material-semiotic, generative nodes

keywords:
subjugated knowledges
location
embodiment
partial perspective
politics of vision
fantastic imaginings
local knowledges

Freesound Library and research with keywords

body https://freesound.org/search/?q=body&page=8#sound
machine https://freesound.org/search/?g=1&f=&q=machine&s=Automatic+by+relevance&w=&advanced=0&page=1#sound
prosthesis https://freesound.org/search/?q=prosthesis
cyber https://freesound.org/search/?q=cyber
cyborg https://freesound.org/search/?q=cyborg&f=&w=&s=Automatic+by+relevance&advanced=0&g=1
robot https://freesound.org/search/?q=robot&f=&w=&s=Automatic+by+relevance&advanced=0&g=1
organ https://freesound.org/search/?q=organ&f=&w=&s=Automatic+by+relevance&advanced=0&g=1
gender https://freesound.org/search/?q=gender&f=&w=&s=Automatic+by+relevance&advanced=0&g=1
sex https://freesound.org/search/?q=sex&f=&w=&s=Automatic+by+relevance&advanced=0&g=1
natural https://freesound.org/search/?q=natural&page=1#sound
artificial https://freesound.org/search/?q=artificial&f=&w=&s=Automatic+by+relevance&advanced=0&g=1
animal https://freesound.org/search/?q=animal&page=1#sound
human https://freesound.org/search/?q=human&f=&w=&s=Automatic+by+relevance&advanced=0&g=1
non-human https://freesound.org/search/?q=non-human&f=&w=&s=Automatic+by+relevance&advanced=0&g=1
woman https://freesound.org/search/?q=woman&f=&w=&s=Automatic+by+relevance&advanced=0&g=1
indigenous https://freesound.org/search/?g=1&f=&q=indigenous&s=Automatic+by+relevance&w=&advanced=0&page=1#sound
non-binary https://freesound.org/search/?q=non-binary&f=&w=&s=Automatic+by+relevance&advanced=0&g=1
trans https://freesound.org/search/?g=1&f=&q=trans&s=Automatic+by+relevance&w=&advanced=0&page=1#sound

Editing sound

The different steps for sound editing
1. Define the archive of sound

 a. Import recorded sounds I have made the past months, to create an archive. Try to categorise them with different 
 logics
 b. Try to edit already existing archive of sounds . example freseound.org library



2. Editing methodologies
tab

Approaching the diffractive instrument

1. I started making this pad on the special issue 18, trying to approach how to make an instrument that edits sounds diffractively ( i am stil in search of what this could mean)
pad
2. Diffractive djing

Meeting points with al nik

a. pad of references https://pad.xpub.nl/p/al_mits_references
b. diagramm of keypoints (photo)

308956282 3223048321340554 5044018397891285902 n.jpg


c. pure data tutorial

Tutorial 1.jpg