Author Topic: Commenting on specific times in a soundcloud  (Read 6135 times)

climax708

  • Sub Bass
  • *
  • Posts: 30
  • Honor: 1
  • Show must go on
    • ivan-rubinson
    • View Profile
Commenting on specific times in a soundcloud
« on: April 30, 2016, 03:05:56 pm »
Hi.

The idea:
Easy & convenient way to express time & comment pairs.

For example:
Quote
TimeComment
00:00-00:15- Intro
00:15- Beat comes in
00:43- Beat comes out
01:07- Drop
* Track is for demonstration purposes only

But instead of me spending a lot of time creating a table, simplify the process with some new tags.
Also, could be awesome if clicking on the time would send you to that time in the track.
It can be very convenient to give feedback on people's work this way.

For example.
Code: [Select]
[comments on=https://soundcloud.com/mixfeed/alok-sevenn-byob]
[comment at="00:00-00:15"]Intro[/comment]
[comment at="00:15"]Beat comes in[/comment]
[comment at="00:43"]Beat comes out[/comment]
[comment at="01:07"]Drop[/comment]
[/comments]
As opposed to
Code: [Select]
[soundcloud]https://soundcloud.com/mixfeed/alok-sevenn-byob[/soundcloud]
[table]
[tr][td]Time[/td]
[td]Comment[/td][/tr]
[tr][td][url]00:00-00:15[/url][/td][td]- Intro[/td][/tr]
[tr][td][url]00:15[/url][/td][td]- Beat comes in[/td][/tr]
[tr][td][url]00:43[/url][/td][td]- Beat comes out[/td][/tr]
[tr][td][url]01:07[/url][/td][td]- Drop[/td][/tr]
[/table]