Pickled Eggs and Sherbet

Pickled Eggs and Sherbet is an album by the English electronic group All Seeing I. The album reached No. 45 on the UK Albums Chart.[1]

Pickled Eggs and Sherbet
Studio album by
Released1999
Genre
Producer
  • Dean Honer
  • Richard Barrett
  • Jason Buckle

Track listing

  1. "Walk like a Panther" (featuring Tony Christie)
  2. "No Return"
  3. "Beat Goes On"
  4. "Sweet Music"
  5. "Mary"
  6. "1st Man in Space" (featuring Philip Oakey)
  7. "Drive Safely Darlin'"
  8. "Stars on Sunday"
  9. "Big Pecker"
  10. "I Walk"
  11. "I Pejulater"
  12. "Nicola"
  13. "Plastic Diamond"
  14. "Dirty Girl"
  15. "Airy Armpits"

Personnel

The All Seeing I

  • Dean Honer - keyboards, programming, production
  • Jason Buckle - guitars, bass, production
  • Richard Barrett (DJ Parrot) - drums, programming, production

Vocalists

gollark: ```lualocal keys_down = {}local function keyboard_shortcuts() while true do local ev = {coroutine.yield()} if ev[1] == "key" then keys_down[ev[2]] = true if keys_down[keys.leftCtrl] then -- do whatever with new key event end elseif ev[1] == "key_up" then keys_down[ev[2]] = false end endend```
gollark: Yes there is.
gollark: You can use the `window` API to make it *display* on a subset of the screen, but you also need to translate mouse events.
gollark: It's quite hard to do.
gollark: <@318817623590830080> https://wiki.computercraft.cc/Network_securityI wrote this page (Lignum improved it) on network security in CC, this might be useful to you.

References

  1. Roberts, David (2006). British Hit Singles & Albums (19th ed.). London, UK: Guinness World Records Limited. p. 19. ISBN 1-904994-10-5.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.