Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
Nils 0b1d55c615 still adapting 5 år sedan
desktop initial commit, mostly template 5 år sedan
documentation initial commit, mostly template 5 år sedan
engine still adapting 5 år sedan
qtgui still adapting 5 år sedan
template@13fe155985 update template 5 år sedan
.gitignore initial commit, mostly template 5 år sedan
.gitmodules initial commit, mostly template 5 år sedan
LICENSE initial commit, mostly template 5 år sedan
README.md initial commit, mostly template 5 år sedan
configure initial commit, mostly template 5 år sedan
patroneo initial commit, mostly template 5 år sedan

README.md

Patroneo

Patroneo (which is Esperanto for "Pattern") is an easy to use pattern based midi sequencer that handles the three most important musical parameters: pitch, rhythm and dynamics.

This README is just a short introduction. You better read the manual, which also includes detailed instructions how to build Patroneo from source and start it.

Workflow summary: You have tracks with one pattern each. Turn on steps in the pattern to play musical notes. Switch the patterns on and off in a sequence to create a song structure. Connect external synthesizers and samplers to create sounds.

Patroneo is primarily designed for educational purposes, where the main goal is to teach the importance of patterns and repetitions in any kind of music.

However, Patroneo is a full sequencer you can use to create real music. The constraints it presents will more likely boost your creativity than suppressing it.

Installation and Starting

Download

Download the latest release through your package manger or the code on https://github.com/diovudau/Patroneo/releases

  • ./configure --prefix=/usr
  • make
  • sudo make install

Patroneo can then be started using the Non Session Manager.

Dependencies

  • Python 3.6 (maybe earlier)
  • PyQt5 for Python 3

Build Dependencies

  • Nuitka >= 0.6 (maybe earlier)
  • GCC (development is done on 8.2, but most likely you can use a much earlier version)

Environment:

  • Jack Audio Connection Kit must be running
  • Patroneo must be started via the Non Session Manager