-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from YPares/theme
Added theme to pages
- Loading branch information
Showing
2 changed files
with
30 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
title: Arpligner | ||
description: An arpeggiator for live MIDI chords & patterns | ||
remote_theme: pages-themes/[email protected] | ||
plugins: | ||
- jekyll-remote-theme |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,29 @@ | ||
<noscript><a href="https://liberapay.com/Ywen/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></noscript> | ||
|
||
<img src="logo.svg"/> | ||
<p align="center"><img src="logo_no_text.svg" alt="Arpligner logo"/></p> | ||
|
||
Arpligner is a **multi-track** & **polyphonic** arpeggiator which will use your | ||
own arpeggiation patterns (like Xfer Cthulhu, Reason PolyStep Sequencer, FL VFX | ||
Sequencer, 2Rule TugMidiSeq). It is available as a standalone executable, as a VST3 plugin and as an LV2 plugin. [See the project's README for more info](https://github.com/YPares/arpligner/blob/master/README.md) | ||
own arpeggiation patterns. It comes as VST3 & LV2 MIDI plugins and as a standalone application. | ||
|
||
<iframe width="560" height="315" src="https://www.youtube.com/embed/IQ9GFEaS4Ag" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> | ||
|
||
- **Multi-track**: Multiple arpeggiation patterns can play at the same time for | ||
a given chord, each one in its own track of your DAW, or on its own MIDI | ||
channel, | ||
- **Polyphonic**: Each step can play several notes of a chord at the same | ||
time. "Steps" can also hold over an arbitrary length of time and overlap. So | ||
besides arpeggiation _per se_, you can do strumming or really any kind of | ||
"turning a plain block chord into something more interesting". | ||
|
||
To achieve this, Arpligner does very intentionally _**not** come with its own | ||
graphical interface for editing patterns_. Instead you will feed it arpeggiation patterns | ||
as regular (and possibly live) MIDI data. You can thus | ||
make use of your DAW piano rool and MIDI sequencing capabilities, play those | ||
patterns live, or use an external MIDI sequencer (software or hardware). | ||
|
||
Therefore, you can use it as a regular arp, playing your chords against | ||
pre-written patterns, or the opposite. Or both can be live data! That would be | ||
having two keyboard players: one in charge of the chords and the other one in | ||
charge of how to layout those chords. | ||
|
||
For more information about usage and how to download the latest builds, please see [the documentation here](https://github.com/YPares/arpligner/blob/master/README.md) :) |