This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# piano-beat-loop.rb | |
# playing around with video and audio timing | |
# audio for video, timed to 25 fps / 16 fpb (frames per beat) --> 93.75 bpm | |
# Created by Sven Wachsmuth | |
# https://gist.github.com/sven-wachsmuth/dce6aa11e705ccda0e655a441567d13a | |
use_bpm 93.75; | |
# calc: 1 beat = 16 frames at 25 fps --> 1 beat = 16/25 = 0,64 s; 60 / 0.64 = 93.75 bpm | |
# reason: 1 frame is exactly 1/16 beat so every tap starts with a frame |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# floating-moment.rb | |
# ambient soundscape for relaxing and meditation | |
# Created by Sven Wachsmuth | |
# https://gist.github.com/sven-wachsmuth/0cc06cc0d698d8932ceb142dcf5231ba | |
use_bpm 60 | |
laenge_in_takten = 229 # length of the track in beats - 300 means relax 5 minutes :-) | |
# possible notes out of a sounds-well-scale |