dpe1 commited on
Commit
16ac74d
·
verified ·
1 Parent(s): f82e4a0

update links in readme

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -67,7 +67,7 @@ title = "Stunlocked's Beat Manipulator"
67
 
68
  Scroll down to see pattern syntax.
69
 
70
- Github - https://github.com/inikishev/beat_manipulator (it's archived because the code is really bad but it works, if you have questions you can write an issue in any other repos of mine)
71
 
72
  Colab version - https://colab.research.google.com/drive/1gEsZCCh2zMKqLmaGH5BPPLrImhEGVhv3?usp=sharing"""
73
  ,article="""# <h1><p style='text-align: center'><a href='https://github.com/stunlocked1/beat_manipulator' target='_blank'>Github</a></p></h1>
@@ -104,7 +104,7 @@ Shifts the beatmap, in beats. For example, if you want to remove 4th beat every
104
  ### creating images
105
  You can create cool images based on beat positions. Each song produces its own unique image. This gradio app creates a 2048x2048 image from each song.
106
  ### presets
107
- A bunch of example patterns: https://github.com/stunlocked1/beat_manipulator/blob/main/beat_manipulator/presets.yaml
108
 
109
  Those are supposed to be used on normalized beat maps, where kick + snare is two beats, so make sure to adjust beatmaps using `scale` and `shift`.
110
 
@@ -116,6 +116,6 @@ Those are supposed to be used on normalized beat maps, where kick + snare is two
116
  - add samples to beats
117
  - use beats from other songs
118
 
119
- ### My soundcloud https://soundcloud.com/stunlocked
120
  """
121
  ).launch(share=False)
 
67
 
68
  Scroll down to see pattern syntax.
69
 
70
+ Github - https://github.com/inikishev/beat-manipulator (it's archived because the code is really bad but it works, if you have questions you can write an issue in any other repos of mine)
71
 
72
  Colab version - https://colab.research.google.com/drive/1gEsZCCh2zMKqLmaGH5BPPLrImhEGVhv3?usp=sharing"""
73
  ,article="""# <h1><p style='text-align: center'><a href='https://github.com/stunlocked1/beat_manipulator' target='_blank'>Github</a></p></h1>
 
104
  ### creating images
105
  You can create cool images based on beat positions. Each song produces its own unique image. This gradio app creates a 2048x2048 image from each song.
106
  ### presets
107
+ A bunch of example patterns: https://github.com/inikishev/beat-manipulator/blob/main/beat_manipulator/presets.yaml
108
 
109
  Those are supposed to be used on normalized beat maps, where kick + snare is two beats, so make sure to adjust beatmaps using `scale` and `shift`.
110
 
 
116
  - add samples to beats
117
  - use beats from other songs
118
 
119
+ ### My soundcloud https://soundcloud.com/myaiii
120
  """
121
  ).launch(share=False)