Show
Ignore:
Timestamp:
10/06/07 10:28:35 (1 year ago)
Author:
shans
Message:

Layers now accept plugins instead of sounds (getting closer to original remix
approach). To embed sounds, use Plugin.from_sound.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • ocaml-remix/trunk/instrument_test.ml

    r499 r508  
    2323              (d, 0, 0.5); (e flat, 0, 0.5); (f sharp, 0, 0.5); (g, 0, 2.5)]);; 
    2424 
    25 let sound = Layer.to_sound layer;; 
     25let sound = Layer.to_sound layer Sound.silence;; 
    2626 
    2727Sound.preview remix sound (Time.Beats 0., Time.Beats 12.)