Christine Balfa
Christine Balfa is a Cajun musician. She is the youngest daughter of Dewey Balfa.
Christine Balfa | |
---|---|
Christine Balfa playing the guitar at the 2009 Breaux Bridge Crawfish Festival. | |
Background information | |
Born | [1] | June 28, 1968
Genres | Cajun |
Occupation(s) | Musician |
Instruments | Guitar, vocals, triangle |
Labels | Valcour, Rounder, Swallow |
Associated acts | Bonsoir Catin, Balfa Toujours |
She founded the group Balfa Toujours in 1992; Dirk Powell was a member, and also her husband. Circa 2006, Balfa, with Kristi Guillory, Yvette Landry, and Anya Burgess founded Bonsoir Catin. By 2017, Landry was no longer in Bonsoir Catin, and Maegan Berard, Ashley Hayes, and Daniel Devillier had joined.[1][2][3][2][4]
Discography
- Christine Balfa Plays the Triangle (2006, Valcour Records CD 0006)[3]
With Balfa Toujours
- Pop tu me parles toujours (1993, Swallow Records 6110)
- À vieille Terre Haute (1994, Swallow Records 3121)
- New Cajun Tradition (1995, Ace Records (United Kingdom) CDCHD 613)
- Deux Voyages (1996, Rounder Records CD 6071)
- Allons danser – Bois Sec Ardoin with Balfa Toujours (1998, Rounder Records CD 6081)
- La Pointe (1998, Rounder Records CD 6086)
- Live at Whiskey River Landing (2000, Rounder Records CD 6096)
Compilations (partial list)
- Alligator Stomp, Vol. 5: Cajun & Zydeco - The Next Generation (1995, Rhino Records R2 71846)
- Bayou Hot Sauce (1997, EasyDisc (Rounder Records) ED CD 7044)
- Cajun Music: The Essential Collection (2002, Rounder Records 1166-11604-2)
- Best of Festivals Acadiens et Créoles 2002 (2011, Festivals Acadiens et Créoles/Valcour Records 0017)
With Bonsoir Catin
Compilations (partial list)
- The Rough Guide To Cajun & Zydeco (2011, World Music Network/Music Rough Guides RGNET1265CD)
- En Français - Cajun 'N' Creole Rock 'N' Roll (2011, Bayou Teche Brewing)
- Best of Festivals Acadiens et Créoles 2002 (2011, Valcour Records)[3]
- The Best of Valcour Records: Volume I, 2006-2011 (2012, Bayou Teche Brewing/Valcour Records CD 0018)[3]
- The Balfa Family: A Retrospective - Festivals Acadiens et Créoles 1977-2010 (2012, Valcour Records)[3]
Bibliography
gollark: Sure? I would move it to beside <#733816666089062511> but mobile.
gollark: Heavpoot is to be declared SCP-3125-A with immediate effect.
gollark: My tape download program now supports downloading big files without splitting them, via range requests, assuming they're served from a server which supports it: https://pastebin.com/LW9RFpmY (do `web2tape https://url.whatever range`)
gollark: Here is a similar thing for JSON. Note that it delegates out to an external JSON library for string escaping.```luafunction safe_json_serialize(x, prev) local t = type(x) if t == "number" then if x ~= x or x <= -math.huge or x >= math.huge then return tostring(x) end return string.format("%.14g", x) elseif t == "string" then return json.encode(x) elseif t == "table" then prev = prev or {} local as_array = true local max = 0 for k in pairs(x) do if type(k) ~= "number" then as_array = false break end if k > max then max = k end end if as_array then for i = 1, max do if x[i] == nil then as_array = false break end end end if as_array then local res = {} for i, v in ipairs(x) do table.insert(res, safe_json_serialize(v)) end return "["..table.concat(res, ",").."]" else local res = {} for k, v in pairs(x) do table.insert(res, json.encode(tostring(k)) .. ":" .. safe_json_serialize(v)) end return "{"..table.concat(res, ",").."}" end elseif t == "boolean" then return tostring(x) elseif x == nil then return "null" else return json.encode(tostring(x)) endend```
gollark: My tape shuffler thing from a while ago got changed round a bit. Apparently there's some demand for it, so I've improved the metadata format and written some documentation for it, and made the encoder work better by using file metadata instead of filenames and running tasks in parallel so it's much faster. The slightly updated code and docs are here: https://pastebin.com/SPyr8jrh. There are also people working on alternative playback/encoding software for the format for some reason.
See also
- List of Cajun musicians
References
- "Louisiana Folk Roots". Archived from the original on January 6, 2009. Retrieved October 22, 2009.
- Jeffries, David. "Dirk Powell Biography". AllMusic. Rovi Corporation. Retrieved November 25, 2018.
- "CDS". Valcour Records. Retrieved November 25, 2018.
- "Dirk Powell Biography". Dirk Powell. Retrieved November 20, 2019.
- "Christine Balfa". Discogs. Retrieved November 25, 2018.
- Harris, Craig. "Balfa Toujours biography". AllMusic. Rovi Corporation. Retrieved November 26, 2018.
- "Bonsoir Catin". AllMusic. Rovi Corporation. Retrieved November 26, 2018.
- "Bayou Teche Brewing Company". AllMusic. Rovi Corporation. Retrieved November 26, 2018.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.