Sirens (Kenneth Newby album)
Sirens is the second album by Kenneth Newby, released on April 29, 1997 through City of Tribes Records.
Sirens | ||||
---|---|---|---|---|
Studio album by | ||||
Released | April 29, 1997 | |||
Recorded | Vibrant Arts! Laboratory, San Francisco, California | |||
Genre | Ambient | |||
Length | 50:47 | |||
Label | City of Tribes | |||
Producer | Kenneth Newby | |||
Kenneth Newby chronology | ||||
|
Review scores | |
---|---|
Source | Rating |
Allmusic |
Track listing
All music is composed by Kenneth Newby, except "Fathom" by Nartosabdha.
No. | Title | Length |
---|---|---|
1. | "Saraswati" | 4:46 |
2. | "Sirens I" | 6:44 |
3. | "Luna" | 1:12 |
4. | "Howe Sound" | 6:19 |
5. | "Fathom" | 9:31 |
6. | "Eileithyia" | 8:12 |
7. | "Sirens II" | 7:53 |
8. | "Infinite" | 2:12 |
9. | "Mistress" | 3:58 |
Personnel
- Musicians
- DB Boyko – voice on "Sirens I" and "Sirens II"
- Patti Clemens – voice on "Saraswati", "Sirens I", "Fathom", "Infinite" and "Mistress"
- Barbara Imhoff – harp "Fathom" and "Infinite"
- Stephen Kent – didgeridoo on "Eileithyia"
- Eda Maxym – voice on "Sirens II"
- Chris Miller – rebab on "Sirens I" and "Sirens II"
- Kenneth Newby – suling gambuh, piri, percussion, production, mixing, recording, design
- Alex Stahl – double bass on "Howe Sound"
- Anis W.A. Sutrisno – voice on "Fathom"
- Sutrisno – voice on "Mistress"
- Production and additional personnel
gollark: Well, yes, but they're byte sequences.
gollark: I mean, it's better than C and stuff, and I wouldn't mind writing simple apps in it.
gollark: Speaking specifically about the error handling, it may be "simple", but it's only "simple" in the sense of "the compiler writers do less work". It's very easy to mess it up by forgetting the useless boilerplate line somewhere, or something like that.
gollark: Speaking more generally than the type system, Go is just really... anti-abstraction... with, well, the gimped type system, lack of much metaprogramming support, and weird special cases, and poor error handling.
gollark: - They may be working on them, but they initially claimed that they weren't necessary and they don't exist now. Also, I don't trust them to not do them wrong.- Ooookay then- Well, generics, for one: they *kind of exist* in that you can have generic maps, channels, slices, and arrays, but not anything else. Also this (https://fasterthanli.me/blog/2020/i-want-off-mr-golangs-wild-ride/), which is mostly about the file handling not being good since it tries to map on concepts which don't fit. Also channels having weird special syntax. Also `for` and `range` and `new` and `make` basically just being magic stuff which do whatever the compiler writers wanted with no consistency- see above- Because there's no generic number/comparable thing type. You would need to use `interface{}` or write a new function (with identical code) for every type you wanted to compare- You can change a signature somewhere and won't be alerted, but something else will break because the interface is no longer implemented- They are byte sequences. https://blog.golang.org/strings.- It's not. You need to put `if err != nil { return err }` everywhere.
References
- Cooper, Sean. "Sirens". Allmusic. Retrieved March 23, 2013.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.