diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..b3b0bf8 Binary files /dev/null and b/.DS_Store differ diff --git a/full.txt b/full.txt new file mode 100644 index 0000000..042c1b6 --- /dev/null +++ b/full.txt @@ -0,0 +1,30 @@ +;;; CCC Call (BuboBubo), Tempo: 60BPM, Exported from BuboCore project files +;;; Written using the BaLi language, meant to be used with the BuboCore VM. + + + +;; =========================================================================== +;; Line 0, Frame 0, Frame Repetitions: 8, Frame Length: 0.25 (Melody) + +(with dev:1 dur:0.125 v:60 + (note )) + + +;; =========================================================================== +;; Line 1, Frame 0, Frame Repetitions: 1, Frame Length: 2.00 (Drums) + +(with dev:2 + (> [0 0.25 0.5 <0.75 [0.75 (// 14 16)]>] (dirt "kick" :decay 0.5)) + (eucloop 5 8 0.5 (dirt "hat" :amp 0.5 :speed 1 :n 2 :decay 0.1)) + (> 0.5 (eucloop 5 8 0.5 (dirt "hat" :amp 0.5 :speed 1 :n 2 :decay 0.1))) + (eucloop 3 8 0.5 (dirt "crate_clave" :amp 0.3 :decay 0.5)) + (> 0.5 (eucloop 3 8 0.5 (dirt "crate_clave" :amp 0.3 :decay 0.5))) +) + +;; =========================================================================== +;; Line 2, Frame 0, Frame Repetitions: 1, Frame Length: 1.00 (Chord) +(with dev:8 v:80 + (note [g2 bb2 d3])) + +;; Line 2, Frame 1, Frame Repetition: 1, Frame Length: 1.00 (Silence) +;; Silence diff --git a/pictures/editor.png b/pictures/editor.png new file mode 100644 index 0000000..cf322ef Binary files /dev/null and b/pictures/editor.png differ diff --git a/pictures/frames.png b/pictures/frames.png new file mode 100644 index 0000000..c54955e Binary files /dev/null and b/pictures/frames.png differ diff --git a/pictures/melodie.png b/pictures/melodie.png new file mode 100644 index 0000000..160d135 Binary files /dev/null and b/pictures/melodie.png differ