seq24-users Mailing List for seq24 (Page 11)
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: Daniel J. <da...@64...> - 2008-08-22 11:24:51
|
Hi Jaakko, > You were right about seq24 having a few hard coded key shortcuts. At > least stop/start, delete note, copy, paste & undo are hard coded at > the moment. I didn't have time "fix" them to be read from the > configuration file but I created a quick (and actually not so dirty) > "hack" to enable backspace for deleting notes. Now both delete and > backspace work for the same purpose. :) That's awesome, thanks! > You can get the latest source by running this command (also includes > all previously committed patches): > > bzr branch lp:~jaakko-sipari/seq24/test1 We'll rebuild our seq24 package and let you know how it goes. Cheers! Daniel |
|
From: Jaakko S. <jaa...@gm...> - 2008-08-21 21:41:28
|
Oh... forgot to say that some day I'll probably add a nice configurable mouse mapping to the config file but meanwhile (if you're into it) you can start looking at seqroll.cpp and the "seqroll::on_button_press_event(GdkEventButton* a_ev)" method :) It doesn't look too complicated but the double click behaviour needs some work. Don't forget to mail a patch to the list if you do some cool changes :) - Jaakko |
|
From: Jaakko S. <jaa...@gm...> - 2008-08-21 21:21:46
|
On Thu, Aug 21, 2008 at 11:59 AM, Daniel James <da...@64...> wrote: >> I'll get back to you about the delete keycode problem in a few days >> (haven't got time right now, sorry). If someone else in the list has >> more in-depth knowledge about the subject, please share it :) > > I think the least invasive fix would be for seq24 to read the value of the > 'delete note' action from the .seq24rc file. That way, the default behaviour > could remain for those who are used to it, but it would also be easy for > users to tweak without having to recompile the app. You were right about seq24 having a few hard coded key shortcuts. At least stop/start, delete note, copy, paste & undo are hard coded at the moment. I didn't have time "fix" them to be read from the configuration file but I created a quick (and actually not so dirty) "hack" to enable backspace for deleting notes. Now both delete and backspace work for the same purpose. :) You can get the latest source by running this command (also includes all previously committed patches): bzr branch lp:~jaakko-sipari/seq24/test1 Hope this helps, - Jaakko |
|
From: Daniel J. <da...@64...> - 2008-08-21 08:59:27
|
Hi Jaakko, > Nowadays Seq24 has a project in launchpad.net/seq24. I added your > feature request about the mouse behaviour to the blueprints here: > https://blueprints.launchpad.net/seq24/+spec/configurable-mouse-click-actions. Thanks! I didn't know about the Launchpad project, I guess it isn't mentioned on the seq24 homepage. seq24 is also being maintained in Debian (http://packages.qa.debian.org/s/seq24.html) so it would be great if some of your patches and Ivan's patches found their way there too. > If you're actually interested to code that and think you have the > skill to do it, there's no reason why you couldn't. Just check out the > source from bazaar (see seq24 launchpad page / code) and start hacking > :) I've taken a quick look, but a clue from someone more familiar with the code would be appreciated ;-) > I'll get back to you about the delete keycode problem in a few days > (haven't got time right now, sorry). If someone else in the list has > more in-depth knowledge about the subject, please share it :) I think the least invasive fix would be for seq24 to read the value of the 'delete note' action from the .seq24rc file. That way, the default behaviour could remain for those who are used to it, but it would also be easy for users to tweak without having to recompile the app. The action of holding down the right mouse button to place a note works well in a desktop context where you have a two or three-button mouse, but it's not so usable for an embedded system. Seq24's main window totally rocks with a touchscreen, because you can dab with your finger to turn the loops on and off. Also, the small and simple GUI is a great advantage on a small screen, compared to bloated contemporary sequencers. Cheers! Daniel |
|
From: Jaakko S. <jaa...@gm...> - 2008-08-20 19:31:57
|
Hi Daniel! Nowadays Seq24 has a project in launchpad.net/seq24. I added your feature request about the mouse behaviour to the blueprints here: https://blueprints.launchpad.net/seq24/+spec/configurable-mouse-click-actions. If you're actually interested to code that and think you have the skill to do it, there's no reason why you couldn't. Just check out the source from bazaar (see seq24 launchpad page / code) and start hacking :) I'll get back to you about the delete keycode problem in a few days (haven't got time right now, sorry). If someone else in the list has more in-depth knowledge about the subject, please share it :) - Jaakko On Wed, Aug 20, 2008 at 6:35 PM, Daniel James <da...@64...> wrote: > Hi all, > > I'm trying to change the keyboard shortcut for deleting a note in the > piano roll of seq24, so we can use it on the Indamixx > (http://www.indamixx.com/) without an external keyboard. (The Indamixx > tablet hardware has a Backspace key, but no Delete key on-board). > > I've taken a look at the .seq24rc file, but the keycode for the delete > button (according to showkey -a) is: > > ^[[3~ 27 0033 0x1b > 91 0133 0x5b > 51 0063 0x33 > 126 0176 0x7e > > and this does not seem to be listed in the .seq24rc file. This makes me > think the delete button keycode is hard-coded in the Seq24 source. By > contrast, the codes given in the .seq24rc file for: > > # bpm up, down > 39 59 > > do correspond to the showkey output for the ' and ; keys on my machine, > which do indeed adjust the tempo of seq24. > > Has anyone tried hacking on the seq24 source to adjust keyboard shortcuts? > > I'd also be interested in modifying the sequencer so that users don't > have to hold down the right mouse button to enter notes, as this is > quite cumbersome on a tablet. For example, in the energyXT sequencer > it's a double click to enter a note, and a right click to remove one - > and that works well with a touchscreen. > > Cheers! > > Daniel > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > seq24-users mailing list > seq...@li... > https://lists.sourceforge.net/lists/listinfo/seq24-users > -- Jaakko Sipari tel. +358451238191 eMail. jaa...@gm... |
|
From: Daniel J. <da...@64...> - 2008-08-20 17:27:11
|
Hi all, I'm trying to change the keyboard shortcut for deleting a note in the piano roll of seq24, so we can use it on the Indamixx (http://www.indamixx.com/) without an external keyboard. (The Indamixx tablet hardware has a Backspace key, but no Delete key on-board). I've taken a look at the .seq24rc file, but the keycode for the delete button (according to showkey -a) is: ^[[3~ 27 0033 0x1b 91 0133 0x5b 51 0063 0x33 126 0176 0x7e and this does not seem to be listed in the .seq24rc file. This makes me think the delete button keycode is hard-coded in the Seq24 source. By contrast, the codes given in the .seq24rc file for: # bpm up, down 39 59 do correspond to the showkey output for the ' and ; keys on my machine, which do indeed adjust the tempo of seq24. Has anyone tried hacking on the seq24 source to adjust keyboard shortcuts? I'd also be interested in modifying the sequencer so that users don't have to hold down the right mouse button to enter notes, as this is quite cumbersome on a tablet. For example, in the energyXT sequencer it's a double click to enter a note, and a right click to remove one - and that works well with a touchscreen. Cheers! Daniel |
|
From: Ivan H. <ihe...@ki...> - 2008-07-11 16:18:50
|
Anthony: I'm uploading patches on http://launchpad.net/seq24 Thanks a lot! i will include it. Ivan Anthony Green wrote: > Here's something useful I just checked into the Fedora build of seq24. > Maybe we need a "seq25" project, to collect useful fixes for seq24 that > various people are creating. There doesn't appear to be any activity > upstream. > > AG > > > --- src/seqdata.cpp~ 2006-05-17 21:40:15.000000000 -0700 > +++ src/seqdata.cpp 2008-07-11 07:44:12.000000000 -0700 > @@ -118,7 +118,7 @@ > 6, > 30 ); > > - char val[4]; > + char val[5]; > sprintf( val, "%3d\n", i ); > char num[6]; > memset( num, 0, 6); > > AG > > > ------------------------------------------------------------------------- > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > Studies have shown that voting for your favorite open source project, > along with a healthy diet, reduces your potential for chronic lameness > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > _______________________________________________ > seq24-users mailing list > seq...@li... > https://lists.sourceforge.net/lists/listinfo/seq24-users > |
|
From: Anthony G. <gr...@re...> - 2008-07-11 15:24:06
|
Here's something useful I just checked into the Fedora build of seq24.
Maybe we need a "seq25" project, to collect useful fixes for seq24 that
various people are creating. There doesn't appear to be any activity
upstream.
AG
--- src/seqdata.cpp~ 2006-05-17 21:40:15.000000000 -0700
+++ src/seqdata.cpp 2008-07-11 07:44:12.000000000 -0700
@@ -118,7 +118,7 @@
6,
30 );
- char val[4];
+ char val[5];
sprintf( val, "%3d\n", i );
char num[6];
memset( num, 0, 6);
AG
|
|
From: Jaakko S. <jaa...@gm...> - 2008-06-02 08:27:49
|
On Sun, Jun 1, 2008 at 12:25 PM, David Cunningham <dav...@gm...> wrote: > still having this issue...it seems to do this when I record midi input from > my synth...so im thinking that maybe my synthesizer (mono evolver keyboard) > is sending something through its midi output that I cant see into the midi > bus of seq24. Once I save the file and re-open it, seq24 cant read this > information in its saved file and then wont display that sequence loop. > This is only my theory of what is happening...my current workaround is after > I create a sequence loop using my keyboard, I then copy the notes from that > sequence loop into a new sequence loop that I create by hand...then I delete > the original sequence loop. This saves properly. Hi! This could be related to a(nother) bug I found in recording from midi input (either a real MIDI keyboard or just the Virtual Keyboard/vkeybd). When you activate recording without seq24 being in the "play" mode it writes these "ghost" notes to the first column of the pattern but leaves them hidden. This can lead to a crash when you try to select the "invisible" notes a couple of times a row. It can be avoided by never having the record functionality enabled without seq24 being in the play mode. The "invisible notes" can also be removed by selecting the place where the notes appeared during recording and pressing delete. It's possible that this is also causing the corrupted files. I have to try to save a file which has that kind of corrupt patterns. I'll report back here if I also get a corrupt file. - Jaakko |
|
From: David C. <dav...@gm...> - 2008-06-01 09:25:09
|
still having this issue...it seems to do this when I record midi input from my synth...so im thinking that maybe my synthesizer (mono evolver keyboard) is sending something through its midi output that I cant see into the midi bus of seq24. Once I save the file and re-open it, seq24 cant read this information in its saved file and then wont display that sequence loop. This is only my theory of what is happening...my current workaround is after I create a sequence loop using my keyboard, I then copy the notes from that sequence loop into a new sequence loop that I create by hand...then I delete the original sequence loop. This saves properly. On Sun, May 25, 2008 at 2:53 AM, Jaakko Sipari <jaa...@gm...> wrote: > On Sat, May 24, 2008 at 11:51 PM, David Cunningham > <dav...@gm...> wrote: > > Ive been having this problem for a long time now, whenever I try to open > a > > save seq24 file it almost always says error reading file and only shows > some > > of the sequence loops. ive lost tons songs because of this...are their > > manual patches I can apply to my version 0.8.7, is there a fix for this? > > thanks...im using gentoo btw. > > Is this something you can reproduce every time by doing certain things > or does is seem completely random? It would help if you could figure > out the steps that lead to this situation where loading (cleanly) is > not possible. Can you also send at least one seq24 song which you have > saved but cannot open correctly with seq24? > > - Jaakko > |
|
From: Jaakko S. <jaa...@gm...> - 2008-05-25 00:53:53
|
On Sat, May 24, 2008 at 11:51 PM, David Cunningham <dav...@gm...> wrote: > Ive been having this problem for a long time now, whenever I try to open a > save seq24 file it almost always says error reading file and only shows some > of the sequence loops. ive lost tons songs because of this...are their > manual patches I can apply to my version 0.8.7, is there a fix for this? > thanks...im using gentoo btw. Is this something you can reproduce every time by doing certain things or does is seem completely random? It would help if you could figure out the steps that lead to this situation where loading (cleanly) is not possible. Can you also send at least one seq24 song which you have saved but cannot open correctly with seq24? - Jaakko |
|
From: David C. <dav...@gm...> - 2008-05-24 20:51:08
|
Ive been having this problem for a long time now, whenever I try to open a save seq24 file it almost always says error reading file and only shows some of the sequence loops. ive lost tons songs because of this...are their manual patches I can apply to my version 0.8.7, is there a fix for this? thanks...im using gentoo btw. |
|
From: Ken R. <ke...@re...> - 2008-05-09 21:13:21
|
On Wed, May 07, 2008 at 05:54:45PM -0300, Ivan Hernandez wrote:
> Maybe not "transfer" but we should investigate sourceforge's svn server
> to share developenment among let's say four or five developers so each
> one can merge patches of their own or submitted by users and chose when
> code is ready for release.
> It should not be as hard as it seems and will avoid forking on a project
> that is great but still needs a lot of work son several areas.
>
> I will read a little, reactivate my old sourceforge account and try to
> setup an svn just to see how good it goes.
>
> Ivan
>
> Eric Boon wrote:
> > Wouldn't it b easier to transfer ownership of the project to someone
> > who is willing to take it on?
> > I mean, there's no need to create a fork and have a 'side' project...
> >
> > Just my 2 eurocents,
> > Eric
> >
> > On May 7, 2008, at 12:52 PM, Rob Buse wrote:
> >
> >
> >> Hello everyone,
> >>
> >> I apologize for not writing the lists sooner.
> >>
> >> I hate to say it, and most have probably guessed, but my development
> >> efforts have moved away from seq24. I just don't have the time for it
> >> anymore. These days it seems hard to find time to even use seq24, let
> >> alone add features to it.
> >>
> >> Some have suggested maybe forking the project and taking it in a new
> >> direction, I think it would be excellent if seq24 could continue to
> >> grow.
> >>
A seq24 user named Pete Leigh sent me a bugfix patch, which would be great for someone to integrate into the main SVN and eventually a new release.
Basically, the unsigned long below in midifile.cpp needs to be an unsigned int. Then BPM's would get restored correctly when loading a seq24 MIDI file.
if ((file_size - m_pos) > (int) sizeof (unsigned long))
/* Get ID + Length */
ID = read_long ();
if (ID == c_bpmtag)
{
-ken
|
|
From: Pelle N. <pe...@ly...> - 2008-05-08 16:37:19
|
st...@ne... writes: > In addition, from me to you, do you see another feature missing in seq24 ? ;) > Oh, yes. Keyboard control (ability to easily edit everything without a mouse) and one-window mode (with fast full-screen toggle)... Probably some more feature requests I have forgotten about at the moment. :) -- /Pelle |
|
From: <st...@ne...> - 2008-05-08 15:02:41
|
> Seq24 is a very nice little app. Problem is I'm not so sure it would still > be if everyone's "just missing two * parameters" were added. ;) Hey ! I'm just an user of seq24. I agree with you about that, but in another hand I think all ideas are always welcome. Sure a team of devel must choose between all propositions, but this is not my role :) In addition, from me to you, do you see another feature missing in seq24 ? ;) Cheers, Stef |
|
From: bridd <br...@br...> - 2008-05-07 21:10:58
|
I like the idea of forking it, in that a new fork could lay down it's own definitions for where it's going/what it's doing. Equally though I like the idea of versioning, say, start from version 0.9 and have the clarity that anything from 0.9 onwards is in the new direction. I like how simple seq24 is right now, and wouldn't want to lose that. It'd be nice to have a line in the sand between what's current now/and the future if it grows big. My two (UK) pence ;) Dave > On Wed, 2008-05-07 at 21:40 +0200, Eric Boon wrote: > > Wouldn't it b easier to transfer ownership of the project to someone > > who is willing to take it on? > > I mean, there's no need to create a fork and have a 'side' project... > > > > Just my 2 eurocents, > > Eric > > > > On May 7, 2008, at 12:52 PM, Rob Buse wrote: > > > > > > > > Hello everyone, > > > > > > I apologize for not writing the lists sooner. > > > > > > I hate to say it, and most have probably guessed, but my development > > > efforts have moved away from seq24. I just don't have the time for it > > > anymore. These days it seems hard to find time to even use seq24, let > > > alone add features to it. > > > > > > Some have suggested maybe forking the project and taking it in a new > > > direction, I think it would be excellent if seq24 could continue to > > > grow. > > > > > > cheers, > > > Rob > > > > > > > > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > > > Don't miss this year's exciting event. There's still time to save > > > $100. > > > Use priority code J8TL2D2. > > > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > > > _______________________________________________ > > > seq24-users mailing list > > > seq...@li... > > > https://lists.sourceforge.net/lists/listinfo/seq24-users > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > > Don't miss this year's exciting event. There's still time to save $100. > > Use priority code J8TL2D2. > > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > > _______________________________________________ > > seq24-users mailing list > > seq...@li... > > https://lists.sourceforge.net/lists/listinfo/seq24-users |
|
From: Ivan H. <ihe...@ki...> - 2008-05-07 20:55:05
|
Maybe not "transfer" but we should investigate sourceforge's svn server to share developenment among let's say four or five developers so each one can merge patches of their own or submitted by users and chose when code is ready for release. It should not be as hard as it seems and will avoid forking on a project that is great but still needs a lot of work son several areas. I will read a little, reactivate my old sourceforge account and try to setup an svn just to see how good it goes. Ivan Eric Boon wrote: > Wouldn't it b easier to transfer ownership of the project to someone > who is willing to take it on? > I mean, there's no need to create a fork and have a 'side' project... > > Just my 2 eurocents, > Eric > > On May 7, 2008, at 12:52 PM, Rob Buse wrote: > > >> Hello everyone, >> >> I apologize for not writing the lists sooner. >> >> I hate to say it, and most have probably guessed, but my development >> efforts have moved away from seq24. I just don't have the time for it >> anymore. These days it seems hard to find time to even use seq24, let >> alone add features to it. >> >> Some have suggested maybe forking the project and taking it in a new >> direction, I think it would be excellent if seq24 could continue to >> grow. >> >> cheers, >> Rob >> >> >> |
|
From: Rob B. <rc...@fi...> - 2008-05-07 20:51:47
|
Yea, I guess I didn't really mean a 'fork' of the branch. If someone were to take it over, then that would be the main line and they could do whatever they wanted with it since the current line isn't going to go anywhere. cheers rob Eric Boon wrote: > Wouldn't it b easier to transfer ownership of the project to someone > who is willing to take it on? > I mean, there's no need to create a fork and have a 'side' project... > > Just my 2 eurocents, > Eric > > On May 7, 2008, at 12:52 PM, Rob Buse wrote: > >> Hello everyone, >> >> I apologize for not writing the lists sooner. >> >> I hate to say it, and most have probably guessed, but my development >> efforts have moved away from seq24. I just don't have the time for it >> anymore. These days it seems hard to find time to even use seq24, let >> alone add features to it. >> >> Some have suggested maybe forking the project and taking it in a new >> direction, I think it would be excellent if seq24 could continue to >> grow. >> >> cheers, >> Rob >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference >> Don't miss this year's exciting event. There's still time to save >> $100. >> Use priority code J8TL2D2. >> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone >> _______________________________________________ >> seq24-users mailing list >> seq...@li... >> https://lists.sourceforge.net/lists/listinfo/seq24-users > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save $100. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > seq24-users mailing list > seq...@li... > https://lists.sourceforge.net/lists/listinfo/seq24-users > |
|
From: Eric B. <eri...@fr...> - 2008-05-07 19:40:36
|
Wouldn't it b easier to transfer ownership of the project to someone
who is willing to take it on?
I mean, there's no need to create a fork and have a 'side' project...
Just my 2 eurocents,
Eric
On May 7, 2008, at 12:52 PM, Rob Buse wrote:
>
> Hello everyone,
>
> I apologize for not writing the lists sooner.
>
> I hate to say it, and most have probably guessed, but my development
> efforts have moved away from seq24. I just don't have the time for it
> anymore. These days it seems hard to find time to even use seq24, let
> alone add features to it.
>
> Some have suggested maybe forking the project and taking it in a new
> direction, I think it would be excellent if seq24 could continue to
> grow.
>
> cheers,
> Rob
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
> Don't miss this year's exciting event. There's still time to save
> $100.
> Use priority code J8TL2D2.
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> _______________________________________________
> seq24-users mailing list
> seq...@li...
> https://lists.sourceforge.net/lists/listinfo/seq24-users
|
|
From: Rob B. <rc...@fi...> - 2008-05-07 10:54:12
|
Hello everyone, I apologize for not writing the lists sooner. I hate to say it, and most have probably guessed, but my development efforts have moved away from seq24. I just don't have the time for it anymore. These days it seems hard to find time to even use seq24, let alone add features to it. Some have suggested maybe forking the project and taking it in a new direction, I think it would be excellent if seq24 could continue to grow. cheers, Rob |
|
From: Atte A. J. <att...@gm...> - 2008-05-07 10:21:34
|
Pelle Nilsson wrote: > Seq24 is a very nice little app. Problem is I'm not so sure it would > still be if everyone's "just missing two * parameters" were added. ;) I might be a very vice, big app :-) I see you point, though. One could argue that it's strength is that it does one thing, and does it well. IMHO it takes too much efford to work with non-loop based stuff (of which I always some, even in a loop based track), so for my workflow muse is better suited, even if I actually did some tunes in seq24 and in many ways like the simplicity of seq24. -- peace, love & harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://modlys.dk |
|
From: Pelle N. <pe...@ly...> - 2008-05-07 06:28:23
|
Hi, Stephane THOMAS <st...@ne...> writes: > seq24 is a good midi sequencer, with live performance oriented features. > > It's just missing two "randomness" parameters for timing and velocity (as in hydrogen), to make it a killer app. Seq24 is a very nice little app. Problem is I'm not so sure it would still be if everyone's "just missing two * parameters" were added. ;) BTW, nothing is stopping anyone from forking seq24 into a new project, I think, worst case. -- /Pelle |
|
From: Dubphil <du...@fr...> - 2008-05-06 22:53:25
|
Esben Stien a écrit : > Is there anything happening with this project?. It doesn't seem to be > any activity here and it would be nice if the original author could > tell what's up, regarding plans, if there are any. > > hope it will be continued, it is one of my soundsystem center pieces with ecasound ;) not substituables ! Philippe |
|
From: Ivan H. <ihe...@ki...> - 2008-05-06 20:32:24
|
Stephane THOMAS wrote: > > It's just missing two "randomness" parameters for timing and velocity (as in hydrogen), to make it a killer app. > Velocity randomness should not be as hard as you think to code. I will take a look later. Timing is a little more comples because of the "note in the future" problems that it creates. Ivan |
|
From: Stephane T. <st...@ne...> - 2008-05-06 18:33:34
|
On Tue, 06 May 2008 20:58:22 +0200 Esben Stien <b0...@es...> wrote: > Is there anything happening with this project?. It doesn't seem to be > any activity here and it would be nice if the original author could > tell what's up, regarding plans, if there are any. > Hi, I'm not the author but I confirm this software seems to be abandoned :( seq24 is a good midi sequencer, with live performance oriented features. It's just missing two "randomness" parameters for timing and velocity (as in hydrogen), to make it a killer app. It's very intuitive to use, not like rosegarden. I would be very happy if this program get active again ! Stef |