[info] name = "Hopefully (drums)" author = "Louise Montalvo " [modules] 0M = { type = "AudioOut", knobs = [0.1] } 1M = { type = "Mixer", knobs = [ 1.0, # Kick 1.0, # Snare 1.0, # Tom Mid 1.0, # Hat Closed 1.0, # Hat Open 1.0, # Cymbal Soft 0.0, 0.0, ] } 2M = { type = "Sampler", samples = [ [ "assets/sounds/808-aristocrat/kick.wav", [ [0.00, 1.0], [8.00, 1.0], [16.00, 1.0], [24.00, 1.0], [31.00, 1.0], [31.25, 1.0], ], ], [ "assets/sounds/808-aristocrat/snare.wav", [ [1.00, 1.0], [3.00, 1.0], [5.00, 1.0], [7.00, 1.0], [9.00, 1.0], [11.00, 1.0], [13.00, 1.0], [15.00, 1.0], [17.00, 1.0], [19.00, 1.0], [21.00, 1.0], [23.00, 1.0], [25.00, 1.0], [27.00, 1.0], [29.00, 1.0], [30.00, 1.0], [30.25, 1.0], ], ], [ "assets/sounds/808-aristocrat/tom-mid.wav", [ [30.50, 1.0], [30.75, 1.0], [31.50, 1.0], [31.75, 1.0], ], ], [ "assets/sounds/808-aristocrat/hat-closed.wav", [ [0.00, 1.0], [0.25, 1.0], [0.50, 1.0], [0.75, 1.0], [1.00, 1.0], [1.25, 1.0], [1.50, 1.0], [1.75, 1.0], [2.00, 1.0], [2.25, 1.0], [2.50, 1.0], [2.75, 1.0], [3.00, 1.0], [3.25, 1.0], [3.50, 1.0], [3.75, 1.0], [4.00, 1.0], [4.25, 1.0], [4.50, 1.0], [4.75, 1.0], [5.00, 1.0], [5.25, 1.0], [5.50, 1.0], [5.75, 1.0], [6.00, 1.0], [6.25, 1.0], [6.50, 1.0], [6.75, 1.0], [7.00, 1.0], [7.25, 1.0], [7.50, 1.0], [8.00, 1.0], [8.25, 1.0], [8.50, 1.0], [8.75, 1.0], [9.00, 1.0], [9.25, 1.0], [9.50, 1.0], [9.75, 1.0], [10.00, 1.0], [10.25, 1.0], [10.50, 1.0], [10.75, 1.0], [11.00, 1.0], [11.25, 1.0], [11.50, 1.0], [11.75, 1.0], [12.00, 1.0], [12.25, 1.0], [12.50, 1.0], [12.75, 1.0], [13.00, 1.0], [13.25, 1.0], [13.50, 1.0], [13.75, 1.0], [14.00, 1.0], [14.25, 1.0], [14.50, 1.0], [14.75, 1.0], [15.00, 1.0], [15.25, 1.0], [15.50, 1.0], [16.00, 1.0], [16.25, 1.0], [16.50, 1.0], [16.75, 1.0], [17.00, 1.0], [17.25, 1.0], [17.50, 1.0], [17.75, 1.0], [18.00, 1.0], [18.25, 1.0], [18.50, 1.0], [18.75, 1.0], [19.00, 1.0], [19.25, 1.0], [19.50, 1.0], [19.75, 1.0], [20.00, 1.0], [20.25, 1.0], [20.50, 1.0], [20.75, 1.0], [21.00, 1.0], [21.25, 1.0], [21.50, 1.0], [21.75, 1.0], [22.00, 1.0], [22.25, 1.0], [22.50, 1.0], [22.75, 1.0], [23.00, 1.0], [23.25, 1.0], [23.50, 1.0], ], ], [ "assets/sounds/808-aristocrat/hat-open.wav", [ [7.75, 1.0], [15.75, 1.0], [23.75, 1.0], [24.00, 1.0], [24.25, 1.0], [24.50, 1.0], [24.75, 1.0], [25.00, 1.0], [25.25, 1.0], [25.50, 1.0], [25.75, 1.0], [26.00, 1.0], [26.25, 1.0], [26.50, 1.0], [26.75, 1.0], [27.00, 1.0], [27.25, 1.0], [27.50, 1.0], [27.75, 1.0], [28.00, 1.0], [28.25, 1.0], [28.50, 1.0], [28.75, 1.0], [29.00, 1.0], [29.25, 1.0], [29.50, 1.0], [29.75, 1.0], [30.00, 1.0], [30.25, 1.0], [30.50, 1.0], [30.75, 1.0], [31.00, 1.0], [31.25, 1.0], [31.50, 1.0], [31.75, 1.0], ], ], [ "assets/sounds/808-aristocrat/cymbal-soft.wav", [ [31.75, 1.0], ], ], ], knobs = [160.0, 32.0] } 3M = { name = "Kick", type = "Oscilloscope" } 4M = { name = "Snare", type = "Oscilloscope" } 5M = { name = "Tom Mid", type = "Oscilloscope" } 6M = { name = "Hat Closed", type = "Oscilloscope" } 7M = { name = "Hat Open", type = "Oscilloscope" } 8M = { name = "Cymbal Soft", type = "Oscilloscope" } [patches] 1M0O = [ "0M0I", ] 2M0O = [ "1M0I", "3M0I", ] 2M1O = [ "1M1I", "4M0I", ] 2M2O = [ "1M2I", "5M0I", ] 2M3O = [ "1M3I", "6M0I", ] 2M4O = [ "1M4I", "7M0I", ] 2M5O = [ "1M5I", "8M0I", ]