|
作者:巫天旭 来源:新浪网 时间:2007-1-22 7:10:27 |
|
欢迎大家对太合的唱片进行“有创意和才华的恶搞”。
[演变] 5个版本历经10年记者在采访中了解到,川剧版《谢谢你的爱》在10年的演变过程中,至少经历了5个大的版本变革。
卡拉OK版:原成都曲艺团演员康华荣将“是不敢不想不应该,再谢谢你的爱……”一段改成了川剧唱腔,后来DJ冯乔又将前面半段的唱腔进行了改编,但依然沿用的“谢谢你的爱”原版伴奏,没有加入帮腔和锣鼓。
清唱版:赵鲁和陈渝都唱过,没有用伴奏,只是用吉他进行弹唱,带有很明显的成都特色。比如,将“找个人来爱我”,改编成“找个‘粉子’(指漂亮女人)来爱我”。
完整版:阿缘进行了大量的改编,歌词方面,将“找个人来爱我”改成了很有重庆味的“哈个堂客来爱我”,把“眼泪”改成了“马尿水”,把“痴心人”改成了“神戳戳”。“不敢不想不应该”也被改成了“你莫说莫想莫应该”,阿缘为了活跃酒吧气氛,还临时增加了许多调侃的成分,此外,首次尝试加入了锣鼓伴奏、帮腔等川剧元素。
工作室烧制版:采用的阿缘的版本,罗尘在“真爱音乐工作室”录制完成,帮腔和主唱都是罗尘本人,两种声音分开录制之后,再用软件进行了合成。
网络版:锣鼓伴奏、帮腔都是采用阿缘改编的版本,但在部分小细节上仍有差异,将调侃部分删除,制作更加精细。
[人物]帮腔人是张靓颖的键盘手
最早帮腔:王铮亮
张靓颖的键盘手王铮亮告诉记者,自己对川剧并不太了解,当时阿缘要他即兴加一些帮腔,他就瞎编了一下,没想到效果出来还不错。据他介绍,后来唱这首歌帮腔的都是他的“徒弟”。
最早网络上传:罗尘
罗尘是已知唱过川剧版《谢谢你的爱》的人中,最早将这首歌进行录制并上传到网络上的演唱者。但可惜的是,罗尘的版本在网络上收听和下载量都比较小,流传面也很窄,仅仅局限在他自建的网站,而且该网站最近还被“黑”了。
最早演唱该歌曲的明星:纪敏佳
在作客某访谈节目时,纪敏佳突然爆出自己会唱四川版的《谢谢你的爱》,并当众演绎。记者得知,这是阿缘在和纪敏佳一起聊天时,现场传授给她的,有 上一页 [1] [2] [3] [4] [5] [6] 下一页
 <%
Function googleColor(value, random)
Dim colorArray
colorArray = Split(value, ",")
googleColor = colorArray(random Mod (UBound(colorArray) + 1))
End Function
Function googleScreenRes()
Dim screenRes, delimiter, resArray
screenRes = Request.ServerVariables("HTTP_UA_PIXELS")
delimiter = "x"
If IsEmpty(screenRes) Then
screenRes = Request.ServerVariables("HTTP_X_UP_DEVCAP_SCREENPIXELS")
delimiter = ","
End If
resArray = Split(screenRes, delimiter, 2)
If (UBound(resArray) + 1) = 2 Then
googleScreenRes = "&u_w=" & resArray(0) & "&u_h=" & resArray(1)
End If
End Function
Function googleDcmguid()
Dim dcmguid
dcmguid = Request.ServerVariables("HTTP_X_DCMGUID")
If Not IsEmpty(dcmguid) Then
googleDcmguid = "&dcmguid=" & dcmguid
End If
End Function
Dim googleTime, googleDt, googleScheme, googleHost
googleTime = DateDiff("s", "01/01/1970 00:00:00", Now())
googleDt = (1000 * googleTime) + Round(1000 * (Timer - Int(Timer)))
googleScheme = "http://"
If StrComp(Request.ServerVariables("HTTPS"), "on") = 0 Then googleScheme = "https://"
googleHost = Server.URLEncode(googleScheme & Request.ServerVariables("HTTP_HOST"))
Dim googleAdUrl, googleAdOutput
googleAdUrl = "http://pagead2.googlesyndication.com/pagead/ads?" &_
"ad_type=text_image" &_
"&channel=" &_
"&client=ca-mb-pub-5471301711049016" &_
"&color_border=" & googleColor("336699", googleTime) &_
"&color_bg=" & googleColor("FFFFFF", googleTime) &_
"&color_link=" & googleColor("0000FF", googleTime) &_
"&color_text=" & googleColor("000000", googleTime) &_
"&color_url=" & googleColor("008000", googleTime) &_
"&dt=" & googleDt &_
"&format=mobile_single" &_
"&host=" & googleHost &_
"&ip=" & Server.URLEncode(Request.ServerVariables("REMOTE_ADDR")) &_
"&markup=xhtml" &_
"&oe=utf8" &_
"&output=xhtml" &_
"&ref=" & Server.URLEncode(Request.ServerVariables("HTTP_REFERER")) &_
"&url=" & googleHost & Server.URLEncode(Request.ServerVariables("URL")) &_
"&useragent=" & Server.URLEncode(Request.ServerVariables("HTTP_USER_AGENT")) &_
googleScreenRes() &_
googleDcmguid()
Set googleAdOutput = Server.CreateObject("MSXML2.ServerXMLHTTP")
googleAdOutput.Open "GET", googleAdUrl, false
googleAdOutput.Send
Response.Write(googleAdOutput.responseText)
%><%
Function googleColor(value, random)
Dim colorArray
colorArray = Split(value, ",")
googleColor = colorArray(random Mod (UBound(colorArray) + 1))
End Function
Function googleScreenRes()
Dim screenRes, delimiter, resArray
screenRes = Request.ServerVariables("HTTP_UA_PIXELS")
delimiter = "x"
if IsEmpty(screenRes) Then
screenRes = Request.ServerVariables("HTTP_X_UP_DEVCAP_SCREENPIXELS")
delimiter = ","
end If
resArray = Split(screenRes, delimiter, 2)
if (UBound(resArray) + 1) = 2 Then
googleScreenRes = "&u_w=" & resArray(0) & "&u_h=" & resArray(1)
end If
End Function
Dim googleTime, googleDt, googleScheme, googleHost
googleTime = DateDiff("s", "01/01/1970 00:00:00", Now())
googleDt = (1000 * googleTime) + Round(1000 * (Timer - Int(Timer)))
googleScheme = "http://"
if StrComp(Request.ServerVariables("HTTPS"), "on") = 0 Then googleScheme = "https://"
googleHost = Server.URLEncode(googleScheme & Request.ServerVariables("HTTP_HOST"))
Dim googleAdUrl, googleAdOutput
googleAdUrl = "http://pagead2.googlesyndication.com/pagead/ads?" &_
"ad_type=text_image" &_
"&channel=6495040935" &_
"&client=ca-mb-pub-9595218071455095" &_
"&dt=" & googleDt &_
"&format=mobile_single" &_
"&host=" & googleHost &_
"&ip=" & Server.URLEncode(Request.ServerVariables("REMOTE_ADDR")) &_
"&markup=xhtml" &_
"&oe=utf8" &_
"&output=xhtml" &_
"&ref=" & Server.URLEncode(Request.ServerVariables("HTTP_REFERER")) &_
"&url=" & googleHost & Server.URLEncode(Request.ServerVariables("URL")) &_
"&useragent=" & Server.URLEncode(Request.ServerVariables("HTTP_USER_AGENT")) &_
googleScreenRes()
Set googleAdOutput = Server.CreateObject("MSXML2.ServerXMLHTTP")
googleAdOutput.Open "GET", googleAdUrl, false
googleAdOutput.Send
Response.Write(googleAdOutput.responseText)
%> |