Csound:Audio Loop Remixer: Difference between revisions

From OLPC
Jump to navigation Jump to search
(New page: Image:Remixer small.png Csound is used to perform the audio loops and handle the effects processing. Users may add their own sound sets. == Sound Set Folder Structure == * <Acti...)
 
Line 34: Line 34:
beats_per_measure=<beats per measure>
beats_per_measure=<beats per measure>


=== Example (and default) ===
=== info.txt example (and defaults) ===
tempo=120
tempo=120



Revision as of 05:45, 1 April 2008

Remixer small.png


Csound is used to perform the audio loops and handle the effects processing. Users may add their own sound sets.


Sound Set Folder Structure

  • <Activity-Path>
    • samples/
      • <set-name>/
        • info.txt
        • <folder-one>/
          • sample.[wav|aif]
          • sample.[wav|aif]
          • etc...
        • <folder-two>/
          • sample.[wav|aif]
          • sample.[wav|aif]
          • etc...
        • <folder-three>/
          • sample.[wav|aif]
          • sample.[wav|aif]
          • etc...
        • <folder-four>/
          • sample.[wav|aif]
          • sample.[wav|aif]
          • etc...

info.txt contains the following options:

tempo=<tempo>

beats_per_measure=<beats per measure>

info.txt example (and defaults)

tempo=120

beats_per_measure=4