seq24-users Mailing List for seq24 (Page 13)
Brought to you by:
rcbuse
You can subscribe to this list here.
| 2004 |
Jan
|
Feb
|
Mar
(2) |
Apr
|
May
(1) |
Jun
|
Jul
(4) |
Aug
(2) |
Sep
(10) |
Oct
|
Nov
|
Dec
(2) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2005 |
Jan
(10) |
Feb
(8) |
Mar
(28) |
Apr
(5) |
May
(13) |
Jun
|
Jul
|
Aug
(33) |
Sep
(5) |
Oct
(11) |
Nov
(11) |
Dec
(7) |
| 2006 |
Jan
(5) |
Feb
(10) |
Mar
(40) |
Apr
(28) |
May
(8) |
Jun
(6) |
Jul
(7) |
Aug
(54) |
Sep
(53) |
Oct
(5) |
Nov
(12) |
Dec
(8) |
| 2007 |
Jan
(3) |
Feb
(7) |
Mar
(9) |
Apr
|
May
|
Jun
(2) |
Jul
(2) |
Aug
|
Sep
(8) |
Oct
|
Nov
|
Dec
(2) |
| 2008 |
Jan
|
Feb
(1) |
Mar
(4) |
Apr
|
May
(16) |
Jun
(2) |
Jul
(2) |
Aug
(28) |
Sep
(17) |
Oct
|
Nov
(13) |
Dec
(13) |
| 2009 |
Jan
(4) |
Feb
(5) |
Mar
(7) |
Apr
(24) |
May
(54) |
Jun
(20) |
Jul
(11) |
Aug
(6) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
| 2010 |
Jan
(5) |
Feb
|
Mar
(5) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
(10) |
Dec
(2) |
| 2011 |
Jan
(4) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
| 2012 |
Jan
(2) |
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(14) |
| 2016 |
Jan
(2) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: europeen <sko...@or...> - 2007-03-19 16:08:35
|
Le lundi 19 mars 2007 à 11:09 -0300, Ivan Hernandez a écrit : > Ok. I have made a patch for that and it apply to the latest stable > version (http://filter24.org/seq24/seq24-0.8.7.tar.gz) > > you can do this: > $ wget http://filter24.org/seq24/seq24-0.8.7.tar.gz > $ tar -xzvf seq24-0.8.7.tar.gz > $ cd seq24-0.8.7 > $ patch -p1 ../paint_patch.diff > > you have your patched source now. compile as usual. > luck! > ivan Hi, thanks for the work :) Just a problem : I copied the .diff file in the folder. I run : patch -p1 ../paint_patch.diff, but hothing happens. STan. |
|
From: Ivan H. <ihe...@ki...> - 2007-03-19 14:01:11
|
I forgotten instructions of use. 'p' to activate paint, 'P' (shift p) to deactivate. Remember to "select" the piano roll instead of writing on other controls, like the name edit. that's a little tricky but you will overcome that. ivan Ivan Hernandez escribió: > Ok. I have made a patch for that and it apply to the latest stable > version (http://filter24.org/seq24/seq24-0.8.7.tar.gz) > > you can do this: > $ wget http://filter24.org/seq24/seq24-0.8.7.tar.gz > $ tar -xzvf seq24-0.8.7.tar.gz > $ cd seq24-0.8.7 > $ patch -p1 ../paint_patch.diff > > you have your patched source now. compile as usual. > luck! > ivan > > europeen escribió: >> Hi List, >> >> I discover Seq24, beautiful, light and easy to use. I think I could use >> this all the time if.... >> >> if you could explain to me how to use the RIGHT CLICK MOUSE with the >> keyboards. I am using my left hand (yes I am the oppressed minority :) >> with right hand configuration. My big problem is to use expeditiously >> the two mouse buttons... I can't... I can't create a good work like >> this. >> So my idea would be to use a letter of the keyboard to enable the >> 'pencil', then, use the mouse's left button to create the notes. I >> search in the doc but I don't find something. >> >> Tell me it's possible please Rob :) >> >> Thanks. >> >> Stan. >> >> >> >> ------------------------------------------------------------------------- >> >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get the chance to >> share your >> opinions on IT & business topics through brief surveys-and earn cash >> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV >> >> _______________________________________________ >> seq24-users mailing list >> seq...@li... >> https://lists.sourceforge.net/lists/listinfo/seq24-users >> >> > > ------------------------------------------------------------------------ > > Sólo en seq24-0.8.7: config.log > Sólo en seq24-0.8.7: config.status > Sólo en seq24-0.8.7: Makefile > Sólo en seq24-0.8.7/src: config.h > Sólo en seq24-0.8.7/src: .deps > Sólo en seq24-0.8.7/src: Makefile > diff -crB seq24-0.8.7orig/src/seqroll.cpp seq24-0.8.7/src/seqroll.cpp > *** seq24-0.8.7orig/src/seqroll.cpp 2006-05-29 01:58:37.000000000 -0300 > --- seq24-0.8.7/src/seqroll.cpp 2007-03-19 10:58:33.000000000 -0300 > *************** > *** 1258,1263 **** > --- 1258,1271 ---- > m_seq->remove_marked(); > ret = true; > } > + if ( a_p0->keyval == GDK_p ){ > + set_adding( true ); > + ret = true; > + } > + if ( a_p0->keyval == GDK_P ){ > + set_adding( false ); > + ret = true; > + } > > if ( a_p0->state & GDK_CONTROL_MASK ){ > > Sólo en seq24-0.8.7/src: stamp-h1 > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > ------------------------------------------------------------------------ > > _______________________________________________ > seq24-users mailing list > seq...@li... > https://lists.sourceforge.net/lists/listinfo/seq24-users > |
|
From: Ivan H. <ihe...@ki...> - 2007-03-19 13:58:30
|
Ok. I have made a patch for that and it apply to the latest stable version (http://filter24.org/seq24/seq24-0.8.7.tar.gz) you can do this: $ wget http://filter24.org/seq24/seq24-0.8.7.tar.gz $ tar -xzvf seq24-0.8.7.tar.gz $ cd seq24-0.8.7 $ patch -p1 ../paint_patch.diff you have your patched source now. compile as usual. luck! ivan europeen escribió: > Hi List, > > I discover Seq24, beautiful, light and easy to use. I think I could use > this all the time if.... > > if you could explain to me how to use the RIGHT CLICK MOUSE with the > keyboards. I am using my left hand (yes I am the oppressed minority :) > with right hand configuration. My big problem is to use expeditiously > the two mouse buttons... I can't... I can't create a good work like > this. > So my idea would be to use a letter of the keyboard to enable the > 'pencil', then, use the mouse's left button to create the notes. I > search in the doc but I don't find something. > > Tell me it's possible please Rob :) > > Thanks. > > Stan. > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > seq24-users mailing list > seq...@li... > https://lists.sourceforge.net/lists/listinfo/seq24-users > > |
|
From: europeen <sko...@or...> - 2007-03-15 11:11:36
|
Hi List, I discover Seq24, beautiful, light and easy to use. I think I could use this all the time if.... if you could explain to me how to use the RIGHT CLICK MOUSE with the keyboards. I am using my left hand (yes I am the oppressed minority :) with right hand configuration. My big problem is to use expeditiously the two mouse buttons... I can't... I can't create a good work like this. So my idea would be to use a letter of the keyboard to enable the 'pencil', then, use the mouse's left button to create the notes. I search in the doc but I don't find something. Tell me it's possible please Rob :) Thanks. Stan. |
|
From: Ben S. <ben...@fa...> - 2007-02-11 02:11:20
|
Thanks for this patch - hopefully it will be integrated into the official
source.
Ben
On Saturday 10 February 2007 16:11, Florian Schmidt wrote:
> Ah well, since noone answered on seq24-devel, i'll post this here, too.
> Maybe someone has a need for it..
>
> Flo
>
> ----------------------------
> A patch (also attached) to make the RT prio adjustable (if you use other
> RT software like jack, you want seq24's midi timing thread to be higher
> prio than jackd's process cycle).
>
> Also in such a setup a non root user can usually make processes run
> SCHED_FIFO thus,
> the help output was adjusted to reflect that.
>
> Regards,
> Flo
>
> diff -Nru /tmp/seq24-0.8.7/src/globals.h seq24-0.8.7/src/globals.h
> --- /tmp/seq24-0.8.7/src/globals.h 2006-05-30 15:42:18.000000000 +0200
> +++ seq24-0.8.7/src/globals.h 2007-01-27 02:42:49.000000000 +0100
> @@ -159,7 +159,7 @@
> const int c_perf_scale_x = 32; /*ticks per pixel */
>
> extern bool global_showmidi;
> -extern bool global_priority;
> +extern int global_priority;
> extern bool global_stats;
> extern bool global_pass_sysex;
> extern bool global_with_jack_transport;
> diff -Nru /tmp/seq24-0.8.7/src/perform.cpp seq24-0.8.7/src/perform.cpp
> --- /tmp/seq24-0.8.7/src/perform.cpp 2006-08-13 22:42:38.000000000 +0200
> +++ seq24-0.8.7/src/perform.cpp 2007-01-27 02:45:51.000000000 +0100
> @@ -1006,7 +1006,7 @@
> if ( global_priority ){
>
> memset(schp, 0, sizeof(sched_param));
> - schp->sched_priority = 1;
> + schp->sched_priority = global_priority;
>
> if (sched_setscheduler(0, SCHED_FIFO, schp) != 0) {
>
> @@ -1564,7 +1564,7 @@
> if ( global_priority ){
>
> memset(schp, 0, sizeof(sched_param));
> - schp->sched_priority = 1;
> + schp->sched_priority = global_priority;
>
> if (sched_setscheduler(0, SCHED_FIFO, schp) != 0) {
>
> Binary files /tmp/seq24-0.8.7/src/.perform.cpp.swp and
> seq24-0.8.7/src/.perform.cpp.swp differ
> diff -Nru /tmp/seq24-0.8.7/src/seq24.cpp seq24-0.8.7/src/seq24.cpp
> --- /tmp/seq24-0.8.7/src/seq24.cpp 2006-05-30 15:42:45.000000000 +0200
> +++ seq24-0.8.7/src/seq24.cpp 2007-01-27 02:47:50.000000000 +0100
> @@ -38,7 +38,7 @@
> {"help", 0, 0, 'h'},
> {"showmidi", 0, 0, 's'},
> {"stats", 0, 0, 'S' },
> - {"priority", 0, 0, 'p' },
> + {"priority", required_argument, 0, 'p' },
> {"ignore",required_argument, 0, 'i'},
> {"jack_transport",0, 0, 'j'},
> {"jack_master",0, 0, 'J'},
> @@ -53,7 +53,7 @@
>
> bool global_manual_alsa_ports = false;
> bool global_showmidi = false;
> -bool global_priority = false;
> +int global_priority = 0;
> bool global_device_ignore = false;
> int global_device_ignore_num = 0;
> bool global_stats = false;
> @@ -160,7 +160,7 @@
> printf( " --file <filename> : load midi file on
> startup\n" );
> printf( " --manual_alsa_ports : seq24 won't attach
> alsa ports\n" );
> printf( " --showmidi : dumps incoming midi to
> screen\n" ); - printf( " --priority : runs higher
> priority with FIFO scheduler (must be root)\n" );
> + printf( " --priority <priority>: runs higher priority
> with FIFO scheduler\n" );
> printf( " --pass_sysex : passes any incoming sysex
> messages to all outputs \n" );
> printf( " --show_keys : prints pressed key value\n"
> ); printf( " --jack_transport : seq24 will sync to jack transport\n"
> );
> @@ -187,7 +187,7 @@
>
> case 'p':
>
> - global_priority = true;
> + global_priority = atoi ( optarg );
>
> break;
>
>
>
> --
> Palimm Palimm!
> http://tapas.affenbande.org
|
|
From: Florian S. <mis...@gm...> - 2007-02-11 01:12:08
|
Ah well, since noone answered on seq24-devel, i'll post this here, too. Maybe
someone has a need for it..
Flo
----------------------------
A patch (also attached) to make the RT prio adjustable (if you use other RT
software like jack, you want seq24's midi timing thread to be higher prio
than jackd's process cycle).
Also in such a setup a non root user can usually make processes run SCHED_FIFO
thus,
the help output was adjusted to reflect that.
Regards,
Flo
diff -Nru /tmp/seq24-0.8.7/src/globals.h seq24-0.8.7/src/globals.h
--- /tmp/seq24-0.8.7/src/globals.h 2006-05-30 15:42:18.000000000 +0200
+++ seq24-0.8.7/src/globals.h 2007-01-27 02:42:49.000000000 +0100
@@ -159,7 +159,7 @@
const int c_perf_scale_x = 32; /*ticks per pixel */
extern bool global_showmidi;
-extern bool global_priority;
+extern int global_priority;
extern bool global_stats;
extern bool global_pass_sysex;
extern bool global_with_jack_transport;
diff -Nru /tmp/seq24-0.8.7/src/perform.cpp seq24-0.8.7/src/perform.cpp
--- /tmp/seq24-0.8.7/src/perform.cpp 2006-08-13 22:42:38.000000000 +0200
+++ seq24-0.8.7/src/perform.cpp 2007-01-27 02:45:51.000000000 +0100
@@ -1006,7 +1006,7 @@
if ( global_priority ){
memset(schp, 0, sizeof(sched_param));
- schp->sched_priority = 1;
+ schp->sched_priority = global_priority;
if (sched_setscheduler(0, SCHED_FIFO, schp) != 0) {
@@ -1564,7 +1564,7 @@
if ( global_priority ){
memset(schp, 0, sizeof(sched_param));
- schp->sched_priority = 1;
+ schp->sched_priority = global_priority;
if (sched_setscheduler(0, SCHED_FIFO, schp) != 0) {
Binary files /tmp/seq24-0.8.7/src/.perform.cpp.swp and
seq24-0.8.7/src/.perform.cpp.swp differ
diff -Nru /tmp/seq24-0.8.7/src/seq24.cpp seq24-0.8.7/src/seq24.cpp
--- /tmp/seq24-0.8.7/src/seq24.cpp 2006-05-30 15:42:45.000000000 +0200
+++ seq24-0.8.7/src/seq24.cpp 2007-01-27 02:47:50.000000000 +0100
@@ -38,7 +38,7 @@
{"help", 0, 0, 'h'},
{"showmidi", 0, 0, 's'},
{"stats", 0, 0, 'S' },
- {"priority", 0, 0, 'p' },
+ {"priority", required_argument, 0, 'p' },
{"ignore",required_argument, 0, 'i'},
{"jack_transport",0, 0, 'j'},
{"jack_master",0, 0, 'J'},
@@ -53,7 +53,7 @@
bool global_manual_alsa_ports = false;
bool global_showmidi = false;
-bool global_priority = false;
+int global_priority = 0;
bool global_device_ignore = false;
int global_device_ignore_num = 0;
bool global_stats = false;
@@ -160,7 +160,7 @@
printf( " --file <filename> : load midi file on
startup\n" );
printf( " --manual_alsa_ports : seq24 won't attach alsa
ports\n" );
printf( " --showmidi : dumps incoming midi to screen\n" );
- printf( " --priority : runs higher priority with FIFO
scheduler (must be root)\n" );
+ printf( " --priority <priority>: runs higher priority with
FIFO scheduler\n" );
printf( " --pass_sysex : passes any incoming sysex
messages to all outputs \n" );
printf( " --show_keys : prints pressed key value\n" );
printf( " --jack_transport : seq24 will sync to jack
transport\n" );
@@ -187,7 +187,7 @@
case 'p':
- global_priority = true;
+ global_priority = atoi ( optarg );
break;
--
Palimm Palimm!
http://tapas.affenbande.org
--
Palimm Palimm!
http://tapas.affenbande.org
|
|
From: Pete L. <pet...@gm...> - 2007-02-11 00:35:04
|
On 08/02/07, Malte Steiner <st...@bl...> wrote:
> Hello,
>
> isn't seq24 supposed to store the bpm of the song? I have 0.8.6 and
> 0.8.7 and neither version does it, always defaults to 120bpm when the
> file is reopend.
>
> Tested on 64 Studio in 64 bit mode.
In 64-bit mode, there might be a problem with the way seq24 stores
the bpm data. This was definitely a problem in a previous version, and
from your post, I guess it's not fixed. The code was (is?) assuming
sizeof(unsigned long) == 4 bytes, but in 64bit it's 8.
Here's a post I made (or tried to make) to this list some time ago, about
the issue. I haven't looked at the code for the current version, so I don't
know how the changes I mention would pan out there..
---quote old post---
Hi,
I just noticed bpm wasn't being restored when loading saved seq24
files. This was because I'm running it on a 64-bit platform. When saving
the (long) bpm value, seq24 explicitly writes 4 bytes. (This is fine,
I'm not likely to have bpm over 2^32 :-) However, when reading
back the value from the end of saved file, seq24 does the following
check:
if ((file_size - m_pos) > (int) sizeof (unsigned long))
/* Get ID + Length */
ID = read_long ();
if (ID == c_bpmtag)
{
....
(in midifile.cpp)
This won't work, because here unsigned long is 8 bytes, and there are
exactly 8 bytes left in the file (4 for the c_bpmtag, and 4 for the bpm
value itself.)
Therefore I changed this to "sizeof (unsigned int)", and now it
works. (I also modified read_long() and write_long() to explicitly
cast the read and written values from and to unsigned int, but I think
that was probably unnecessary - I was still looking for the problem
at that stage..)
If in the future a different long is stored at the end of the file, the
problem will resurface, I guess. But if read_ and write_long()
were changed to read_ and write_int32() or somesuch, things
would look safer for 64-bit use...
----End quote----
Cheers,
- Pete.
>
> Cheers,
>
> Malte
> --
> Malte Steiner
> media art + development
> -www.block4.com-
|
|
From: Malte S. <st...@bl...> - 2007-02-08 21:40:41
|
Thanks for the quick response. I forget to mention it, I use it in live mode which is the main outstanding feature of Seq24 imho. Cheers, Malte -- Malte Steiner media art + development -www.block4.com- |
|
From: <att...@gm...> - 2007-02-08 21:33:09
|
Malte Steiner wrote: > isn't seq24 supposed to store the bpm of the song? I have 0.8.6 and > 0.8.7 and neither version does it, always defaults to 120bpm when the > file is reopend. Don't know if it matters, but are you in song mode? -- peace, love & harmony Atte http://www.atte.dk | quintet: http://www.anagrammer.dk | compositions: http://www.atte.dk/compositions |
|
From: Malte S. <st...@bl...> - 2007-02-08 21:29:25
|
Hello, isn't seq24 supposed to store the bpm of the song? I have 0.8.6 and 0.8.7 and neither version does it, always defaults to 120bpm when the file is reopend. Tested on 64 Studio in 64 bit mode. Cheers, Malte -- Malte Steiner media art + development -www.block4.com- |
|
From: <att...@gm...> - 2007-02-08 21:20:12
|
Hi I tried opening one of my s24 files in rosegaden. I don't know what exactly I expected, but got a lot of patterns starting at the beginning of the song. Is there a way (except open both programs, sync them and record things over one by one) to export a .s24 file to a "how it actually plays"-midi file? -- peace, love & harmony Atte http://www.atte.dk | quintet: http://www.anagrammer.dk | compositions: http://www.atte.dk/compositions |
|
From: <att...@gm...> - 2007-01-29 09:40:16
|
Rob Buse wrote: > Ahhhh you found a bug. I didn't test the user names with the > --manual-alsa-ports flag. I'll fix that in the next release. Is this available now? Maybe in svn/cvs? -- peace, love & harmony Atte http://www.atte.dk | quintet: http://www.anagrammer.dk | compositions: http://www.atte.dk/compositions |
|
From: <lin...@ya...> - 2007-01-08 08:21:47
|
hi, here is my solution for using seq24 as midi slave: sync muse as midi slave to the midi-clock, you want to use as master. muse syncs to jack and now you can sync seq24 to jack. if there is another programm, that can be midi-slave and jack-master, you can choose that, but on my system it works very fine with muse... greetings l.chaos J B wrote: > Hi, > I should start by saying I'm a huge fan of SEQ24. I love the > interface and the minimalistic approach to sequencing, its extremely > intuitive. Cutting out extraneous tools helps me work more fluently. > Rob, if you're reading, thank you! > Is there a way to synchronize SEQ24 to an external midi clock, or > simply synchronize it to the clock of another midi device? ( for the > purpose of syncing a device that can't be configured to be a midi slave ) > Or, has there been discussion of making the midi clock within SEQ24 > more precise? ( for example, setting the outputs to 120.5 or 140.39 bpm?) > > Cheers, > J Blahut > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > ------------------------------------------------------------------------ > > _______________________________________________ > seq24-users mailing list > seq...@li... > https://lists.sourceforge.net/lists/listinfo/seq24-users > -- _________________________________________________________________ http://www.audio4linux.de - musikmachen mit offenen quellen |
|
From: J B <jb...@gm...> - 2007-01-08 01:36:22
|
Hi, I should start by saying I'm a huge fan of SEQ24. I love the interface and the minimalistic approach to sequencing, its extremely intuitive. Cutting out extraneous tools helps me work more fluently. Rob, if you're reading, thank you! Is there a way to synchronize SEQ24 to an external midi clock, or simply synchronize it to the clock of another midi device? ( for the purpose of syncing a device that can't be configured to be a midi slave ) Or, has there been discussion of making the midi clock within SEQ24 more precise? ( for example, setting the outputs to 120.5 or 140.39 bpm?) Cheers, J Blahut |
|
From: Alex <x37...@gm...> - 2006-12-06 22:09:29
|
sorry, this is a good solution but doesn't really provide the ability that i want to set it up live as much... it would be nice if one could "swap" between modes.. so that i could "improv" with some loops over a predefine sequence with other loops.. is that possible? basically use both the "live" editor and the song editor?? thanks, Alex On 12/6/06, adolson <ad...@gm...> wrote: > Why don't you use the Song Editor button, and put down your patterns > in the order you want them to play? I have used different length loops > with no issues in the Song Editor. > > Dana > > > On 12/6/06, Alex <x37...@gm...> wrote: > > Hi, I have some songs I'm trying to sequence that have different length loops. > > for instance i have 4 movements > > A: 4 measures > > B: 4 measures > > C: 5 measures > > D: 1 measure > > > > is it possible to make this happen > > A A B B C B C D D D > > > > the problem i'm having is that since C is not the same length as B if > > I queue B to end and C to start, C might come in early or late. > > > > basically, I want the end of loop B to cause loop C to start > > [obviously only when loop B is playing]. > > > > if this doesn't exist maybe it would be nice to implement something > > like these "trigger relations" or "trigger sequence sources" > > ie if B is playing and it ends it triggers C to start from the > > beginning of the loop. > > in my case C would have a trigger source of B and B would have a > > trigger source of C. > > [there would have to be some check to make sure that if they're both > > playing there is not an infinite loop]. > > > > btw, it would be nice to also allow for mutex groups, like variations > > where only one plays at a time, if you select A1 then A2 turns off, if > > you select A2, A1 turns off. > > > > if there is nothing in the works or in place maybe i'll work on this. > > (I was hoping to use seq24 for a performance on Friday but i don't > > know if i'll get this done in time). > > > > -Alex > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share your > > opinions on IT & business topics through brief surveys - and earn cash > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > seq24-users mailing list > > seq...@li... > > https://lists.sourceforge.net/lists/listinfo/seq24-users > > > > > -- > _________________________________________________ > A.D. Olson --- www.rivironline.com > > It seems that the only dreams that come true are nightmares. > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > seq24-users mailing list > seq...@li... > https://lists.sourceforge.net/lists/listinfo/seq24-users > |
|
From: adolson <ad...@gm...> - 2006-12-06 21:03:23
|
Why don't you use the Song Editor button, and put down your patterns in the order you want them to play? I have used different length loops with no issues in the Song Editor. Dana On 12/6/06, Alex <x37...@gm...> wrote: > Hi, I have some songs I'm trying to sequence that have different length loops. > for instance i have 4 movements > A: 4 measures > B: 4 measures > C: 5 measures > D: 1 measure > > is it possible to make this happen > A A B B C B C D D D > > the problem i'm having is that since C is not the same length as B if > I queue B to end and C to start, C might come in early or late. > > basically, I want the end of loop B to cause loop C to start > [obviously only when loop B is playing]. > > if this doesn't exist maybe it would be nice to implement something > like these "trigger relations" or "trigger sequence sources" > ie if B is playing and it ends it triggers C to start from the > beginning of the loop. > in my case C would have a trigger source of B and B would have a > trigger source of C. > [there would have to be some check to make sure that if they're both > playing there is not an infinite loop]. > > btw, it would be nice to also allow for mutex groups, like variations > where only one plays at a time, if you select A1 then A2 turns off, if > you select A2, A1 turns off. > > if there is nothing in the works or in place maybe i'll work on this. > (I was hoping to use seq24 for a performance on Friday but i don't > know if i'll get this done in time). > > -Alex > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > seq24-users mailing list > seq...@li... > https://lists.sourceforge.net/lists/listinfo/seq24-users > -- _________________________________________________ A.D. Olson --- www.rivironline.com It seems that the only dreams that come true are nightmares. |
|
From: Alex <x37...@gm...> - 2006-12-06 20:51:58
|
Hi, I have some songs I'm trying to sequence that have different length loops. for instance i have 4 movements A: 4 measures B: 4 measures C: 5 measures D: 1 measure is it possible to make this happen A A B B C B C D D D the problem i'm having is that since C is not the same length as B if I queue B to end and C to start, C might come in early or late. basically, I want the end of loop B to cause loop C to start [obviously only when loop B is playing]. if this doesn't exist maybe it would be nice to implement something like these "trigger relations" or "trigger sequence sources" ie if B is playing and it ends it triggers C to start from the beginning of the loop. in my case C would have a trigger source of B and B would have a trigger source of C. [there would have to be some check to make sure that if they're both playing there is not an infinite loop]. btw, it would be nice to also allow for mutex groups, like variations where only one plays at a time, if you select A1 then A2 turns off, if you select A2, A1 turns off. if there is nothing in the works or in place maybe i'll work on this. (I was hoping to use seq24 for a performance on Friday but i don't know if i'll get this done in time). -Alex |
|
From: <mo...@kf...> - 2006-12-03 22:17:01
|
On Sun, 3 Dec 2006, mo...@kf... wrote: > Third wish: Um...Since I'd like to use Seq-24 from a rather less > well-endowed laptop, I'd like the possibility to use something like > "alt-graph" or "Right-shift" instead of RightCtrl for queueing, > since...um...my keyboard has no rightctrl :-) > > Possibly some of these possibilities already exist, and I'm just too > stooopid to find them :-) After reading through the SEQ-24-file properly, it is apparent that I am, indeed, stoopid :-) It is also apparent that it is very possible to set up something very similar to mute groups and scenes using MIDI control - But not usng the keyboard. Am I right? /Moxie (polishes his reading comprehension skills) |
|
From: <mo...@kf...> - 2006-12-03 21:55:44
|
On Fri, 1 Dec 2006, Gareth Edwards wrote: > Hi there, > Is there an easy way to group loops together and turn them all on and > off together? This is one of my "Wanted"-features - To be able to press, say, F1 and immediately turn on sequences 'q', 't', 's' and 'd' (or whatever I've stored as my "scene") and turn off everything else. For the ability to instantly (or at the next sequence-end, with right-ctrl) jump to the chorus or whatever. And it cant be too difficult to add, can it? Gesturally, it is the equivalent of pressing [LeftCtrl-q], [t], [s], [d] really quick. In my mind, the easiest way to set up the scenes wold be to use LeftCtrl-Fkey for "store scene" and Fkey alone for "recall". LeftCtrl since "replace" doesn't really make sense in the context of a scene like that. Queueing with RightCtrl, however, does make sense, even though it means one has to carefully consider semantics - Do we start the sequences next time *any* sequence in the set restarts, or do we wait until *all* sequences restart? Whilst we're at it...Second wish: Mute groups. The ability to define a group of sequences so that when one of them is turned on, all other is turned off. Typical application: 4 sequences, all containing variations on the basic hihat-pattern. Whenever I switch one of them on, I want the previous pattern to cut out. I saw that this was in the archives as a suggestion already. The poster then suggested the possibility of a checkbox for each column (or row), so that if you checked the box, the sequences in that column start acting like that. This is of course very interactive. I could also like an extra dropdown list in the sequence edit window "Mute group: [none/1/2/3...]". Third wish: Um...Since I'd like to use Seq-24 from a rather less well-endowed laptop, I'd like the possibility to use something like "alt-graph" or "Right-shift" instead of RightCtrl for queueing, since...um...my keyboard has no rightctrl :-) Possibly some of these possibilities already exist, and I'm just too stooopid to find them :-) And, again: This is the most fun I'd had with any sequencer, ever, and I'm quite happy as is - I'm just suggesting what things would make me go down on one knee and formally propose to the program :-) /Moxie (in a suggestive mood) |
|
From: Gareth E. <gde...@bl...> - 2006-12-03 18:12:09
|
Thomas Lambert wrote:
> Hi,
>
> There's no way of doing that with just seq24, to be able to use scenes or
> sequences i had to use Pure Data.
> I send an order to Pure Data who triggers the patterns the way i want.
> It's quite long to build the patch but i think it's worth it.
> I could send you the patch of course but it's not yet usable by anyone
> except me (and the commentaries are in french).
I've not used PD before but this could be the excuse I need to fire it
up and have a play with it. Can you give me an outline of roughly how
your patch works off-list?
> I think Softwerk has this pattern concept but didn't succeed in compliling
> it and the development has stopped.
Seq24 seems to have almost everything I need apart from this feature.
I'll have a think about it; maybe it would take me much effort to graft
the feature into the code.
Gareth
>
> Thomas
>
>> Hi there,
>>
>> I've been playing with seq24 to the end of using it as a performance
>> sequencer for a project I'm putting together.
>>
>> I'm happy enough with the control for single loops but I was wondering
>> if there was a way to make it work with groups of clips ("scenes" in
>> Ableton, for those who have experience of that application).
>>
>> Is there an easy way to group loops together and turn them all on and
>> off together?
>>
>> Cheers
>> Gareth
>>
>>
>> -------------------------------------------------------------------------
>> Take Surveys. Earn Cash. Influence the Future of IT
>> Join SourceForge.net's Techsay panel and you'll get the chance to share
>> your
>> opinions on IT & business topics through brief surveys - and earn cash
>> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>> _______________________________________________
>> seq24-users mailing list
>> seq...@li...
>> https://lists.sourceforge.net/lists/listinfo/seq24-users
>>
>
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> seq24-users mailing list
> seq...@li...
> https://lists.sourceforge.net/lists/listinfo/seq24-users
>
>
|
|
From: Thomas L. <tho...@al...> - 2006-12-03 14:29:35
|
Hi,
There's no way of doing that with just seq24, to be able to use scenes or
sequences i had to use Pure Data.
I send an order to Pure Data who triggers the patterns the way i want.
It's quite long to build the patch but i think it's worth it.
I could send you the patch of course but it's not yet usable by anyone
except me (and the commentaries are in french).
I think Softwerk has this pattern concept but didn't succeed in complilin=
g
it and the development has stopped.
Thomas
> Hi there,
>
> I've been playing with seq24 to the end of using it as a performance
> sequencer for a project I'm putting together.
>
> I'm happy enough with the control for single loops but I was wondering
> if there was a way to make it work with groups of clips ("scenes" in
> Ableton, for those who have experience of that application).
>
> Is there an easy way to group loops together and turn them all on and
> off together?
>
> Cheers
> Gareth
>
>
> -----------------------------------------------------------------------=
--
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D=
DEVDEV
> _______________________________________________
> seq24-users mailing list
> seq...@li...
> https://lists.sourceforge.net/lists/listinfo/seq24-users
>
|
|
From: Gareth E. <gde...@bl...> - 2006-12-01 21:12:05
|
Hi there,
I've been playing with seq24 to the end of using it as a performance
sequencer for a project I'm putting together.
I'm happy enough with the control for single loops but I was wondering
if there was a way to make it work with groups of clips ("scenes" in
Ableton, for those who have experience of that application).
Is there an easy way to group loops together and turn them all on and
off together?
Cheers
Gareth
|
|
From: Dubphil <du...@fr...> - 2006-11-29 18:04:08
|
Wallace a =E9crit : > I've tried also other softwares (amsynth, qsynth) to catch midi > signals, but no success: the problem is very likely to be seq24. > > =20 not clear to me, what the output of $ aconnect -i and $ aconnect -o ? Regards Philippe |
|
From: Wallace <wal...@gm...> - 2006-11-29 16:00:33
|
Hi,
I'm trying to use seq24: I've started jack correctly and connected
first midi out to pd midi in but it seems seq24 send no output.
I've tried also other softwares (amsynth, qsynth) to catch midi
signals, but no success: the problem is very likely to be seq24.
I start seq24 this way:
seq24 --manual_alsa_ports
any ideas to debug the problem?
thanx
--
_.|| _. _ _
\/\/(_|||(_|(_ (/_
|
|
From: <mo...@kf...> - 2006-11-23 12:05:36
|
Hello! I just subscribed to this list, so I thought I'd just make a quick introduction. I'm Johan Gustavsson, from sweden, and I've just started to use seq24 and found it to be a lot of fun, particularily for live/improv type things. I still have only tried version 0.6.3, since that is what came with the DeMuDi distribution, but I'll compile up the newest version come the weekend. I have already a small list of suggestions for particularily the keyboard live interaction side of it, but I'll hold that off until I've seen the latest version :-) /Moxie |