Thread: Re: [seq24-users] some code changes for seq24: different mouse input ... MidiClock start/stop ... w
Brought to you by:
rcbuse
|
From: go m. <goe...@ya...> - 2009-04-07 17:17:36
|
Hi, that's cool! For my own purposes the most important part of your modifications would be the midiclock slave implementation. I'm on linux, and I already included the new mute groups feature coded by alte_frequenze upon the latest seq24 cvs....that latter has a jack transport fix in it plus all other 0.9 stuff. Do you see a way to create a patch in that situation? honestly I wouldn't know how to do this....but I don't wanna let go without having asked ;) Thanks for your efforts Frank --- En date de : Mar 7.4.09, Kevin Meinert <ke...@su...> a écrit : > De: Kevin Meinert <ke...@su...> > Objet: Re: [seq24-users] some code changes for seq24: different mouse input ... MidiClock start/stop ... win32 code > À: "Jon Stutters" <jst...@je...> > Cc: seq...@li... > Date: Mardi 7 Avril 2009, 19h06 > > Cool, I'll try to get it posted tonight. I've > not tried compiling this on linux, so I don't know what > state it was in when Rob did the win32 port... I > don't have OSX either... > > --- > > kevin meinert | http://www.subatomicglue.com > > > > On Tue, Apr 7, 2009 at 11:05 AM, > Jon Stutters <jst...@je...> > wrote: > > Kevin Meinert wrote: > > > Is anyone interested in these changes? let me > know, if interested, > > > I'll get a tarball posted soon, > > > I should also point out that the win32 code is perhaps > old, from the > > > 0.8.7 win32 beta that was released, so I'm not > sure what merging it in > > > would be like. it does use port_midi, not sure if > that can simply be > > > used on linux, I think it's cross platform, so it > could become a > > > configure option to use that instead of Alsa... > > > > I'd be interested in having a > look to see whether the use of portmidi > > makes compiling for OSX easier. > > > > Cheers, > > Jonny > > > > > > ------------------------------------------------------------------------------ > > This SF.net email is sponsored by: > > High Quality Requirements in a Collaborative Environment. > > Download a free trial of Rational Requirements Composer > Now! > > http://p.sf.net/sfu/www-ibm-com > > _______________________________________________ > > seq24-users mailing list > > seq...@li... > > https://lists.sourceforge.net/lists/listinfo/seq24-users > > > > > -----La pièce jointe associée suit----- > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > High Quality Requirements in a Collaborative Environment. > Download a free trial of Rational Requirements Composer > Now! > http://p.sf.net/sfu/www-ibm-com > -----La pièce jointe associée suit----- > > _______________________________________________ > seq24-users mailing list > seq...@li... > https://lists.sourceforge.net/lists/listinfo/seq24-users > |
|
From: go m. <goe...@ya...> - 2009-04-08 19:31:48
|
Alex, a permanently enabled cue mode is possible with alte_frequenze's mute groups patch (see other thread and seq24 launchpad 'Answers'). All other key bindings can be configured in the .seq24 file even in older versions. Only mouse behavior cannot yet be configured. Cheers --- En date de : Mer 8.4.09, Alex <x37...@gm...> a écrit : > De: Alex <x37...@gm...> > Objet: Re: [seq24-users] some code changes for seq24: different mouse input ... MidiClock start/stop ... win32 code > À: "Kevin Meinert" <ke...@su...> > Cc: "Pelle Nilsson" <pe...@ly...>, seq...@li... > Date: Mercredi 8 Avril 2009, 21h12 > Maybe someone has already worked on > this but really, I think that user > configurable key/mouse bindings is something that seq24 > needs.. for > instance my keyboard doesn't have a right alt key, so I > cannot do the > 'cue to start on next measure' [afaik] setting for toggling > a loop. I > might want to set up a 'performance' mode of keybindings > where certain > actions are intentionally harder to get to [like > stop/start], so that > I don't f it up live. Also, I might like the default > mode of toggling > a loop on to actually cue it to start on the next measure > instead of > 'rudely' toggle it into the current mix.. all of these > issue could be > solved on per a user's desired mode of working with the > ability to > create your own custom key/mouse bindings. > > -Alex > > On Wed, Apr 8, 2009 at 7:27 AM, Kevin Meinert <ke...@su...> > wrote: > > > > I'm in the process of making the interaction model > selectable. about 1/3 > > done already... (doing some coding on the train) > > > >>> Having to find the correct part of the note > then, instead of just > >>> holding ctrl, is not really an option to me > > > > I will also look into a way of supporting this idea in > my interaction > > model... maybe alt click to grow the note, or > something... > > > > good suggestions. > > > > --- > > kevin meinert | http://www.subatomicglue.com > > > > > > On Wed, Apr 8, 2009 at 2:08 AM, Pelle Nilsson <pe...@ly...> > wrote: > >> > >> Hi, > >> > >> Kevin Meinert <ke...@su...> > writes: > >> > >> > I've obtained the Win32 version of the seq24 > code from Rob Buse, and > >> > have > >> > made some edits to the code: > >> > > >> > 1.) > >> > I've implemented fruityloops / flstudio style > mouse interface, which I > >> > feel > >> > is much easier to use. > >> > >> These changes are probably fine, if they are made > optional > >> somehow. Especially on a laptop with touchpad. I'm > happy when I manage > >> to get the mousepointer to the general area of > where the note is. > >> Having to find the correct part of the note then, > instead of just > >> holding ctrl, is not really an option to me > (speaking from experience > >> with other applications). > >> > >> -- > >> /Pelle > > > > > > > ------------------------------------------------------------------------------ > > This SF.net email is sponsored by: > > High Quality Requirements in a Collaborative > Environment. > > Download a free trial of Rational Requirements > Composer Now! > > http://p.sf.net/sfu/www-ibm-com > > _______________________________________________ > > seq24-users mailing list > > seq...@li... > > https://lists.sourceforge.net/lists/listinfo/seq24-users > > > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > High Quality Requirements in a Collaborative Environment. > Download a free trial of Rational Requirements Composer > Now! > http://p.sf.net/sfu/www-ibm-com > _______________________________________________ > seq24-users mailing list > seq...@li... > https://lists.sourceforge.net/lists/listinfo/seq24-users > |
|
From: Kevin M. <ke...@su...> - 2009-04-07 17:30:31
|
I'll see about either a separate patch file, or maybe just a verbose diff so you can see what's new easily and copy the code manually... I really want the mute groups in my win32 version. If this doesn't all get merged into mainline, then I'll definitely want to try patching my copy with the mute groups feature.... (jack I don't care about, since no jack on windows :-) :-) ;-) ) anyway, stay tuned, i'll try posting something tonight on my server... --- kevin meinert | http://www.subatomicglue.com On Tue, Apr 7, 2009 at 12:17 PM, go music <goe...@ya...> wrote: > > Hi, > that's cool! > For my own purposes the most important part of your modifications would be > the midiclock slave implementation. I'm on linux, and I already included the > new mute groups feature coded by alte_frequenze upon the latest seq24 > cvs....that latter has a jack transport fix in it plus all other 0.9 stuff. > Do you see a way to create a patch in that situation? honestly I wouldn't > know how to do this....but I don't wanna let go without having asked ;) > Thanks for your efforts > Frank > > > --- En date de : Mar 7.4.09, Kevin Meinert <ke...@su...> a > écrit : > > > De: Kevin Meinert <ke...@su...> > > Objet: Re: [seq24-users] some code changes for seq24: different mouse > input ... MidiClock start/stop ... win32 code > > À: "Jon Stutters" <jst...@je...> > > Cc: seq...@li... > > Date: Mardi 7 Avril 2009, 19h06 > > > > Cool, I'll try to get it posted tonight. I've > > not tried compiling this on linux, so I don't know what > > state it was in when Rob did the win32 port... I > > don't have OSX either... > > > > --- > > > > kevin meinert | http://www.subatomicglue.com > > > > > > > > On Tue, Apr 7, 2009 at 11:05 AM, > > Jon Stutters <jst...@je...> > > wrote: > > > > Kevin Meinert wrote: > > > > > Is anyone interested in these changes? let me > > know, if interested, > > > > > I'll get a tarball posted soon, > > > > > I should also point out that the win32 code is perhaps > > old, from the > > > > > 0.8.7 win32 beta that was released, so I'm not > > sure what merging it in > > > > > would be like. it does use port_midi, not sure if > > that can simply be > > > > > used on linux, I think it's cross platform, so it > > could become a > > > > > configure option to use that instead of Alsa... > > > > > > > > I'd be interested in having a > > look to see whether the use of portmidi > > > > makes compiling for OSX easier. > > > > > > > > Cheers, > > > > Jonny > > > > > > > > > > > > > ------------------------------------------------------------------------------ > > > > This SF.net email is sponsored by: > > > > High Quality Requirements in a Collaborative Environment. > > > > Download a free trial of Rational Requirements Composer > > Now! > > > > http://p.sf.net/sfu/www-ibm-com > > > > _______________________________________________ > > > > seq24-users mailing list > > > > seq...@li... > > > > https://lists.sourceforge.net/lists/listinfo/seq24-users > > > > > > > > > > -----La pièce jointe associée suit----- > > > > > ------------------------------------------------------------------------------ > > This SF.net email is sponsored by: > > High Quality Requirements in a Collaborative Environment. > > Download a free trial of Rational Requirements Composer > > Now! > > http://p.sf.net/sfu/www-ibm-com > > -----La pièce jointe associée suit----- > > > > _______________________________________________ > > seq24-users mailing list > > seq...@li... > > https://lists.sourceforge.net/lists/listinfo/seq24-users > > > > > > |
|
From: Kevin M. <ke...@su...> - 2009-04-08 02:41:08
|
Hi, here's my work for "better" mouse interaction, midiclock input, and spacebar start/stop. Also, hey, it's win32 source code from Rob, how cool... maybe it can be merged into the mainline... http://www.subatomicglue.com/seq24/ There's no diff patch files (I didn't have time, sorry)... Caveat: I noticed the MidiClock thing works slaved to another seq24, but not to my x0xb0x. I have a good idea how to fix, so I will work on this and add an update in the future. So for now, check out the Win32/portmidi stuff from rob, and the mouse interaction stuff from me... (perfroll, seqroll, seqevent and sequence mainly) additions of note: - new and improved mouse interaction - new key binding for SPACEBAR to start/stop the sequencer in all the views. - half baked MidiClock (sort of works, keeps time with seq24 and x0xb0x, wont stop on some sequencers) - win32 code (yay!) port midi implementation (might work on linux/osx I don't know haven't tried) --- kevin meinert | http://www.subatomicglue.com On Tue, Apr 7, 2009 at 12:30 PM, Kevin Meinert <ke...@su...>wrote: > > I'll see about either a separate patch file, or maybe just a verbose diff > so you can see what's new easily and copy the code manually... > > I really want the mute groups in my win32 version. If this doesn't all > get merged into mainline, then I'll definitely want to try patching my copy > with the mute groups feature.... (jack I don't care about, since no jack on > windows :-) :-) ;-) ) > > anyway, stay tuned, i'll try posting something tonight on my server... > --- > kevin meinert | http://www.subatomicglue.com > > > On Tue, Apr 7, 2009 at 12:17 PM, go music <goe...@ya...> wrote: > >> >> Hi, >> that's cool! >> For my own purposes the most important part of your modifications would be >> the midiclock slave implementation. I'm on linux, and I already included the >> new mute groups feature coded by alte_frequenze upon the latest seq24 >> cvs....that latter has a jack transport fix in it plus all other 0.9 stuff. >> Do you see a way to create a patch in that situation? honestly I wouldn't >> know how to do this....but I don't wanna let go without having asked ;) >> Thanks for your efforts >> Frank >> >> >> --- En date de : Mar 7.4.09, Kevin Meinert <ke...@su...> a >> écrit : >> >> > De: Kevin Meinert <ke...@su...> >> > Objet: Re: [seq24-users] some code changes for seq24: different mouse >> input ... MidiClock start/stop ... win32 code >> > À: "Jon Stutters" <jst...@je...> >> > Cc: seq...@li... >> > Date: Mardi 7 Avril 2009, 19h06 >> > >> > Cool, I'll try to get it posted tonight. I've >> > not tried compiling this on linux, so I don't know what >> > state it was in when Rob did the win32 port... I >> > don't have OSX either... >> > >> > --- >> > >> > kevin meinert | http://www.subatomicglue.com >> > >> > >> > >> > On Tue, Apr 7, 2009 at 11:05 AM, >> > Jon Stutters <jst...@je...> >> > wrote: >> > >> > Kevin Meinert wrote: >> > >> > > Is anyone interested in these changes? let me >> > know, if interested, >> > >> > > I'll get a tarball posted soon, >> > >> > > I should also point out that the win32 code is perhaps >> > old, from the >> > >> > > 0.8.7 win32 beta that was released, so I'm not >> > sure what merging it in >> > >> > > would be like. it does use port_midi, not sure if >> > that can simply be >> > >> > > used on linux, I think it's cross platform, so it >> > could become a >> > >> > > configure option to use that instead of Alsa... >> > >> > >> > >> > I'd be interested in having a >> > look to see whether the use of portmidi >> > >> > makes compiling for OSX easier. >> > >> > >> > >> > Cheers, >> > >> > Jonny >> > >> > >> > >> > >> > >> > >> ------------------------------------------------------------------------------ >> > >> > This SF.net email is sponsored by: >> > >> > High Quality Requirements in a Collaborative Environment. >> > >> > Download a free trial of Rational Requirements Composer >> > Now! >> > >> > http://p.sf.net/sfu/www-ibm-com >> > >> > _______________________________________________ >> > >> > seq24-users mailing list >> > >> > seq...@li... >> > >> > https://lists.sourceforge.net/lists/listinfo/seq24-users >> > >> > >> > >> > >> > -----La pièce jointe associée suit----- >> > >> > >> ------------------------------------------------------------------------------ >> > This SF.net email is sponsored by: >> > High Quality Requirements in a Collaborative Environment. >> > Download a free trial of Rational Requirements Composer >> > Now! >> > http://p.sf.net/sfu/www-ibm-com >> > -----La pièce jointe associée suit----- >> > >> > _______________________________________________ >> > seq24-users mailing list >> > seq...@li... >> > https://lists.sourceforge.net/lists/listinfo/seq24-users >> > >> >> >> >> > |