Downloaded & Installed the dev release.
Image buttons are not showing up
$button = '/' . drupal_get_path('module', 'soundcloud') . '/soundcloud-sc-connect/sc-disconnect.png';
Fix
$button = '../' . drupal_get_path('module', 'soundcloud') . '/soundcloud-sc-connect/sc-disconnect.png';
For both buttons.