Skip to content

Commit

Permalink
Merge pull request #442 from flucoma/content-shaw
Browse files Browse the repository at this point in the history
[Content] Shaw
  • Loading branch information
tremblap committed Jun 6, 2024
2 parents ffdd175 + d579ab8 commit 8c4e12a
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 0 deletions.
96 changes: 96 additions & 0 deletions src/routes/(content)/explore/shaw/+page.svx
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
---
title: "FluCoMa Podcast #20: Tim Shaw"
artist: Tim Shaw
blurb: |
Episode 20 of the FluCoMa Podcast where Jacob Hart talks with artist and researcher Tim Shaw.
tags:
- space
- machine listening
- sound walks
- field recording
flair: podcast
featuredimage: /explore/shaw/desc.jpeg
author: Jacob
year: 2024
month: 5
day: 23
youtube: UYSa73RvJQE
---

<script>
import ArtistCard from '$lib/components/explore/ArtistCard.svelte';
import YouTubeChapters from '$lib/components/YouTubeChapters.svelte';

import BandCamp from '$lib/components/BandCamp.svelte';
import Vimeo from '$lib/components/Vimeo.svelte';
import YouTube from '$lib/components/YouTube.svelte';
</script>

<ArtistCard
src = "/explore/shaw/profile.jpeg"
name = "Tim Shaw"
website = "https://tim-shaw.info/"
/>

## The Podcast

<YouTubeChapters
url='UYSa73RvJQE'
chapters={[
{"label" : "Introduction", "start" : [0, 0]},
{"label" : "Getting into the world of audiovisual composition", "start" : [1, 40]},
{"label" : "Describing Freida's practice", "start" : [5, 20]},
{"label" : "Perspective on reactive audio design and gesture", "start" : [9, 3]},
{"label" : "Using FluCoMa-related technologies", "start" : [14, 3]},
{"label" : "Using systems at different scales", "start" : [25, 58]},
{"label" : "Learning and teaching technologies", "start" : [28, 22]},
{"label" : "What are computational ideas?", "start" : [44, 53]},
{"label" : "Performance ecologies", "start" : [1, 14, 13]}
]}
/>

## Overview

For the FluCoMa Podcast’s 20th episode we talk with artist and researcher Tim Shaw. Tim’s work has been seen and heard across the world. In this episode we talk in-depth about his approach to space from performance venues to city streets to stone circles. We learn about his approach to exploring space in his work through a number of projects and bespoke uses of technology. We shall also hear about his various collaborations and his academic work.

## Links

Here are the links to some of the things that were discussed during the podcast:

- [Article in the Guardian](https://www.theguardian.com/uk-news/2017/sep/04/artist-tim-shaw-recordings-silence-photos-darkness-galloway-forest-scotland-sanctuary), [Feature on BBC Radio 3](https://www.bbc.co.uk/programmes/m0011487) and the [Sound and Heterogeneous Arts Platform Europe](https://shapeplatform.eu/2019/tim-shaw-on-field-recording-esoteric-listening-devices-and-working-in-sarajevo/).

- Tim's [PhD](https://tim-shaw.info/about/timshaw_thesis_2019.pdf) "Listening through making: artistic approaches to sound, technology, and field recording." from [Newcstle University](https://www.ncl.ac.uk/).

-[Collegium Helveticum](https://collegium.ethz.ch/fellows/tim-shaw/) in Zurich, and the [Culture Lab](https://www.ncl.ac.uk/culturelab/) at Newcastle University.

- [Max MSP](https://cycling74.com/products/max) and [Ableton Live](https://www.ableton.com/en/).

- [Article](https://tim-shaw.info/projects/ambulation/) about Tim's "Ambulation" project.

- [Bela board](https://bela.io/).

- [Compass Festival](https://compassliveart.org.uk/) in Leeds.

- [Article](https://tim-shaw.info/projects/points-of-failure/) about Tim's project "Points of Failure".

- [Dai Hall](https://amespace.uk/) in Huddersfield, UK.

- [Episode](/explore/bowers-1) of the FluCoMa Podcast with John Bowers.

- [Dirty Electronics](https://www.dirtyelectronics.org/) an [Beyond the Loudspeaker](https://www.visitnca.com/exhibitions/beyond-the-loudspeaker).

- [Newcastle Contemporary Art](https://www.visitnca.com/).

- [Article](https://tim-shaw.info/projects/murmurate/) about Tim's piece "Murmurate" with [Sebastien Piquemal](https://second-hander.com/).

- [CTM Festical](https://www.ctm-festival.de/).

- [WebPd](https://github.com/sebpiq/WebPd).

- [Chris Watson](https://chriswatson.net/) and [Phill Niblock](https://phillniblock.com/).

- [One Knob To Rule Them All: Reductionist Interfaces for Expansionist Research. Bowers, J. Richards, J. & Shaw, T. et al. (2016) Proceedings of NIME (New Interfaces for Musical Expression)](https://www.nime.org/proceedings/2016/nime2016_paper0085.pdf)

- [Raw Data, Rough Mix: Towards an Integrated Practice of Making, Performance and Pedagogy. Bowers, J. Richards, J. Shaw, T. Foster, R. & Kubota, A. (2023) Proceedings of NIME (New Interfaces for Musical Expression)](https://drive.google.com/file/d/12cO0fDnZ7cgAB2b4lEPDqhXpH9vdgA4Q/view)

- Tim's project [Channel Hopping](https://tim-shaw.info/projects/channel-hopping/) (running live [here](http://143.198.59.149:8000/live.mp3)).
Binary file added static/explore/shaw/desc.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/explore/shaw/profile.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8c4e12a

Please sign in to comment.