Skip to content

Commit c8919dc

Browse files
committed
Rename
1 parent 0dcc477 commit c8919dc

21 files changed

+943
-185
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/BNoname.lv2/**
1+
/BJumblr.lv2/**

BNoname.ttl renamed to BJumblr.ttl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,23 @@
1717
# foaf:mbox ;
1818
foaf:homepage <https://github.com/sjaehn/> .
1919

20-
<https://www.jahnichen.de/plugins/lv2/BNoname#gui>
20+
<https://www.jahnichen.de/plugins/lv2/BJumblr#gui>
2121
a ui:X11UI;
2222
lv2:extensionData ui:idleInterface ;
2323
lv2:requiredFeature ui:idleInterface .
2424

25-
<https://www.jahnichen.de/plugins/lv2/BNoname>
25+
<https://www.jahnichen.de/plugins/lv2/BJumblr>
2626
a lv2:Plugin , lv2:DelayPlugin, doap:Project ;
27-
rdfs:comment "B.Noname is a pattern-controlled audio stream re-sequencer LV2 plugin." ;
28-
doap:name "B.Noname" ;
27+
rdfs:comment "B.Jumblr is a pattern-controlled audio stream re-sequencer LV2 plugin." ;
28+
doap:name "B.Jumblr" ;
2929
doap:license <http://usefulinc.com/doap/licenses/gpl>;
3030
# lv2:microVersion 1 ;
3131
# lv2:minorVersion 2 ;
3232
doap:maintainer <http://www.jahnichen.de/sjaehn#me> ;
3333
lv2:optionalFeature lv2:hardRTCapable ;
3434
lv2:extensionData state:interface ;
3535
lv2:requiredFeature urid:map ;
36-
ui:ui <https://www.jahnichen.de/plugins/lv2/BNoname#gui> ;
36+
ui:ui <https://www.jahnichen.de/plugins/lv2/BJumblr#gui> ;
3737
lv2:port [
3838
a lv2:InputPort , atom:AtomPort ;
3939
atom:bufferType atom:Sequence ;

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# B.???
2-
Repository: BNoname
1+
# B.Jumblr
2+
Repository: BJumblr
33

4-
Description: B.Noname is a pattern-controlled audio stream re-sequencer LV2 plugin. This plugin is in an early stage of development. No guarantees.
4+
Description: B.Jumblr is a pattern-controlled audio stream re-sequencer LV2 plugin.
5+
6+
![screenshot](https://raw.githubusercontent.com/sjaehn/BJumblr/master/doc/screenshot.png "Screenshot from B.Jumblr")
57

68

79
## Installation
@@ -30,11 +32,11 @@ sudo make install PREFIX=/usr/local
3032

3133
## Running
3234

33-
After the installation Carla, Ardour and any other LV2 host should automatically detect B.Noname.
35+
After the installation Carla, Ardour and any other LV2 host should automatically detect B.Jumblr.
3436

3537
If jalv is installed, you can also call it
3638
```
37-
jalv.gtk https://www.jahnichen.de/plugins/lv2/BNoname
39+
jalv.gtk https://www.jahnichen.de/plugins/lv2/BJumblr
3840
```
3941
to run it stand-alone and connect it to the JACK system.
4042

@@ -43,24 +45,23 @@ to run it stand-alone and connect it to the JACK system.
4345

4446
## Usage
4547

46-
From the technical POV B.Noname is a sequencer pattern-controlled audio delay effect.
48+
From the technical POV B.Jumblr is a sequencer pattern-controlled audio delay effect.
4749

4850
The pattern defines at when (horizontal) and which (vertical) piece of the audio input stream is
4951
sent to the audio output. Use the default diagonal line pattern for live playback. Moving a pad
5052
one step to the right results in a one step delayed playback of the respective piece of the audio
5153
input stream. Each pad (and thus each piece) can be levelled up or down by mouse wheel scrolling.
5254

53-
### Step edit mode
55+
### Column (step) edit mode
5456

5557
There are two edit modes. The **ADD** mode allows to place additional pads to a step (or to remove
5658
them). So you can also set more then one pad per row to produce echo effects or make a canon.
5759

5860
In contrast, there is only (exactly) one pad per step allowed in the **REPLACE** mode. Clicking or
59-
dragging will result in a replacement of the original pad.
61+
dragging will result in a replacement of the original pad. Note: Deletion of pads (cut) in the
62+
REPLACE mode results in their replacement by default pads.
6063

6164

6265
## TODO
6366

64-
* Find a name
65-
* GUI artwork
6667
* Debugging

doc/screenshot.png

94.8 KB
Loading

inc/surface.png

63 KB
Loading

0 commit comments

Comments
 (0)