Sequencer >> euclidean

Discuss anything new and newsworthy! See http://planet.linuxaudio.org and https://libreav.org/news for more Linux Audio News!

Announcements of proprietary software may fit better in the Marketplace.


Moderators: raboof, MattKingUSA, khz

Post Reply
User avatar
khz
Established Member
Posts: 1648
Joined: Thu Apr 17, 2008 6:29 am
Location: German
Has thanked: 42 times
Been thanked: 92 times

Sequencer >> euclidean

Post by khz »

...Euclidean rhythm generator in Flash. Polyrhythms generated by a mathematical algorithm...
http://www.hisschemoller.com/2011/eucli ... -patterns/
. . . FZ - Does humor belongs in Music?
. . GNU/LINUX@AUDIO ~ /Wiki $ Howto.Info && GNU/Linux Debian installing >> Linux Audio Workstation LAW
  • I don't care about the freedom of speech because I have nothing to say.
StudioDave
Established Member
Posts: 753
Joined: Sat Nov 01, 2008 1:12 pm

Re: Sequencer >> euclidean

Post by StudioDave »

It's available in a Java version now. Pretty cool. :)
User avatar
GhostofJohnToad
Established Member
Posts: 19
Joined: Wed Jun 09, 2010 2:58 pm

Re: Sequencer >> euclidean

Post by GhostofJohnToad »

Definitely cool. Now if I can just get it to cooperate with Jack :D
Pablo
Established Member
Posts: 1274
Joined: Thu Apr 17, 2008 9:57 pm
Been thanked: 3 times

Re: Sequencer >> euclidean

Post by Pablo »

I don't know how to connect this to a soft synth either :(
MIDI output options are MIDI hardware, gervill and "realtime midi sequencer". Is it possible to bridge the latter to an alsa MIDI or a jack MIDI port?

Cheers, Pablo
User avatar
khz
Established Member
Posts: 1648
Joined: Thu Apr 17, 2008 6:29 am
Location: German
Has thanked: 42 times
Been thanked: 92 times

Re: Sequencer >> euclidean

Post by khz »

yeah beatz.
i use it to trigger my hardware (drums).
no alsa/jack port @ the moment ... ask the devs or diy maybe ...
. . . FZ - Does humor belongs in Music?
. . GNU/LINUX@AUDIO ~ /Wiki $ Howto.Info && GNU/Linux Debian installing >> Linux Audio Workstation LAW
  • I don't care about the freedom of speech because I have nothing to say.
User avatar
DoosC
Established Member
Posts: 268
Joined: Tue Apr 20, 2010 8:28 pm
Location: Saeul, Grand Duchy of Luxembourg
Has thanked: 5 times
Been thanked: 1 time
Contact:

Re: Sequencer >> euclidean

Post by DoosC »

you need virmidi (virtual midi device) to use it with jack (google is my friend :wink: ).
A simple

Code: Select all

sudo modprobe snd-virmidi
will do the trick.
It is a kernel module not loaded by default.
I know there is some way to add it on boot so you don't have to run the command on each boot.
| DoosC |
Pablo
Established Member
Posts: 1274
Joined: Thu Apr 17, 2008 9:57 pm
Been thanked: 3 times

Re: Sequencer >> euclidean

Post by Pablo »

sudo modprobe snd-virmidi

Yes! Good tip, thanks!

The window opens but it is empty for ages, to the point that I was xkilling it with impatiente, but then it works!
User avatar
khz
Established Member
Posts: 1648
Joined: Thu Apr 17, 2008 6:29 am
Location: German
Has thanked: 42 times
Been thanked: 92 times

Re: Sequencer >> euclidean

Post by khz »

Code: Select all

modprobe snd-virmidi
FATAL: Module snd_virmidi not found.
:-(
. . . FZ - Does humor belongs in Music?
. . GNU/LINUX@AUDIO ~ /Wiki $ Howto.Info && GNU/Linux Debian installing >> Linux Audio Workstation LAW
  • I don't care about the freedom of speech because I have nothing to say.
User avatar
DoosC
Established Member
Posts: 268
Joined: Tue Apr 20, 2010 8:28 pm
Location: Saeul, Grand Duchy of Luxembourg
Has thanked: 5 times
Been thanked: 1 time
Contact:

Re: Sequencer >> euclidean

Post by DoosC »

virmidi is a kernel module. If it doesn't show up then you have to get a kernel that have it.
Mine is :

Code: Select all

$ uname -a
Linux 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:24 UTC 2011 x86_64
Good luck !
| DoosC |
User avatar
khz
Established Member
Posts: 1648
Joined: Thu Apr 17, 2008 6:29 am
Location: German
Has thanked: 42 times
Been thanked: 92 times

Re: Sequencer >> euclidean

Post by khz »

Code: Select all

cd /usr/src/linux && make menuconfig 
to be shure to have in menuconfig -> Device Drivers -> Sound -> Advanced Linux Sound Architecture -> Generic devices <M> Virtual MIDI soundcard

Code: Select all

make modules && make modules_install

Code: Select all

modprobe snd-virmidi
DoosC wrote:I know there is some way to add it on boot so you don't have to run the command on each boot.

Code: Select all

/etc/conf.d/modules

Code: Select all

modules="snd-virmidi"
?

cheers khz
. . . FZ - Does humor belongs in Music?
. . GNU/LINUX@AUDIO ~ /Wiki $ Howto.Info && GNU/Linux Debian installing >> Linux Audio Workstation LAW
  • I don't care about the freedom of speech because I have nothing to say.
thorgal
Established Member
Posts: 739
Joined: Mon Apr 07, 2008 6:04 pm

Re: Sequencer >> euclidean

Post by thorgal »

Hey, I quickly gave it a try yesterday (and yes, you need snd-virmidi).
I use this kernel on my debian sid box: linux-image-2.6.39-1-686-pae
and snd-virmidi was there OOB.

The app works fine and is quite interesting. The only drawback I could see was that the MIDI device menu item window is way too narrow. If device names are long, you have some hard time to guess which want you have picked. The window cannot be re-sized to fit the longest name.

I have not looked whether the app can allow you to sequence the patterns. Did someone try to dig this app a little deeper ?
User avatar
rncbc
Established Member
Posts: 1068
Joined: Mon Apr 19, 2010 12:20 pm
Has thanked: 45 times
Been thanked: 270 times
Contact:

Re: Sequencer >> euclidean

Post by rncbc »

i don't wanna spoil the fun, but, afaict, this awesome app is doing the tip (of a iceberg) of what many and greatest before have done, and some of the mighty have already passed away... think max mathews, thing bob moog, think!
Pablo
Established Member
Posts: 1274
Joined: Thu Apr 17, 2008 9:57 pm
Been thanked: 3 times

Re: Sequencer >> euclidean

Post by Pablo »

i don't wanna spoil the fun
On the contrary Rui, your comments are always welcome. My knowledge on the history of computer music is rather poor, but now a bit less poor. Thank you!
Post Reply