Skip to content

Commit

Permalink
v1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaehn committed Sep 3, 2021
1 parent a2bcc24 commit 8ed638c
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion BOops.ttl
Expand Up @@ -42,7 +42,7 @@
rdfs:comment "Glitch effect sequencer LV2 plugin." ;
doap:maintainer <http://www.jahnichen.de/sjaehn#me> ;
doap:license <http://usefulinc.com/doap/licenses/gpl> ;
lv2:microVersion 1 ;
lv2:microVersion 2 ;
lv2:minorVersion 8 ;
lv2:optionalFeature lv2:hardRTCapable , state:threadSafeRestore ;
lv2:extensionData state:interface , work:interface ;
Expand Down
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -138,7 +138,9 @@ key(s) which may trigger the progression by clicking on the piano symbol in the
MIDI controlled mode). You can also define how the sequencer should handle the trigger signal: restart, or restart and
synchronize with the host-provided beat pattern, or continue progression.

There is also an option to select patterns by MIDI signal. See below.
![MIDI controlled mode](https://raw.githubusercontent.com/sjaehn/BOops/master/doc/midi_controlled.png "MIDI controlled mode")

There is also an option to select patterns or to directly start an effect by a MIDI signal. See below.


##### Pattern size
Expand Down Expand Up @@ -521,6 +523,7 @@ But do not change or delete any definition symbol!

## What's new

* More detailed documentation
* Bugfixes
* Restore slot keys

Expand All @@ -536,6 +539,7 @@ But do not change or delete any definition symbol!
## Links

* Introduction / Quick start tutorial video: https://www.youtube.com/watch?v=bGUmZHWqdkE
* Features version 1.8: https://www.youtube.com/watch?v=nHJlSlvxit8
* Presets demo: https://www.youtube.com/watch?v=W2UBQbYq7Mw
* Install tutorial: https://www.youtube.com/watch?v=XGgB5nCAqZo

Expand Down
Binary file added doc/midi_controlled.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified inc/surface.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions inc/surface2.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/Locale_DE.hpp
Expand Up @@ -53,7 +53,8 @@
#define BOOPS_LABEL_SELECT_KEYS "Fortschrittskontrolle: Tastenauswahl"
#define BOOPS_LABEL_PROGRESSION_KEYS_TOOLTIP \
"Mit dieser Option kannst du den Fortschritt im Pattern kontrollieren (weißer Vertikalbalken).\n" \
"Für eine MIDI-kontrollierte Patternauswahl klicke auf das Pianotastensymbol auf dem jeweiligen Patterntab."
"Für eine MIDI-kontrollierte Patternauswahl klicke auf das Pianotastensymbol auf dem jeweiligen Patterntab." \
"Für die direkte Kontrolle von Effekten klicke auf das Symbol links von der jeweiligen Patternreihe."
#define BOOPS_LABEL_HELP "Hilfe"
#define BOOPS_LABEL_TUTORIAL "Einführung"
#define BOOPS_LABEL_ROW "Reihe"
Expand Down
3 changes: 2 additions & 1 deletion src/Locale_EN.hpp
Expand Up @@ -53,7 +53,8 @@
#define BOOPS_LABEL_SELECT_KEYS "Progression control: Select keys"
#define BOOPS_LABEL_PROGRESSION_KEYS_TOOLTIP \
"This option is intended for the control of the pattern progression (white vertical bar).\n" \
"For MIDI-controlled pattern selection click on the piano keys symbol of the respective pattern tab."
"For MIDI-controlled pattern selection click on the piano keys symbol of the respective pattern tab. " \
"For direct effect control click on the symbol left to the respective pattern row."
#define BOOPS_LABEL_HELP "Help"
#define BOOPS_LABEL_TUTORIAL "Introduction"
#define BOOPS_LABEL_ROW "Row"
Expand Down

0 comments on commit 8ed638c

Please sign in to comment.