citycentralstudio.beatstars.com Open in urlscan Pro
2600:1f18:264f:c61e:9c1c:9e78:c847:4f43  Public Scan

Submitted URL: http://citycentralstudio.beatstars.com/
Effective URL: https://citycentralstudio.beatstars.com/
Submission: On March 20 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

Name: searchProPageTracks

<form name="searchProPageTracks" ng-submit="searchMusic(keyword)" role="search" class="ng-pristine ng-valid">
  <div layout="row" class="layout-row"><md-input-container class="md-block m-none flex" flex=""><label class="input-height-l" for="input_0"><i class="material-icons" style="font-size:18px;position:relative;top:3px;">search</i> Search</label> <input
        class="input-box m-none input-height-l ng-pristine ng-untouched ng-valid md-input ng-empty" ng-focus="searchAutoComplete(keyword)" ng-keyup="searchAutoComplete(keyword)" ng-keydown="clearAutoCompleteTimeout()" ng-blur="searchFocusedOff()"
        name="search_keyword" ng-model="keyword" autocomplete="off" type="search" id="input_0" aria-invalid="false">
      <div class="md-errors-spacer"></div>
    </md-input-container><md-input-container class="md-block m-none nudged-src-btn"><button class="md-button btn-primary m-none md-ink-ripple" md-ink-ripple="" role="menuitem"><i class="fa fa-search"></i></button></md-input-container></div>
  <div layout="row" ng-class="{'hide':!autocompleteResults &amp;&amp; searchFocused}" class="layout-row">
    <div class="m block bg-white bg-white-transparent"><!-- ngRepeat: autocomplete in autocompleteResults --></div>
  </div>
</form>

Name: searchProPageTracksPOST .

<form id="mobsearch" name="searchProPageTracks" action="." method="post" role="search" mobile-search="formLevel" mobile-search-keyword="keyword" class="ng-pristine ng-valid ng-isolate-scope">
  <div layout="row" class="layout-row"><span flex="" class="flex"><input type="search" placeholder="What type of track are you looking for?" ng-model="keyword" id="searchBoxMobile" mobile-search="textboxLevel" mobile-search-keyword="keyword"
        class="ng-pristine ng-untouched ng-valid ng-isolate-scope ng-empty" aria-invalid="false"> <button class="search-btn" aria-label="search button"><i class="fa fa-search"></i></button> <input type="submit" style="visibility: hidden;"></span>
  </div>
</form>

Name: searchProPageTracks

<form name="searchProPageTracks" ng-submit="searchMusic(keyword)" role="search" class="ng-pristine ng-valid">
  <div id="home-search"><input ng-focus="searchAutoComplete(keyword)" ng-keyup="searchAutoComplete(keyword)" ng-keydown="clearAutoCompleteTimeout()" ng-blur="searchFocusedOff()" name="search_keyword" ng-model="keyword" autocomplete="off"
      type="search" placeholder="What type of track are you looking for?" class="ng-pristine ng-untouched ng-valid ng-empty" aria-invalid="false"> <button><i class="fa fa-search"></i></button>
    <div class="search-auto-complete-results bg-white-transparent"><!-- ngRepeat: autocomplete in autocompleteResults --></div>
  </div>
</form>

Name: userForm

<form name="userForm" ng-submit="propageContact(contact)" class="ng-pristine ng-scope ng-invalid ng-invalid-required ng-valid-email ng-valid-pattern ng-valid-minlength ng-valid-maxlength">
  <div layout-gt-sm="row" class="m-b-lg layout-gt-sm-row"><md-input-container class="md-block m-b-none m-r flex-gt-sm" flex-gt-sm=""><label class="md-required" for="input_16">Your name</label> <input required=""
        class="input-box ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" name="name" ng-model="contact.name" autocomplete="off" id="input_16" aria-invalid="true">
      <div class="md-errors-spacer"></div>
      <div ng-messages="userForm.name.$error" role="alert" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive"><!-- ngMessageExp: ['required'] -->
        <div ng-message-exp="['required']" class="md-input-message-animation ng-scope">Your name is required.</div>
      </div>
    </md-input-container><md-input-container class="md-block m-b-none flex-gt-sm" flex-gt-sm=""><label class="md-required" for="input_17">E-mail address</label> <input required=""
        class="input-box ng-pristine ng-untouched md-input ng-empty ng-valid-email ng-invalid ng-invalid-required ng-valid-pattern ng-valid-minlength ng-valid-maxlength" ng-model="contact.email" name="email" type="email" minlength="3" maxlength="100"
        ng-pattern="/^.+@.+\..+$/" autocomplete="off" id="input_17" aria-invalid="true">
      <div class="md-errors-spacer"></div>
      <div ng-messages="userForm.email.$error" role="alert" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive"><!-- ngMessageExp: ['required', 'minlength', 'maxlength', 'pattern'] -->
        <div ng-message-exp="['required', 'minlength', 'maxlength', 'pattern']" class="md-input-message-animation ng-scope">Your email must be between 3 and 100 characters long and look like an e-mail address.</div>
      </div>
    </md-input-container></div><md-input-container class="md-block m-b-lg"><label class="md-required" for="input_18">Subject</label> <input required="" class="input-box ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required"
      name="subject" ng-model="contact.subject" autocomplete="off" id="input_18" aria-invalid="true">
    <div class="md-errors-spacer"></div>
    <div ng-messages="userForm.name.$error" role="alert" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive"><!-- ngMessageExp: ['required'] -->
      <div ng-message-exp="['required']" class="md-input-message-animation ng-scope">Subject is required.</div>
    </div>
  </md-input-container><md-input-container class="md-block m-b-lg textarea-container"><label class="md-required" for="input_19">Message</label>
    <div class="md-resize-wrapper"><textarea required="" class="input-box ng-pristine ng-untouched md-input ng-empty ng-invalid ng-invalid-required" name="message" ng-model="contact.message" rows="5" md-select-on-focus="" autocomplete="off"
        id="input_19" aria-invalid="true" style="height: 140px;"></textarea>
      <div class="md-resize-handle" style="touch-action: pan-x;"></div>
    </div>
    <div class="md-errors-spacer"></div>
    <div ng-messages="userForm.message.$error" role="alert" class="md-input-messages-animation md-auto-hide ng-active" aria-live="assertive"><!-- ngMessageExp: ['required'] -->
      <div ng-message-exp="['required']" class="md-input-message-animation ng-scope">Message is required.</div>
    </div>
  </md-input-container>
  <div layout-gt-sm="row" class="m-b-none layout-gt-sm-row"><!-- ngIf: !sendingMessage -->
    <p class="m-none ng-scope" ng-if="!sendingMessage"><button class="md-button btn-primary-cta m-none block-xs">SEND MESSAGE</button> <span ng-class="{'hide':!contactError}" class="text-danger block-xs ng-binding hide">&nbsp; &nbsp;
        <i class="fa fa-exclamation"></i> </span></p><!-- end ngIf: !sendingMessage -->
  </div><!-- ngIf: sendingMessage -->
</form>

Text Content




BUY 1 - GET 2 FREE

About Tracks Albums Videos Memberships Sound Kits Services Blog Contact
Merchandise
 $0.00 0
LOG INsearch
search Search





Memberships Tracks



FEATURED TRACK

 
SoulHip-HopR&B

FEATURED TRACK


WAITING - R&B X SOULFUL TYPE BEAT 

GENRE

Downtempo Electronic House

BPM

130

PRICE

$19.95+

BPM

130

PRICE

$19.95+
  ADD TO CART IN CART   SoulHip-HopR&B
 * TITLE TIME BPM TAGS OPTIONS

   
 * Waiting - R&B x Soulful Type Beat 03:12 130 Soul Hip-Hop R&B     ADD IN
   CART
   
 * Key West - R&B x Soul X Jazz Type Beat (w/hook) 03:06 85 Jazz Soulful R&B  
     ADD IN CART
   
 * My Heart - R&B x Soul x Hip-Hop Type Beat 03:35 87 Soul Hip-Hop R&B    
   ADD IN CART
   
 * Home Grown - Hip-Hop x Latin Type Beat 03:06 100 Hip-Hop Latin     ADD IN
   CART
   
 * Follow Me - Hip-Hop x R&B Type Beat 02:58 70 808 Hip-Hop R&B     ADD IN
   CART
   
 * Stand Tall - Hip-Hop Type Beat 03:00 126 Hip-Hop 90's Boom-Bap     ADD IN
   CART
   
 * One Day - Hip-Hop x R&B x Chill Type Beat 03:03 90 Chill Hip-Hop R&B    
   ADD IN CART
   
 * Street Hoops - Hip-Hop Type Beat 03:00 90 Hip-Hop Old School     ADD IN
   CART
   
 * Million Dollar - Hip-Hop x Trap Type Beat 03:01 90 Dark Hip-Hop Trap    
   ADD IN CART
   
 * Pipe Dreams - Upbeat x Pop Type Beat 02:56 126 Pop Bouncy     ADD IN CART
   
 * River - Chilled x POP Type Beat 03:04 100 Chilled Pop 80's     ADD IN
   CART
   
 * Open Sky - Hip-Hop Type Beat 03:02 150 Jazz Hip-Hop     ADD IN CART
   
 * Northern Lights - R&B x Pop Type Beat 03:00 152 Pop Soul R&B     ADD IN
   CART
   
 * Take Me - R&B x Soulful Type Beat 03:20 90 Soul R&B     ADD IN CART
   
 * Home Again - Hip-Hop Type Beat 03:01 90 Hip-Hop Old School     ADD IN
   CART
   
 * New York - Soulful x Jazz x R&B Type Beat 03:21 80 Jazz Soulful R&B    
   ADD IN CART
   
 * King Of Groove - Hip-Hop x Funk Type Beat 03:09 90 Funk Jazz Hip-Hop    
   ADD IN CART
   
 * Stay With Me - Hip-Hop x Jazz Type Beat 03:02 76 Chilled Jazzy Hip-Hop   
    ADD IN CART
   
 * Late Nights - Hip-Hop x Jazzy Type Beat 03:14 90 Jazzy Hip-Hop     ADD IN
   CART
   
 * Amber - (@citycentralstudio X @prodbybb) 03:09 100 Chilled Hip-Hop Soulful 
      ADD IN CART
   

BROWSE ALL TRACKS


LICENSING INFO EDIT

P O P U L A R Basic License - MP3 $19.95 ~ PER UNIT MAKE AN OFFER You may use
the tracks for creation on your own personal projects, independent releases,
beat tapes, and mix tapes that are not distributed or released via a "Major
Label" (i.e., SonyBMG, UMG, WEA, or their subsidiaries)

Major Releases: Tracks to be distributed or released via a Major Label or Large
Indie Labels, or any Minor Release that exceeds one million streams on Apple

Music, Spotify or YouTube contact Citycentral to confirm release of samples used
in each track.

Read Full License

BULK DEALS

BUY 1, GET 2 FREE

P O P U L A R Premium License - MP3/WAV $24.95 ~ PER UNIT MAKE AN OFFER You may
use the tracks for creation on your own personal projects, independent releases,
beat tapes, and mix tapes that are not distributed or released via a "Major
Label" (i.e., SonyBMG, UMG, WEA, or their subsidiaries)

Major Releases: Tracks to be distributed or released via a Major Label or Large
Indie Labels, or any Minor Release that exceeds one million streams on Apple

Music, Spotify or YouTube contact Citycentral to confirm release of samples used
in each track.

Read Full License

BULK DEALS

BUY 1, GET 2 FREE

P O P U L A R Premium Plus License - MP3, WAV, Stems $75.95 ~ PER UNIT MAKE AN
OFFER You may use the tracks for creation on your own personal projects,
independent releases, beat tapes, and mix tapes that are not distributed or
released via a "Major Label" (i.e., SonyBMG, UMG, WEA, or their subsidiaries)

Major Releases: Tracks to be distributed or released via a Major Label or Large
Indie Labels, or any Minor Release that exceeds one million streams on Apple

Music, Spotify or YouTube contact Citycentral to confirm release of samples used
in each track.

Read Full License










CONTACT

Your name

Your name is required.
E-mail address

Your email must be between 3 and 100 characters long and look like an e-mail
address.
Subject

Subject is required.
Message


Message is required.

SEND MESSAGE    

 LOG IN
 About  Tracks  Albums  Videos shopping_basket Merchandise  Memberships 
Sound Kits  Services  Blog  Contact




BE UNIQUE – BE DIFFERENT



TERMS OF USE    •    PRIVACY POLICY




 

 * Main
 * About
 * Tracks
 * Albums
 * Videos
 * Sound Kits

 * Merchandise
 * Memberships
 * Services
 * Blog
 * Contact
 * Licensing Info


 

Facebook_Color Created with Sketch.








 repeat    format_list_numbered 

  $0.00+ IN CART 
 * TITLE TIME BPM TAGS OPTIONS

   
 * Waiting - R&B x Soulful Type Beat 03:12 130 Soul Hip-Hop R&B     ADD IN
   CART
   
 * Key West - R&B x Soul X Jazz Type Beat (w/hook) 03:06 85 Jazz Soulful R&B  
     ADD IN CART
   
 * My Heart - R&B x Soul x Hip-Hop Type Beat 03:35 87 Soul Hip-Hop R&B    
   ADD IN CART
   
 * Home Grown - Hip-Hop x Latin Type Beat 03:06 100 Hip-Hop Latin     ADD IN
   CART
   
 * Follow Me - Hip-Hop x R&B Type Beat 02:58 70 808 Hip-Hop R&B     ADD IN
   CART
   
 * Stand Tall - Hip-Hop Type Beat 03:00 126 Hip-Hop 90's Boom-Bap     ADD IN
   CART
   
 * One Day - Hip-Hop x R&B x Chill Type Beat 03:03 90 Chill Hip-Hop R&B    
   ADD IN CART
   
 * Street Hoops - Hip-Hop Type Beat 03:00 90 Hip-Hop Old School     ADD IN
   CART
   
 * Million Dollar - Hip-Hop x Trap Type Beat 03:01 90 Dark Hip-Hop Trap    
   ADD IN CART
   
 * Pipe Dreams - Upbeat x Pop Type Beat 02:56 126 Pop Bouncy     ADD IN CART
   
 * River - Chilled x POP Type Beat 03:04 100 Chilled Pop 80's     ADD IN
   CART
   
 * Open Sky - Hip-Hop Type Beat 03:02 150 Jazz Hip-Hop     ADD IN CART
   
 * Northern Lights - R&B x Pop Type Beat 03:00 152 Pop Soul R&B     ADD IN
   CART
   
 * Take Me - R&B x Soulful Type Beat 03:20 90 Soul R&B     ADD IN CART
   
 * Home Again - Hip-Hop Type Beat 03:01 90 Hip-Hop Old School     ADD IN
   CART
   
 * New York - Soulful x Jazz x R&B Type Beat 03:21 80 Jazz Soulful R&B    
   ADD IN CART
   
 * King Of Groove - Hip-Hop x Funk Type Beat 03:09 90 Funk Jazz Hip-Hop    
   ADD IN CART
   
 * Stay With Me - Hip-Hop x Jazz Type Beat 03:02 76 Chilled Jazzy Hip-Hop   
    ADD IN CART
   
 * Late Nights - Hip-Hop x Jazzy Type Beat 03:14 90 Jazzy Hip-Hop     ADD IN
   CART
   
 * Amber - (@citycentralstudio X @prodbybb) 03:09 100 Chilled Hip-Hop Soulful 
      ADD IN CART
   


close