ARLO Nester
Classes | Functions
workspace.tools.views.visualizeMultiProjectFile Namespace Reference

Classes

class  VisualizeMultiAudioForm
 Form for the visualizeMultiAudioFile page. More...
 

Functions

def visualizeMultiProjectFile (request, projectId)
 Visualize Multiple Audio Files at once. More...
 
def newCreateAudioSpectra (request, audioFileId)
 Similar to createAudioSpectra(), but includes the audioId in the URL. More...
 

Function Documentation

def workspace.tools.views.visualizeMultiProjectFile.newCreateAudioSpectra (   request,
  audioFileId 
)

Similar to createAudioSpectra(), but includes the audioId in the URL.

This functions is called through AJAX and works directly with the VisualizeMultiAudioForm. Must be a POST request.

Parameters
requestThe Django HTTP request object
audioFileIdThe Database ID of the audio file to visualize
Returns
Django HTTP response object compute times
def workspace.tools.views.visualizeMultiProjectFile.visualizeMultiProjectFile (   request,
  projectId 
)

Visualize Multiple Audio Files at once.

Includes interfaces for creating tags. GET and POST both return the same data, All loading and visualization is done through AJAX calls, this just sets up the basic parameters. An optional GET parameter, 'tagId', will jump the display to the corresponding Tag on load.

Note
tagId is the Tag, not TagExample
Parameters
requestThe Django HTTP request object
projectIdThe Database ID of the Project
Returns
Django HTTP response object