Brisom
Brisom is a synthwave pop band from Manila, Philippines.[1] Formed in 2013, it is composed of Brian Sombero on vocals, guitars and synths, Timothy Abbott on synths, beats and programming, Jason Rondero on bass, and Jeffrey Castro on drums and samplers.
Brisom | |
---|---|
Origin | Metro Manila, Philippines |
Genres | |
Years active | 2013–present |
Labels | Warner Music Philippines (2016–2018) Viva Records (2018–present) |
Website | brisom |
Members | Brian Sombero Timothy Abbott Jason Rondero Jeffrey Castro |
Past members | Terence Teves MJ Dantes |
The band has been known for their 80s-inspired synth music. They released their debut EP Perspectives in 2014,[2] followed by the release of their full-length album Limerence in 2016.[3][4]
Previously signed under Warner Music Philippines, the band is currently signed to Viva Records.
Band members
Current
- Brian Sombero - vocals, guitars, synths
- Timothy Abbott - synths, beats, programming
- Jason Rondero - bass
- Jeffrey Castro - drums, samplers
Former
- Terence Teves
- MJ Dantes
Awards and nominations
Year | Award | Category | Notable Works | Result |
---|---|---|---|---|
2018 | Myx Music Awards 2018 | Rock Video of the Year | Balewala | Won |
MYX Bandarito Performance of the Year | N/A | Nominated |
gollark: No, I have that stuff done.
gollark: I want a *different* set of "OPERATIONS ON RELEVANT NODE THING" and no HTML generation at the end, and it would be bees to just copy-paste the function here.
gollark: As of now, my code does```nimproc renderToHtml*(input: string): string = let wlRegex = re"\[\[([^:\]]+):?([^\]]+)?\]\]" let opt = CMARK_OPT_UNSAFE or CMARK_OPT_FOOTNOTES or CMARK_OPT_STRIKETHROUGH_DOUBLE_TILDE or CMARK_OPT_TABLE_PREFER_STYLE_ATTRIBUTES # create parser instance let str: cstring = input len: csize_t = len(input).csize_t parser: ParserPtr = cmark_parser_new(opt.cint) if parser == nil: raise newException(CatchableError, "failed to initialize parser") defer: cmark_parser_free(parser) [further initialization stuff] # parse document, get AST cmark_parser_feed(parser, str, len) let doc = cmark_parser_finish(parser) defer: cmark_node_free(doc) if doc == nil: raise newException(CatchableError, "parsing failed - should not occur") # iterate over AST using built-in cmark-gfm AST iteration thing for (evType, node) in cmarkTree(doc): # if it is a text node [OPERATIONS ON RELEVANT NODE THING] let html: cstring = cmark_render_html(doc, opt.cint, cmark_parser_get_syntax_extensions(parser)) defer: free(html) result = $html```
gollark: cmark. I will explain.
gollark: Hmm. Gibson, you use nim, yes? How can I nicely™ abstract this C library?
References
- "Brisom". Bandwagon.asia.
- "Perspectives - EP". iTunes.
- "Limerence". iTunes Philippines. June 24, 2016. Retrieved January 9, 2017.
- Renuel Fallore (June 23, 2016). "MYXclusive: BRISOM Releases Debut Album "Limerence"!". myx. Retrieved January 22, 2017.
- "Brisom to launch 'Balewala' Music Video". u Do u. July 25, 2017. Retrieved October 9, 2018.
- "Brisom Drops New Single 'Siglon'". PULP Magazine. January 26, 2018. Retrieved October 9, 2018.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.