Project

General

Profile

Samplitude exchange

As the first step we want to implement a very simple exchange interface with the following limitations:

  1. Samplitude is used for sound editing only, not for metadata editing
  2. Exchange is provided for File exchange only, no access to DB or any other data structure

To perform exchange make the following steps:

  1. Digispot app create a PCM *.WAV file in the specified folder
  2. Digispot app call a special Samplitude API to open this file for editing in Samplitude. We need to have information how to do it from our application.
  3. Samplitude should provide a special button "Export to Digispot"
  4. When this button is pressed, Samplitude saves sound content as PCM *.WAV in the specified folder. Samplitude should merge all tracks, apply all settings, filters etc and save result as a single file. But current content of a project may be left untouched and unsaved, it’s just an export of content, not saving.
  5. Samplitude call our API and pass file name to it. Currently, we have no implemented API and want to know a way how to implement it, preferred for you.

Add picture from clipboard (Maximum size: 742 MB)