Defryme

Defryme are an Australian band from Melbourne, Victoria. They formed in 1989 in the Melbourne suburb of Frankston.[2] Their album Purekiller reached #4 on the Australian ARIA album charts in June 1994.[3] They had four charting singles in Australia, "God Inside A Man" (#51[4]), "Pure Killer" (#70[4]), their cover of L.L. Cool J's "Mama Said Knock You Out" (#38[4]), and "Sanity" (#70[4]). Defryme reformed in 2010 with the release of the single 'Sup?' and a handful of shows. Defryme re-emerged in 2014 with a string of live shows in Melbourne and Sydney performing the classic "Purekiller" album in entirety and released another single "Audrey". Defryme also recorded a number of songs for "Guitar Gods LIVE @ Pony Music" - a series of Live in the Studio videos filmed for Guitar Gods and Masterpieces TV show. Enter the end of 2018 which sees a re-birth of DEFRYME with a couple of new members and a re-energised passion for performance.

Defryme
OriginMelbourne, Victoria, Australia
GenresHard rock,[1] funk metal[2]
LabelsR Dog, BMG, Epic Theatre
MembersQuinn Gardener-Kane (vocals)
Michael Richardson (bass)
Geoff Mison (drums)
Trevor John "TJ" Regan (guitar)
Andrew Duganzich (guitar/keys)
Past membersJohn Hall (drums)
Glen Millen (keyboards)
Grant Miller (drums)
Frank Bajsar (sax)
Jade Burton (vocals)
Rob Dexter (guitar)

Discography

  • Stylo Curiae (1992) - R Dog
  • "Therapy" (1992) - R Dog
  • "God Inside A Man" (1993) - BMG
  • "Pure Killer" (1993) - BMG
  • "Mama Said Knock You Out" (1994) - BMG
  • Purekiller (1994) - BMG[5]
  • "Sanity" (single) (1994) - BMG
  • "Sup'" (single) (2010) - Epic Theatre (Released digitally through Defryme website)
  • "Audrey" (2011) [6]
  • "Audrey" Single Release (2014) iTunes, Google Play etc.
  • "Sup'" Single Release (2014) iTunes, Google Play etc
gollark: Hold on, I can probably make a much nicer one.
gollark: It's kind of bad.
gollark: ```python#!/bin/env python3chars = [chr(n) for n in range(126)]firstchar = chars[0]lastchar = chars[len(chars) - 1]def increment_char(character): return chr(ord(character) + 1)def old_increment_string(string_to_increment): reversed_string = list(reversed(string_to_increment)) # Reverse the string for easier work. for rindex, char in enumerate(reversed_string): if char == lastchar: # If we can't increment this char further, try the next ones. reversed_string[rindex] = firstchar # Set the current char back to the first one. reversed_string[rindex + 1] = increment_char(reversed_string[rindex + 1]) # Increment the next one along. else: # We only want to increment ONE char, unless we need to "carry". reversed_string[rindex] = increment_char(reversed_string[rindex]) break return ''.join(list(reversed(reversed_string)))def increment_string(to_increment): reversed_string = list(to_increment) # Reverse the string for easier work. for rindex, char in enumerate(reversed_string): if char == lastchar: # If we can't increment this char further, try the next ones. reversed_string[rindex] = firstchar # Set the current char back to the first one. reversed_string[rindex + 1] = increment_char(reversed_string[rindex + 1]) # Increment the next one along. else: # We only want to increment ONE char, unless we need to "carry". reversed_string[rindex] = increment_char(reversed_string[rindex]) break return ''.join(list(reversed_string))def string_generator(): length = 0 while 1: length += 1 string = chars[0] * length while True: try: string = increment_string(string) except IndexError: # Incrementing has gone out of the char array, move onto next length break yield string```
gollark: Except it enumerates all possible ASCII strings instead.
gollark: I made that!

References

  1. McFarlane, Ian (1999). "Defryme". Encyclopedia of Australian Rock and Pop. Allen & Unwin. ISBN 1-86448-768-2.
  2. "Prime time for Defryme". Billboard. 12 November 1994. p. 74. Retrieved 28 July 2011.
  3. "australian-charts.com > Defryme — Purekiller (album)". Hung Medien. Archived from the original on 7 April 2016. Retrieved 20 February 2016.
  4. Australian (ARIA Chart) peaks:
  5. Rolling Stone March 1994
  6. "Index of /". guitargodsandmasterpieces.com. Archived from the original on 2 April 2015.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.