www.universalproductionmusic.com Open in urlscan Pro
45.60.33.175  Public Scan

URL: https://www.universalproductionmusic.com/en-us
Submission: On June 11 via manual from US — Scanned from DE

Form analysis 12 forms found in the DOM

<form action="" class="c-form c-playbar__link-short ng-pristine ng-valid"><label for="url-short" class="c-playbar__extras-title ng-scope" translate="SHARE_PANEL.LINK_SHORT">Link Shortener</label> <input class="c-playbar__link-short-input" type="text"
    name="url-short" readonly="" value=""> <button type="button" class="c-btn c-playbar__link-short-btn ng-binding is-disabled" ng-class="{'is-disabled':!ppanel.isLinkReady}" ng-click="ppanel.copyFunction(ppanel.shortUrl)"
    ng-disable="!ppanel.isLinkReady"></button></form>

<form action="" class="c-form c-playbar__link-short ng-pristine ng-valid"><label for="url-short" class="c-playbar__extras-title ng-scope" translate="SHARE_PANEL.LINK_SHORT">Link Shortener</label> <input class="c-playbar__link-short-input" type="text"
    name="url-short" readonly="" value=""> <button type="button" class="c-btn c-playbar__link-short-btn ng-binding is-disabled" ng-class="{'is-disabled':!ppanel.isLinkReady}" ng-click="ppanel.copyFunction(ppanel.shortUrl)"
    ng-disable="!ppanel.isLinkReady"></button></form>

<form action="" class="c-form c-playbar__link-short ng-pristine ng-valid"><label for="url-short" class="c-playbar__extras-title ng-scope" translate="SHARE_PANEL.LINK_SHORT">Link Shortener</label> <input class="c-playbar__link-short-input" type="text"
    name="url-short" readonly="" value=""> <button type="button" class="c-btn c-playbar__link-short-btn ng-binding is-disabled" ng-class="{'is-disabled':!ppanel.isLinkReady}" ng-click="ppanel.copyFunction(ppanel.shortUrl)"
    ng-disable="!ppanel.isLinkReady"></button></form>

<form action="" class="c-form c-playbar__link-short ng-pristine ng-valid"><label for="url-short" class="c-playbar__extras-title ng-scope" translate="SHARE_PANEL.LINK_SHORT">Link Shortener</label> <input class="c-playbar__link-short-input" type="text"
    name="url-short" readonly="" value=""> <button type="button" class="c-btn c-playbar__link-short-btn ng-binding is-disabled" ng-class="{'is-disabled':!ppanel.isLinkReady}" ng-click="ppanel.copyFunction(ppanel.shortUrl)"
    ng-disable="!ppanel.isLinkReady"></button></form>

Name: newsletterSubscriptionForm

<form name="newsletterSubscriptionForm" ng-submit="onSubmit()" class="ng-pristine ng-invalid ng-invalid-required ng-valid-email"><input type="text" name="name" ng-required="true" ng-model="newsletterSubscriptionFormData.name"
    ng-class="{ 'is-error' : newsletterSubscriptionForm.name.$invalid &amp;&amp; !newsletterSubscriptionForm.name.$pristine}" ng-blur="validateField('name')" placeholder="Your name" class="ng-pristine ng-untouched ng-invalid ng-invalid-required"
    required="required"> <input type="email" name="email" ng-required="true" ng-model="newsletterSubscriptionFormData.email" ng-class="{ 'is-error' : newsletterSubscriptionForm.email.$invalid &amp;&amp; !newsletterSubscriptionForm.email.$pristine}"
    ng-blur="validateField('email')" placeholder="Your email" class="ng-pristine ng-untouched ng-invalid ng-invalid-required ng-valid-email" required="required"><button type="submit"
    ng-class="{ 'is-submitting': isSubmitting, 'is-disabled': isDisabled }" ng-disabled="isDisabled" class="submit-button ng-isolate-scope is-disabled" is-submitting="submitSpinner" is-disabled="newsletterSubscriptionForm.$invalid"
    disabled="disabled">
    <div class="c-btn__spinner">
      <div class="c-spinner"></div>
    </div><span><ng-transclude><span class="ng-binding ng-scope">SIGN UP</span></ng-transclude></span>
  </button></form>

<form action="" class="c-panel-form ng-pristine ng-valid ng-hide" ng-show="userpl.showNewPlaylist">
  <div class="c-panel-form__field-wrap c-panel-form__add-new"><label for="new-playlist-title" class="c-panel-form__label ng-scope" translate=".NEW_PLAYLIST_TITLE">New project title</label> <input type="text"
      class="c-panel-form__input c-panel-form__add-new-input ng-pristine ng-untouched ng-valid" id="new-playlist-title" placeholder="New Project Title" ng-model="userpl.newPlaylistTitle" autofocus="" ng-keyup="userpl.setNewTitle($event)"
      ng-paste="userpl.setNewTitle($event)"> <button class="c-panel-form__add-new-btn" ng-click="userpl.clickNewPlaylist();" ng-disabled="userpl.disableAddButton"><svg class="c-icon">
        <use href="#icon-with"></use>
      </svg></button></div>
</form>

<form action="" class="c-panel-form ng-pristine ng-valid">
  <div class="c-panel-form__field-wrap c-panel-form__search"><label for="panel-search" class="c-panel-form__label">Search</label> <input type="search" class="c-panel-form__input c-panel-form__search-input ng-pristine ng-untouched ng-valid"
      id="panel-search" placeholder="Search" ng-model="userpl.searchString" ng-keyup="userpl.searchPlaylistsSimple();" autocomplete="off"> <button class="c-panel-form__search-btn"><svg class="c-icon">
        <use href="#icon-search"></use>
      </svg></button></div>
</form>

<form class="c-player-notes__add-note ng-pristine ng-valid ng-valid-maxlength"><!-- ngIf: vm.timeInSecondsFromStart --> <!-- ngIf: !vm.timeInSecondsFromStart --><label ng-if="!vm.timeInSecondsFromStart" class="c-player-notes__input-label ng-scope"
    for="add-player-note" translate="PLAYER_NOTES.WRITE_GENERAL">Write a general note</label><!-- end ngIf: !vm.timeInSecondsFromStart -->
  <div class="c-form__field-wrap"><textarea class="c-player-notes__textfield ng-pristine ng-untouched ng-valid ng-valid-maxlength" id="add-player-note" placeholder="Write a note" maxlength="200" ng-model="vm.note"></textarea>
    <div class="c-form__msg-char-count"><span class="ng-binding">0 /200</span></div>
  </div>
  <div class="c-cta-group">
    <div class="c-cta-group__left"><button type="reset" class="c-btn c-player-notes__cancel-btn ng-scope" ng-click="vm.closeOverlay()" translate="PLAYER_NOTES.CANCEL">Cancel</button></div>
    <div class="c-cta-group__right"><button type="submit" ng-class="{ 'is-submitting': isSubmitting, 'is-disabled': isDisabled }" ng-disabled="isDisabled" class="c-btn c-btn--strong c-player-notes__submit-btn ng-isolate-scope is-disabled"
        ng-click="vm.createNote()" is-disabled="!vm.note.length" is-submitting="vm.isSubmitting" disabled="disabled">
        <div class="c-btn__spinner">
          <div class="c-spinner"></div>
        </div><span><ng-transclude><span translate="PLAYER_NOTES.SUBMIT" class="ng-scope">Submit</span></ng-transclude></span>
      </button></div>
  </div>
</form>

#

<form id="ProProfs_post_form" action="#" onsubmit="ProProfs_postchat_submit();return false" style="display: none;">
  <div id="post_chat_pp_form_template">
    <div class="proprofs_form_title">Rate this chat</div>
    <div style="margin: 0px 10px 11px;text-align: center;">
      <i id="p_pp_icon_1" class="_proprofs_fa _proprofs_fa_star pp_star_setting _proprofs_icon-star-fill" onmouseenter="p_get_rating_hover(1,'linear-gradient(to right, rgb(206, 15, 105) 0%, rgb(51, 153, 204) 50%, rgb(45, 200, 77) 100%) rgb(51, 50, 50)');" onmouseleave="p_remove_rating('linear-gradient(to right, rgb(206, 15, 105) 0%, rgb(51, 153, 204) 50%, rgb(45, 200, 77) 100%) rgb(51, 50, 50)');" onclick="p_submit_rating(1,'linear-gradient(to right, rgb(206, 15, 105) 0%, rgb(51, 153, 204) 50%, rgb(45, 200, 77) 100%) rgb(51, 50, 50)');"></i><i id="p_pp_icon_2" class="_proprofs_fa _proprofs_fa_star pp_star_setting _proprofs_icon-star-fill" onmouseenter="p_get_rating_hover(2,'linear-gradient(to right, rgb(206, 15, 105) 0%, rgb(51, 153, 204) 50%, rgb(45, 200, 77) 100%) rgb(51, 50, 50)');" onmouseleave="p_remove_rating('linear-gradient(to right, rgb(206, 15, 105) 0%, rgb(51, 153, 204) 50%, rgb(45, 200, 77) 100%) rgb(51, 50, 50)');" onclick="p_submit_rating(2,'linear-gradient(to right, rgb(206, 15, 105) 0%, rgb(51, 153, 204) 50%, rgb(45, 200, 77) 100%) rgb(51, 50, 50)');"></i><i id="p_pp_icon_3" class="_proprofs_fa _proprofs_fa_star pp_star_setting _proprofs_icon-star-fill" onmouseenter="p_get_rating_hover(3,'linear-gradient(to right, rgb(206, 15, 105) 0%, rgb(51, 153, 204) 50%, rgb(45, 200, 77) 100%) rgb(51, 50, 50)');" onmouseleave="p_remove_rating('linear-gradient(to right, rgb(206, 15, 105) 0%, rgb(51, 153, 204) 50%, rgb(45, 200, 77) 100%) rgb(51, 50, 50)');" onclick="p_submit_rating(3,'linear-gradient(to right, rgb(206, 15, 105) 0%, rgb(51, 153, 204) 50%, rgb(45, 200, 77) 100%) rgb(51, 50, 50)');"></i><i id="p_pp_icon_4" class="_proprofs_fa _proprofs_fa_star pp_star_setting _proprofs_icon-star-fill" onmouseenter="p_get_rating_hover(4,'linear-gradient(to right, rgb(206, 15, 105) 0%, rgb(51, 153, 204) 50%, rgb(45, 200, 77) 100%) rgb(51, 50, 50)');" onmouseleave="p_remove_rating('linear-gradient(to right, rgb(206, 15, 105) 0%, rgb(51, 153, 204) 50%, rgb(45, 200, 77) 100%) rgb(51, 50, 50)');" onclick="p_submit_rating(4,'linear-gradient(to right, rgb(206, 15, 105) 0%, rgb(51, 153, 204) 50%, rgb(45, 200, 77) 100%) rgb(51, 50, 50)');"></i><i id="p_pp_icon_5" class="_proprofs_fa _proprofs_fa_star pp_star_setting _proprofs_icon-star-fill" onmouseenter="p_get_rating_hover(5,'linear-gradient(to right, rgb(206, 15, 105) 0%, rgb(51, 153, 204) 50%, rgb(45, 200, 77) 100%) rgb(51, 50, 50)');" onmouseleave="p_remove_rating('linear-gradient(to right, rgb(206, 15, 105) 0%, rgb(51, 153, 204) 50%, rgb(45, 200, 77) 100%) rgb(51, 50, 50)');" onclick="p_submit_rating(5,'linear-gradient(to right, rgb(206, 15, 105) 0%, rgb(51, 153, 204) 50%, rgb(45, 200, 77) 100%) rgb(51, 50, 50)');"></i>
    </div><input type="hidden" id="proprofs_trancript" name="proprofs_transcript" value="0"><input type="hidden" id="post_ProProfs_rating" name="post_ProProfs_rating" value="0"><input type="hidden" name="post_ProProfs_session"
      value="39276i1qm00awpbq9ad3fqmq3732931"><input type="hidden" name="post_ProProfs_language_id" value="37294"><input type="hidden" name="post_ProProfs_site_id" value="39276">
    <div class="proprofs_form_label"><label for="post_pp_fld_1" class="post_pp_fld_1">Message<span style="color:  #D42C02;display:inline-block;" id="post_required_post_pp_fld_1"> * </span></label></div><textarea
      class="proprofs_form_element pp_txt_area" rows="3" id="post_pp_fld_1" style="resize: none !important;margin-left:0;" name="post_pp_fld_1" onfocus="post_hide_proprofs_error('post_pp_fld_1')"></textarea>
    <div class="proprofs_error_msg" id="post_PP_error_post_pp_fld_1">Message required</div><input type="hidden" id="post_ProProfs_field_counter" name="post_ProProfs_field_counter" value="1"><input class="ProProfs_submit_button" type="submit"
      value="Submit"
      style="    margin-top: 13px;background:linear-gradient(to right, rgb(206, 15, 105) 0%, rgb(51, 153, 204) 50%, rgb(45, 200, 77) 100%) rgb(51, 50, 50) !important;color:#fff !important;cursor:pointer;"><a href="javascript:pp_change_status('39276i1qm00awpbq9ad3fqmq3732931')" style="display: block;text-decoration: none;padding: 10px 0px;font-size: 11px;    text-align: center;">Cancel</a><img
      id="post_loader_pp_2" src="https://s01.live2support.com/dashboardv2/chatassets/img/pp_loader.gif" alt="Loading Live Chat" style="margin-left: 48%;visibility: hidden;"><img id="post_loader_pp"
      src="https://s01.live2support.com/dashboardv2/chatassets/img/pp_loader.gif" alt="Loading Live Chat" style="margin-left: 48%;margin-top: 8px;visibility: hidden;">
  </div>
  <div id="after_submit_pp_survey" style="padding: 36% 0%;text-align: center;color: #2d2d2d;font-size: 12px;display:none;">Thank you for your message. We will respond
    shortly.<a href="javascript:pp_change_status('39276i1qm00awpbq9ad3fqmq3732931')" style="display: block;text-decoration: none;padding: 10px 0px;">Continue</a><img id="post_loader_pp_1"
      src="https://s01.live2support.com/dashboardv2/chatassets/img/pp_loader.gif" alt="Loading Live Chat" style="visibility: hidden;"></div>
</form>

POST #

<form id="ProProfs_offline_form" action="#" method="post" enctype="multipart/form-data" onsubmit="ProProfs_offline_submit();return false" style="display: none;"><input type="hidden" value="0" id="pp_time_tracker_status" name="pp_time_tracker_status">
  <div id="form_offline_pp_templates">
    <div id="ProPorfs_offline_strip">Chat offline. Please drop a message for us to get back ASAP </div>
    <div id="ProPorfs_offline_strip_timer">All our operators are busy right now.</div>
    <div class="proprofs_form_title">Sorry, we are offline. Please leave us a message &amp; we will get in touch soon!</div><input type="hidden" name="off_ProProfs_session" value="39276i1qm00awpbq9ad3fqmq3732931"><input type="hidden"
      name="off_ProProfs_language_id" value="37294"><input type="hidden" name="off_ProProfs_site_id" value="39276">
    <div class="proprofs_form_label" style="display:none;"><label for="pp_department_offline_label">Department</label><span style="color:  #D42C02;display:none;" id="required_pp_department_label"> * </span></div><select class="proprofs_form_element"
      id="pp_department_offline_label" name="pp_department_offline_label" style="margin-bottom: 10px !important;display:none;" onchange="pp_hide_dept_error();">
      <option value="0">Select</option>
      <option value="1390">Support</option>
      <option value="1391">Music Search</option>
    </select>
    <div class="proprofs_error_msg" id="PP_error_pp_department_offline_label" style="margin-top: -10px;">Department is required.</div>
    <div class="proprofs_form_label"><label for="off_pp_visitor_name" class="off_pp_visitor_name">Name</label><span style="color:  #D42C02;display:inline-block;" id="off_required_off_pp_visitor_name"> * </span></div><input type="text"
      class="proprofs_form_element" name="off_pp_visitor_name" id="off_pp_visitor_name" onfocus="off_hide_proprofs_error('off_pp_visitor_name')" value="" style="">
    <div class="proprofs_error_msg" id="off_PP_error_off_pp_visitor_name">Invalid name</div>
    <div class="proprofs_form_label"><label for="off_pp_visitor_email" class="off_pp_visitor_email">Email</label><span style="color:  #D42C02;display:inline-block;" id="off_required_off_pp_visitor_email"> * </span></div><input type="text"
      class="proprofs_form_element" name="off_pp_visitor_email" id="off_pp_visitor_email" onfocus="off_hide_proprofs_error('off_pp_visitor_email')" value="" style="">
    <div class="proprofs_error_msg" id="off_PP_error_off_pp_visitor_email">Invalid email address</div>
    <div class="proprofs_form_label"><label for="off_pp_fld_3" class="off_pp_fld_3">Message</label><span style="color:  #D42C02;display:inline-block;" id="off_required_off_pp_fld_3"> * </span></div><textarea class="proprofs_form_element pp_txt_area"
      rows="3" id="off_pp_fld_3" style="resize: none !important;margin-left:0;" name="off_pp_fld_3" onfocus="off_hide_proprofs_error('off_pp_fld_3')"></textarea>
    <div class="proprofs_error_msg" id="off_PP_error_off_pp_fld_3">Message required</div><input type="hidden" id="off_ProProfs_field_counter" name="off_ProProfs_field_counter" value="3"><input id="ProProfs_offline_button"
      class="ProProfs_submit_button" type="submit" value="Submit"
      style="    margin-top: 5px;background:linear-gradient(to right, rgb(206, 15, 105) 0%, rgb(51, 153, 204) 50%, rgb(45, 200, 77) 100%) rgb(51, 50, 50) !important;color:#fff !important;cursor:pointer;">
    <div class="proprofs_dot_flashing" id="offline_chat_form_loader" style="visibility:hidden;"></div>
  </div>
  <div id="after_submit_templates" style="padding: 39% 0px;	text-align: center;color: #4d4d4d;display:none;">Thank you for your message. We will respond shortly.</div>
</form>

#

<form id="ProProfs_prechat_form" action="#" onsubmit="ProProfs_prechat_submit();return false" style="display: block;"><input type="hidden" value="0" id="pp_time_tracker">
  <div id="ProPorfs_online_strip">Chat is online</div>
  <div class="proprofs_form_title">Please provide us these details so we may assist you better.</div><input type="hidden" name="ProProfs_session" value="39276i1qm00awpbq9ad3fqmq3732931"><input type="hidden" name="ProProfs_language_id"
    value="37294"><input type="hidden" name="ProProfs_site_id" value="39276">
  <div class="proprofs_form_label" style="display:none;"><label for="pp_operator_label">Operators</label><span style="color:  #D42C02;display:none;" id="required_pp_operator_label"> * </span></div><select class="proprofs_form_element"
    id="pp_operator_label" name="pp_operator_label" style="margin-bottom: 10px !important;display:none;">
    <option value="0">Select</option>
    <option value="252606">Angelic Williams</option>
    <option value="243035">Don Moyer</option>
    <option value="243037">James Frangipane</option>
    <option value="242998">Purette Brown</option>
    <option value="252838">Ray Mills</option>
  </select>
  <div class="proprofs_form_label" style=""><label for="pp_group_label">Groups</label><span style="color:#D42C02;display:inline-block;" id="required_pp_group_label"> * </span></div><select class="proprofs_form_element" id="pp_group_label"
    name="pp_group_label" style="margin-bottom: 10px !important;">
    <option value="6598">Support</option>
  </select>
  <div class="proprofs_form_label" style="display:none;"><label for="pp_department_label">Department</label><span style="color:  #D42C02;display:none;" id="required_pp_department_label"> * </span></div><select class="proprofs_form_element"
    id="pp_department_label" name="pp_department_label" style="margin-bottom: 10px !important;display:none;" onchange="pp_hide_dept_error();">
    <option value="0">Select</option>
    <option value="1390">Support</option>
    <option value="1391">Music Search</option>
  </select>
  <div class="proprofs_error_msg" id="PP_error_pp_department_label" style="margin-top: -10px;">Department is required.</div>
  <div class="proprofs_form_label"><label for="pp_visitor_name" class="pp_visitor_name">Name</label><span style="color:  #D42C02;display:inline-block;" id="required_pp_visitor_name"> * </span></div><input type="text" class="proprofs_form_element"
    name="pp_visitor_name" id="pp_visitor_name" onfocus="hide_proprofs_error('pp_visitor_name')" value="" style="">
  <div class="proprofs_error_msg" id="PP_error_pp_visitor_name">Name required. Please fill your name.</div>
  <div class="proprofs_form_label"><label for="pp_visitor_email" class="pp_visitor_email">Email</label><span style="color:  #D42C02;display:inline-block;" id="required_pp_visitor_email"> * </span></div><input type="text" class="proprofs_form_element"
    name="pp_visitor_email" id="pp_visitor_email" onfocus="hide_proprofs_error('pp_visitor_email')" value="" style="">
  <div class="proprofs_error_msg" id="PP_error_pp_visitor_email">Email Required. Please fill your Email</div><input type="hidden" id="ProProfs_field_counter" name="ProProfs_field_counter" value="2"><input class="ProProfs_submit_button"
    id="ProProfs_prechat_button_submit" type="submit" value="Start Chat"
    style="margin-top: 13px;background:linear-gradient(to right, rgb(206, 15, 105) 0%, rgb(51, 153, 204) 50%, rgb(45, 200, 77) 100%) rgb(51, 50, 50) !important;color:#fff !important;cursor:pointer;" onclick="return submitPrechatForm(0);">
  <div class="proprofs_dot_flashing" id="prechat_form_loader" style="visibility:hidden;"></div>
</form>

POST

<form id="proprofs_uploadimage" action="" method="post" enctype="multipart/form-data" style="display:none;" onsubmit="ProProfs_image_submit();return false"><input type="hidden" name="pp_img_counter" id="pp_img_counter" value="1"><label
    for="pp_file_upload" style="display:none;">File</label><input type="file" name="pp_file" id="pp_file_upload" style="display:none;" onchange="upload_pp_image();"><input type="hidden" name="session_id_image"
    value="39276i1qm00awpbq9ad3fqmq3732931"><input type="submit" id="pp_upload_image_button" value="Upload" class="submit" style="display:none;"></form>

Text Content

-
00:00
00:00

Share
 * 
 * 
 * 

Link Shortener
Versions
   
 * discover
      
    * New Releases
      
    * Collections
      
    * playlists
      
    * Get Inspired
      
    * Albums
      
    * Moods
      
    * Genres
      
    * Soundfx
      
    * Labels
      
    * Composers
      

   
 * Tools
   
 * Licensing
   
 * Syncs
   
   

   
 * Log In / Register
   
 * EN
 * 
   
   

   
 * Log In / Register
   
 * EN
 * 
   
   

You are on the United States site. Click here to see content more specific to
your country.


MUSIC IS UNIVERSAL

Keyword searchTrack Title/ComposerLyrics searchKeyword search
Previous

ALBUM


EXPLOSIVE TRAILERS

Gotham Music's Explosive Trailers is fueled with dark, high-octane action and
dystopian reverberations. Perfect for Trailers, Promos, Extreme Sports, and
other high-energy media productions. LISTEN NOW

ALBUM


HYPE-THE-VIBE_ GLITCH-TWISTERS

Enter an electronic future with Freshworx's Hype-TheVibe_ Glitch-Twisters.
Featuring distorted, grit-phonk bangers perfect for Sports and Promos. LISTEN
NOW

ALBUMS


NEW MUSIC FRIDAY

Don't miss our latest releases updated EVERY FRIDAY. EXPLORE NOW

ALBUM


2024 SUMMER OLYMPICS

The 2024 Paris Summer Olympics are coming up fast and we have the tracks that'll
help you ignite and highlight your championing moments. EXPLORE NOW

ALBUM


PATRIOTIC POP 2

Live the American Dream with MasterSource's Patriotic Pop 2. Featuring Rock and
Pop songs with uplifting patriotic lyrics that are guaranteed to inspire.
Perfect for Corporate and Promos. LISTEN NOW

ALBUM


FEEL GOOD & FUNKY

Groove out with Ninja Tune Production Music's Feel Good & Funky. Live percussion
and cool melodies are at the heart of this fresh spin on the classic funk sound.
Perfect for Promos and Entertainment. LISTEN NOW

ALBUM


EXPLOSIVE TRAILERS

Gotham Music's Explosive Trailers is fueled with dark, high-octane action and
dystopian reverberations. Perfect for Trailers, Promos, Extreme Sports, and
other high-energy media productions. LISTEN NOW

ALBUM


HYPE-THE-VIBE_ GLITCH-TWISTERS

Enter an electronic future with Freshworx's Hype-TheVibe_ Glitch-Twisters.
Featuring distorted, grit-phonk bangers perfect for Sports and Promos. LISTEN
NOW

ALBUMS


NEW MUSIC FRIDAY

Don't miss our latest releases updated EVERY FRIDAY. EXPLORE NOW

ALBUM


2024 SUMMER OLYMPICS

The 2024 Paris Summer Olympics are coming up fast and we have the tracks that'll
help you ignite and highlight your championing moments. EXPLORE NOW
Next


TRENDING NOW

Share
 * 
 * 
 * 

Link Shortener


SPORTS - OLYMPICS


PLAYLIST

Share
 * 
 * 
 * 

Link Shortener


PRIDE


PLAYLIST

Share
 * 
 * 
 * 

Link Shortener


BLACK VOICES


PLAYLIST

View All Playlists
About Us


MUSIC IS UNIVERSAL

As creators of original content, we fully control all rights to our music,
giving you unrivaled licensing terms, complete indemnification, and ultimate
peace of mind. Avoid takedowns and accelerate your workflow with Universal
Production Music.

Learn More


FLEXIBLE LICENSING

License per track or on a subscription basis with ease.


FINDING MUSIC MADE EASY

Streamline your music searches with help from our team.


STEMS AVAILABLE

Create your own mix to fit your needs.


CUSTOM MUSIC SOLUTIONS

Find your signature sound with us.


FEATURED TOOL


UNIVERSAL PRODUCTION MUSIC EXTENSION FOR ADOBE PREMIERE PRO

Access Universal Production Music’s entire catalog including stems and alt
versions with our Adobe Extensions. Save time and experience an easy way to
search, play, download music and view playlists without leaving Adobe Premiere
Pro or Audition. Download Now View All Tools


RECENT PLACEMENTS


SHIRLEY OFFICIAL TRAILER | NETFLIX


NEO SOUL

Witness the story of the first Black congresswoman and her trailblazing run for
president of the United States.

WATCH NOW


WAYS I PLAY: MASTERING THE OUTLAW | VALORANT | RIOT GAMES


DRIFT PHONK

The VALORANT pros are here to show us their best ways to play, starting with the
most recent addition to the game's arsenal: the Outlaw.

WATCH NOW


GALAXY S24 ULTRA OFFICIAL FILM: NIGHTOGRAPHY ZOOM | SAMSUNG


K-POP VOL. 2 THIS MOMENT

Shoot far in the dark with the Samsung Galaxy S24 Ultra’s Nightography Zoom.

WATCH NOW
View All


TRUSTED BY




WHAT THEY SAY

James & Lucas – thank you so much for your partnership! It makes such a
difference and we value it greatly!

Read More
John Lovelace - Manager of Marketing & Promotion KTLA 5 Los Angeles

We did have a moment to get on the phone with your music supervisor and I will
say, this was a great experience and the client service from Killer Tracks is
World Class. I also wasn't aware of all the great benefits of our relationship,
so I will definitely will be asking for help in the near future. 

Read More
Tiffany Golden Wieden + Kennedy

Thanks. You guys kill it, every time.


Tom Fitzjerrells Pinnacle Advertising

Dang, Ivan, these are great!!!! Still listening but wanted you to know I’m
impressed 😊 😊


Beryt Nisenson Authentica Media

Using music from Killer Tracks really brings our content to life. The service
provides us with music that's at the quality standard we expect.

Read More
S. Menard Gameloft

Our KTLA team would like to thank you for your talent and for elevating our
campaigns. Your music library is my first stop for any music selection. We won
an LA Area Emmy for our Dodgers "Go Blue" Promo in the Short Promo - Sports
Category. Your music drove the promo and was the theme of the campaign.

Read More
Bobby Matthews KTLA 5 News

These proposed tracks were perfect, actually the first one was exactly what I
was looking for… thank you so much for your help!

Read More
Mike Featherstone Charter

“To land our creative idea, we knew finding the right music was going to be the
most challenging part of the project, but it ended up being the easiest. Thanks
to Universal Music for making the experience so painless.”

Read More
Brian Baldwin Harbor PDX

“Sonic Beat always delivers exactly what I need.”


Alex Bandy, Music Supervisor Access Hollywood, Access Daily

James & Lucas – thank you so much for your partnership! It makes such a
difference and we value it greatly!

Read More
John Lovelace - Manager of Marketing & Promotion KTLA 5 Los Angeles

We did have a moment to get on the phone with your music supervisor and I will
say, this was a great experience and the client service from Killer Tracks is
World Class. I also wasn't aware of all the great benefits of our relationship,
so I will definitely will be asking for help in the near future. 

Read More
Tiffany Golden Wieden + Kennedy

Thanks. You guys kill it, every time.


Tom Fitzjerrells Pinnacle Advertising

Dang, Ivan, these are great!!!! Still listening but wanted you to know I’m
impressed 😊 😊


Beryt Nisenson Authentica Media

Using music from Killer Tracks really brings our content to life. The service
provides us with music that's at the quality standard we expect.

Read More
S. Menard Gameloft

Our KTLA team would like to thank you for your talent and for elevating our
campaigns. Your music library is my first stop for any music selection. We won
an LA Area Emmy for our Dodgers "Go Blue" Promo in the Short Promo - Sports
Category. Your music drove the promo and was the theme of the campaign.

Read More
Bobby Matthews KTLA 5 News

These proposed tracks were perfect, actually the first one was exactly what I
was looking for… thank you so much for your help!

Read More
Mike Featherstone Charter

“To land our creative idea, we knew finding the right music was going to be the
most challenging part of the project, but it ended up being the easiest. Thanks
to Universal Music for making the experience so painless.”

Read More
Brian Baldwin Harbor PDX

“Sonic Beat always delivers exactly what I need.”


Alex Bandy, Music Supervisor Access Hollywood, Access Daily

James & Lucas – thank you so much for your partnership! It makes such a
difference and we value it greatly!

Read More
John Lovelace - Manager of Marketing & Promotion KTLA 5 Los Angeles


ENOUGH ABOUT US... YOU CAME FOR THE MUSIC

Download tracks, create projects, collaborate with your team and share with your
clients.

CREATE ACCOUNT NOW DISCOVER MUSIC


PLEASE DON'T STOP THE MUSIC

Subscribe to our newsletter, for the latest news, events, and new music!


SIGN UP

© Copyright 2024
Universal Music Group N.V.
All rights reserved.
About Us
 * Contact Us
 * About Us
 * Global Offices
 * Composers
 * Get Inspired
 * UPM Brand Resources

DISCOVER
 * Request A Music Search
 * Content ID Claim Release
 * Licensing
 * EDU Licensing
 * Tools
 * Blog
 * SoundFX

MORE
 * FAQ
 * Help
 * Online Payment Instructions
 * Rate Card for US and Canada
 * Quarterly Music Registration Form
 * UPM US | Keyboard Shortcuts

LEGAL
 * Terms and Conditions
 * Privacy Policy
 * Cookies Policy

Connect
 * 
   Spotify
 * 
   Instagram
 * 
   YouTube
 * Music Submissions
 * 
   LinkedIn

See results

Load more
Select language
   
 * English
   

Log out
 * 
 * 
 * 
 * 

MY PROJECTS AND PITCHES

 * View my projects
 * New project
   New project title
 * Favorites
   

Search


MY SEARCH HISTORY



MY DOWNLOADS

Your Download History will be shown here.

PLAYER

 * 
 * 

PLAY QUEUE (0)

Press Play on a track to use the play queue.

PLAY HISTORY




SIMILARITY SEARCH

Find Similar tracks using a reference URL or an audio file

Enter URL (YouTube, Soundcloud or Vimeo):

Select time frame to analyze
OR
Audio file (wav or mp3):

Select time frame to analyze Begin Search
We use cookies to ensure that we give you the best experience on our website.
Clicking 'Accept', we'll assume that you consent to receive all cookies in
accordance with our cookie policy. You may change your cookie settings at any
time.

 
Accept


DOWNLOAD



Please choose required formats:

MP3

AIFF

WAV


Include all edits and versions

Download info only

Cancel
Download
Versions & Edits
Add to project Download
Title

Length


Write a general note
0 /200
Cancel

Submit

ALL NOTES

GENERAL NOTES ()

Delete


NOTES BY TIME ()

Delete




Print Lyrics

We’re processing your payment.

This may take a few moments.


add chat to your website
?
9 New
Chat with us*****
Please wait.
We are processing...



Rate this chat

Message *
Message required
Cancel
Thank you for your message. We will respond shortly.Continue
Chat offline. Please drop a message for us to get back ASAP
All our operators are busy right now.
Sorry, we are offline. Please leave us a message & we will get in touch soon!
Department *
SelectSupportMusic Search
Department is required.
Name *
Invalid name
Email *
Invalid email address
Message *
Message required

Thank you for your message. We will respond shortly.
Chat is online
Please provide us these details so we may assist you better.
Operators *
SelectAngelic WilliamsDon MoyerJames FrangipanePurette BrownRay Mills
Groups *
Support
Department *
SelectSupportMusic Search
Department is required.
Name *
Name required. Please fill your name.
Email *
Email Required. Please fill your Email

SupportAvailable



Are you sure you want to close this session?

End ChatContinue
Please wait while we connect you to our online operator...

File

* * * * * * * * * * * *



undefined is available.
Typically replies instantly
Chat with undefined

undefined


Upload



*Knowledgebase


Are you sure you want to close this session?

End ChatContinue
Get your own FREE Chat
*
undefined says...
This is bot welcome message
*
undefined

Click here to reply
*
how may i help you?

Click here to reply
*
undefined
undefined

Click here to reply