seq24-users Mailing List for seq24 (Page 5)
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: Kevin M. <ke...@su...> - 2009-05-28 21:34:07
|
yeah, i'm using a pretty old GTK, 2.8 or something. thanks! --- kevin meinert | http://www.subatomicglue.com On Thu, May 28, 2009 at 4:29 PM, Guido Scholz <gui...@ba...>wrote: > Am Thu, 28. May 2009 um 16:11:03 -0500 schrieb Kevin Meinert: > > Hi all, > > > looks like others in that file have a little sigc: > > I'm not sure if GTK was updated, or deprecated the SigC in favor of > > sigc... > > "SigC" refers to an outdated API, which seems not to be distributed > with very up-to-date Linux distributions. Fix is applied. > > Guido > > -- > http://www.bayernline.de/~gscholz/ <http://www.bayernline.de/%7Egscholz/> > http://www.lug-burghausen.org/ > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (GNU/Linux) > > iD8DBQFKHwIfk6cKJms5yBsRAmW0AKCVZF+/8bN08Y7rp8DYBvyOyQJvzgCgiYaH > 8JVDtHpS5wmD+0XBfWGn+ng= > =7W/4 > -----END PGP SIGNATURE----- > > > ------------------------------------------------------------------------------ > Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT > is a gathering of tech-side developers & brand creativity professionals. > Meet > the minds behind Google Creative Lab, Visual Complexity, Processing, & > iPhoneDevCamp as they present alongside digital heavyweights like Barbarian > Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com > _______________________________________________ > seq24-users mailing list > seq...@li... > https://lists.sourceforge.net/lists/listinfo/seq24-users > > |
|
From: Guido S. <gui...@ba...> - 2009-05-28 21:24:46
|
Am Thu, 28. May 2009 um 16:11:03 -0500 schrieb Kevin Meinert: Hi all, > looks like others in that file have a little sigc: > I'm not sure if GTK was updated, or deprecated the SigC in favor of > sigc... "SigC" refers to an outdated API, which seems not to be distributed with very up-to-date Linux distributions. Fix is applied. Guido -- http://www.bayernline.de/~gscholz/ http://www.lug-burghausen.org/ |
|
From: Kevin M. <ke...@su...> - 2009-05-28 21:11:34
|
looks like others in that file have a little sigc: I'm not sure if GTK was updated, or deprecated the SigC in favor of sigc... or maybe you have an older GTK (I'm assuming Guido compiled before checking in. :) ) look at line 142 vs line 121 (using the right column of numbers): http://bazaar.launchpad.net/~seq24team/seq24/trunk/revision/56#src/options.cpp maybe just change adj->signal_value_changed().connect( SigC::bind(mem_fun(*this,&options::interaction_method_callback),adj)); to adj->signal_value_changed().connect( sigc::bind(mem_fun(*this,&options::interaction_method_callback),adj)); --- kevin meinert | http://www.subatomicglue.com On Thu, May 28, 2009 at 3:50 PM, Frank Kober <goe...@ya...> wrote: > > Hi Guido and Kevin, > Mysth-R and I both get the following error when compiling rev57: > > options.cpp: In constructor ‘options::options(Gtk::Window&, perform*)’: > options.cpp:142: error: ‘SigC’ has not been declared > > Regards > Frank > > > --- En date de : Mer 27.5.09, Guido Scholz <gui...@ba...> a > écrit : > > > De: Guido Scholz <gui...@ba...> > > Objet: Re: [seq24-users] New Mouse Interaction patch (similar to > fruityloops pianoroll) (patch against: rev48 source code from bazaar + my > win32 patch) > > À: seq...@li... > > Date: Mercredi 27 Mai 2009, 21h33 > > Am Sat, 18. Apr 2009 um 01:06:21 > > -0500 schrieb Kevin Meinert: > > > > > Hello Everyone, > > > > Hi Kevin, > > > > > A patch to upgrade *roll.* and a few other files for > > an alternate mouse > > > interaction method.(selectable in options menu, in > > .seq24rc, and on command > > > line) > > > > > > http://www.subatomicglue.com/seq24/rev48win32-add-mouseinteraction.patch > > > > also this patch made it into the repository (slightly > > modified and not > > extensively tested). > > > > Guido > > > > -- > > http://www.bayernline.de/~gscholz/<http://www.bayernline.de/%7Egscholz/> > > http://www.lug-burghausen.org/ > > > > -----La pièce jointe associée suit----- > > > > > ------------------------------------------------------------------------------ > > Register Now for Creativity and Technology (CaT), June 3rd, > > NYC. CaT > > is a gathering of tech-side developers & brand > > creativity professionals. Meet > > the minds behind Google Creative Lab, Visual Complexity, > > Processing, & > > iPhoneDevCamp as they present alongside digital > > heavyweights like Barbarian > > Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com > > -----La pièce jointe associée suit----- > > > > _______________________________________________ > > seq24-users mailing list > > seq...@li... > > https://lists.sourceforge.net/lists/listinfo/seq24-users > > > > > > > > ------------------------------------------------------------------------------ > Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT > is a gathering of tech-side developers & brand creativity professionals. > Meet > the minds behind Google Creative Lab, Visual Complexity, Processing, & > iPhoneDevCamp as they present alongside digital heavyweights like Barbarian > Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com > _______________________________________________ > seq24-users mailing list > seq...@li... > https://lists.sourceforge.net/lists/listinfo/seq24-users > |
|
From: Frank K. <goe...@ya...> - 2009-05-28 20:52:52
|
Hi Guido and Kevin, Mysth-R and I both get the following error when compiling rev57: options.cpp: In constructor ‘options::options(Gtk::Window&, perform*)’: options.cpp:142: error: ‘SigC’ has not been declared Regards Frank --- En date de : Mer 27.5.09, Guido Scholz <gui...@ba...> a écrit : > De: Guido Scholz <gui...@ba...> > Objet: Re: [seq24-users] New Mouse Interaction patch (similar to fruityloops pianoroll) (patch against: rev48 source code from bazaar + my win32 patch) > À: seq...@li... > Date: Mercredi 27 Mai 2009, 21h33 > Am Sat, 18. Apr 2009 um 01:06:21 > -0500 schrieb Kevin Meinert: > > > Hello Everyone, > > Hi Kevin, > > > A patch to upgrade *roll.* and a few other files for > an alternate mouse > > interaction method.(selectable in options menu, in > .seq24rc, and on command > > line) > > > http://www.subatomicglue.com/seq24/rev48win32-add-mouseinteraction.patch > > also this patch made it into the repository (slightly > modified and not > extensively tested). > > Guido > > -- > http://www.bayernline.de/~gscholz/ > http://www.lug-burghausen.org/ > > -----La pièce jointe associée suit----- > > ------------------------------------------------------------------------------ > Register Now for Creativity and Technology (CaT), June 3rd, > NYC. CaT > is a gathering of tech-side developers & brand > creativity professionals. Meet > the minds behind Google Creative Lab, Visual Complexity, > Processing, & > iPhoneDevCamp as they present alongside digital > heavyweights like Barbarian > Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com > -----La pièce jointe associée suit----- > > _______________________________________________ > seq24-users mailing list > seq...@li... > https://lists.sourceforge.net/lists/listinfo/seq24-users > |
|
From: Guido S. <gui...@ba...> - 2009-05-27 19:29:37
|
Am Sat, 18. Apr 2009 um 01:06:21 -0500 schrieb Kevin Meinert: > Hello Everyone, Hi Kevin, > A patch to upgrade *roll.* and a few other files for an alternate mouse > interaction method.(selectable in options menu, in .seq24rc, and on command > line) > http://www.subatomicglue.com/seq24/rev48win32-add-mouseinteraction.patch also this patch made it into the repository (slightly modified and not extensively tested). Guido -- http://www.bayernline.de/~gscholz/ http://www.lug-burghausen.org/ |
|
From: Guido S. <gui...@ba...> - 2009-05-27 17:14:01
|
Am Tue, 14. Apr 2009 um 23:32:59 -0500 schrieb Kevin Meinert: > Hello Everyone, Hi Kevin, > A patch to upgrade perform.cpp and perform.h to have the Midi Clock Sync > feature. > http://www.subatomicglue.com/seq24/rev48win32-add-midiclock.patch this patch also found his way to the respository. Guido -- http://www.bayernline.de/~gscholz/ http://www.lug-burghausen.org/ |
|
From: Kevin M. <ke...@su...> - 2009-05-26 03:21:06
|
verified... seq24 latest from bazaar works on WIN32!!! congrats, seq24 is on a new platform (or you're back on it? whatever...) :-) cool. Guido, want to check out the other patches next? I noticed you cleaned up some stuff in seqroll, with the mouse interaction patch of mine, we may get a few conflicts, not sure... also notice you ifdef WIN32'd the whole midibus_portmidi... as I understand portmidi is on multiple platforms other than WIN32... though it may be good with WIN32 until it's actually tested... for example, you may be able to be on OSX now with portmidi... just need someone to try it there... --- kevin meinert | http://www.subatomicglue.com On Fri, May 22, 2009 at 2:24 PM, Guido Scholz <gui...@ba...>wrote: > Am Fri, 22. May 2009 um 18:29:22 +0200 schrieb Guido Scholz: > > Hi all, > > > 3) The background repainting (optimization) is still not in. This should > > be the next feature to work on. > > this is also applied now. I do not see a huge difference, but anyway... > > Guido > > > -- > http://www.bayernline.de/~gscholz/ <http://www.bayernline.de/%7Egscholz/> > http://www.lug-burghausen.org/ > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (GNU/Linux) > > iD8DBQFKFvv2k6cKJms5yBsRArq2AJ9doWMUg2GtN8nXklm5gQ2/jQyDdgCcDKQR > fuCuD0+KCz9NPIDYCgIWZkU= > =KdaK > -----END PGP SIGNATURE----- > > > ------------------------------------------------------------------------------ > Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT > is a gathering of tech-side developers & brand creativity professionals. > Meet > the minds behind Google Creative Lab, Visual Complexity, Processing, & > iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian > Group, R/GA, & Big Spaceship. http://www.creativitycat.com > _______________________________________________ > seq24-users mailing list > seq...@li... > https://lists.sourceforge.net/lists/listinfo/seq24-users > > |
|
From: Aurelien <tyr...@fr...> - 2009-05-23 10:30:44
|
Hello, I was thinking about a patch which would allow to get more than 32 sequences in a screen (i.e more than 4 rows 8 columns). I've made one, it's quite simple, which works, but you have to enter the number of rows and of columns (and, possibly, of screensets) in globals.h "en dur". I find it not so reliable, as one can have some requests for one file, and not the same for another one. I think I may be able to create 2 new menu options which would be called "add a row" and/or "add a column", but actually, this means that those numbers should be saved in the midifile, and that I'm not able to do it (didin't understand all about this m_mainperf object). One more thing: I think the MIDI and key bindinfs of sequences should appear in that file more than in .seq24rc (where it could still as "default"), as number of sequences may vary from one file to another one. I'm OK to work on this, but I would need a bit of help concerning the code. I think it won't be very long, I just have to understand how the file is construted and how I can add new features in it. If someone can follow me on this, it would be helpful. Thanks a lot. -- Aurélien |
|
From: Kevin M. <ke...@su...> - 2009-05-22 20:08:29
|
cool, it made a huge difference in win32, so I guess the GTK drawing is less efficient there... thanks! --- kevin meinert | http://www.subatomicglue.com On Fri, May 22, 2009 at 2:24 PM, Guido Scholz <gui...@ba...>wrote: > Am Fri, 22. May 2009 um 18:29:22 +0200 schrieb Guido Scholz: > > Hi all, > > > 3) The background repainting (optimization) is still not in. This should > > be the next feature to work on. > > this is also applied now. I do not see a huge difference, but anyway... > > Guido > > > -- > http://www.bayernline.de/~gscholz/ <http://www.bayernline.de/%7Egscholz/> > http://www.lug-burghausen.org/ > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (GNU/Linux) > > iD8DBQFKFvv2k6cKJms5yBsRArq2AJ9doWMUg2GtN8nXklm5gQ2/jQyDdgCcDKQR > fuCuD0+KCz9NPIDYCgIWZkU= > =KdaK > -----END PGP SIGNATURE----- > > > ------------------------------------------------------------------------------ > Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT > is a gathering of tech-side developers & brand creativity professionals. > Meet > the minds behind Google Creative Lab, Visual Complexity, Processing, & > iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian > Group, R/GA, & Big Spaceship. http://www.creativitycat.com > _______________________________________________ > seq24-users mailing list > seq...@li... > https://lists.sourceforge.net/lists/listinfo/seq24-users > > |
|
From: Guido S. <gui...@ba...> - 2009-05-22 19:20:42
|
Am Fri, 22. May 2009 um 18:29:22 +0200 schrieb Guido Scholz: Hi all, > 3) The background repainting (optimization) is still not in. This should > be the next feature to work on. this is also applied now. I do not see a huge difference, but anyway... Guido -- http://www.bayernline.de/~gscholz/ http://www.lug-burghausen.org/ |
|
From: Kevin M. <ke...@su...> - 2009-05-22 16:50:36
|
Will check rev50 sometime this weekend. Thanks! If you haven't already, we'll want to figure out where to put the project files... see here for the project files: http://www.subatomicglue.com/seq24/seq24-0.9.0-win32-beta-1-subatomic-src+bin.tgz (no diff, just all the code)... If you check in the project file, I'll also get that working, and send back to you... --- kevin meinert | http://www.subatomicglue.com On Fri, May 22, 2009 at 11:29 AM, Guido Scholz <gui...@ba...>wrote: > Am Wed, 20. May 2009 um 20:47:56 -0500 schrieb Kevin Meinert: > > > Hi Guido > > Hi Kevin, > > > good idea. looks like it works here too. > > patch files are now updated to reflect the __WIN32__ change. > > so, at least Win32 support should work now. It is in the repository > (bzr 50), but completely untested. Please check and report your results. > > I have applied some changes: > > 1) Now we have two different config files, one for Win32 > (configwin32.h), which must be edited by hand, and the usual config.h > for the other platforms, which is generated by configure. As I found > this is a common solution also in other projects. > > 2) The ALSA_SUPPORT variable is dropped, instead we use the HAVE_LIBASOUND > variable, which is used under Linux to check for the ALSA library > (libasound). > > 4) The check for PTHREAD support currently is dropped. > > 3) The background repainting (optimization) is still not in. This should > be the next feature to work on. > > Guido > > -- > http://www.bayernline.de/~gscholz/ <http://www.bayernline.de/%7Egscholz/> > http://www.lug-burghausen.org/ > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (GNU/Linux) > > iD8DBQFKFtLik6cKJms5yBsRAjrCAJ95CLLwtSzLO+th/seKAPjMD4xECACfQLBG > 8a0oEwgU+m20G+modJPVwrQ= > =B5qF > -----END PGP SIGNATURE----- > > > ------------------------------------------------------------------------------ > Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT > is a gathering of tech-side developers & brand creativity professionals. > Meet > the minds behind Google Creative Lab, Visual Complexity, Processing, & > iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian > Group, R/GA, & Big Spaceship. http://www.creativitycat.com > _______________________________________________ > seq24-users mailing list > seq...@li... > https://lists.sourceforge.net/lists/listinfo/seq24-users > > |
|
From: Guido S. <gui...@ba...> - 2009-05-22 16:25:26
|
Am Wed, 20. May 2009 um 20:47:56 -0500 schrieb Kevin Meinert: > Hi Guido Hi Kevin, > good idea. looks like it works here too. > patch files are now updated to reflect the __WIN32__ change. so, at least Win32 support should work now. It is in the repository (bzr 50), but completely untested. Please check and report your results. I have applied some changes: 1) Now we have two different config files, one for Win32 (configwin32.h), which must be edited by hand, and the usual config.h for the other platforms, which is generated by configure. As I found this is a common solution also in other projects. 2) The ALSA_SUPPORT variable is dropped, instead we use the HAVE_LIBASOUND variable, which is used under Linux to check for the ALSA library (libasound). 4) The check for PTHREAD support currently is dropped. 3) The background repainting (optimization) is still not in. This should be the next feature to work on. Guido -- http://www.bayernline.de/~gscholz/ http://www.lug-burghausen.org/ |
|
From: Frank K. <goe...@ya...> - 2009-05-21 20:55:08
|
I sent my response off list, here it is, both patches attached, one is gzipped for size limitations. I verified they work on the seq24-0.9.0 tarball again. The mutegroups patch works here when I descend into the seq24-0.9.0 directory and use patch -p1 < ../seq24_mute+letz.patch supposing the patch is in the directory above I recreated the doc patch and attach it again. I tested it the same way: inside the seq24-0.9.0 directory use patch -p1 < ../seq24-0.9.0-doc.patch Frank > > --- En date de : Jeu 21.5.09, Atte André Jensen <att...@gm...> > a écrit : > > > De: Atte André Jensen <att...@gm...> > > Objet: Re: [seq24-users] current status of seq24 > > À: "seq24-users" <seq...@li...> > > Date: Jeudi 21 Mai 2009, 8h19 > > Frank Kober wrote: > > > > > I also added some documentation to the SEQ24 > file > > hoping that it's > > > sufficient to understand. And both patches > should > > apply against the > > > seq24-0.9 tarball. > > > > I can't apply both, the second always fails > (regardless > > which one I > > apply first). Is there something special I should do? > > > > > Don't know if they work with the latest bzr. > > > > They don't... > > > > -- > > Atte > > > > http://atte.dk http://modlys.dk http://virb.com/atte > > > > > ------------------------------------------------------------------------------ > > Register Now for Creativity and Technology (CaT), June > 3rd, > > NYC. CaT > > is a gathering of tech-side developers & brand > > creativity professionals. Meet > > the minds behind Google Creative Lab, Visual > Complexity, > > Processing, & > > iPhoneDevCamp asthey present alongside digital > heavyweights > > like Barbarian > > Group, R/GA, & Big Spaceship. http://www.creativitycat.com > > _______________________________________________ > > seq24-users mailing list > > seq...@li... > > https://lists.sourceforge.net/lists/listinfo/seq24-users > > > > > |
|
From: Mysth-R <mys...@gm...> - 2009-05-21 08:14:07
|
Ok thank you kevin, I will try As soon as possible. Cheers, Mysth-R 2009/5/20 Kevin Meinert <ke...@su...> > > Yep, when I fixed that bug, I forgot to update the patch<http://www.subatomicglue.com/seq24/rev48win32midiclockmouseinteraction-add-mutegroup+keybind.patch>, > while the fix was in source code tarball<http://www.subatomicglue.com/seq24/seq24-0.9.0-win32-beta-4-subatomic-src+bin.tgz> > The patch is now updated (which I visually verified just now...) > > should be updated now, let me know how it works. > > --- > kevin meinert | http://www.subatomicglue.com > > > On Tue, May 19, 2009 at 4:37 PM, Kevin Meinert <ke...@su...>wrote: > >> >> for the time being, move that code to public (or put public: keyword >> before it) to get past the error. I will take a look tonight. this >> reminds me of something I fixed already, so possibly I grabbed a slightly >> older diff by mistake... I will check it out. >> >> what I think is probably wrong... >> There should be a member in class perform that accesses that variable >> (search for the variable in perform.h) and users of that variable should use >> that accessor method rather than access the private data variable >> directly. unless it's the options class, in which case, options should be >> a friend of that class (add a friend class options; to the bottom of perform >> class)... >> >> anyway, i'll follow up tonight... >> --- >> kevin meinert | http://www.subatomicglue.com >> >> >> On Tue, May 19, 2009 at 4:17 PM, Mysth-R <mys...@gm...> wrote: >> >>> Ok thank you for the patches. I tried to compile after applying the 4 >>> patches : >>> 1- win32 >>> 2- midiclock >>> 3- mouseinteraction >>> 4- mutegroups + keybindings >>> >>> Unfortunately I got an error : >>> >>> ..... >>> nclude -I/usr/include/uuid -I/usr/include/libxml2 -I/usr/include/alsa >>> -Wall -g -O2 -MT mainwid.o -MD -MP -MF .deps/mainwid.Tpo -c -o mainwid.o >>> mainwid.cpp >>> perform.h: In member function ‘void >>> mainwid::draw_sequence_on_pixmap(int)’: >>> perform.h:136: erreur: ‘bool perform::m_show_ui_sequence_key’ is private >>> mainwid.cpp:214: erreur: à l'intérieur du contexte >>> make[2]: *** [mainwid.o] Erreur 1 >>> make[2]: quittant le répertoire « >>> /home/mysthr/Logiciels/Musique/seq24-rev48/src » >>> make[1]: *** [all] Erreur 2 >>> make[1]: quittant le répertoire « >>> /home/mysthr/Logiciels/Musique/seq24-rev48/src » >>> make: *** [all-recursive] Erreur 1 >>> >>> Any idea ? >>> Thanks >>> >>> Mysth-R >>> >>> ps : I am on linux ^^ >>> >>> >>> 2009/5/18 Kevin Meinert <ke...@su...> >>> >>> >>>> I'd be happy to check the stuff in myself, I have had many years >>>> experience with revision control, cvs, svn, perforce, alienbrain, >>>> sourcesafe... Bazaar seems like svn (at least it has tortoise bzr on >>>> windows, which is like tortoise svn). So hopefully I could manage it... :) >>>> >>>> Maybe someone can do a code review, and if good, can grant me temporary >>>> check in access... (i'll have a few questions for you first of course, >>>> regarding where the new win32 project files should go)... We can always >>>> back it out if something goes wrong. >>>> >>>> It would be nice for someone to verify it works under linux, as I have >>>> developed on win32 only... >>>> >>>> >>>> Mysth-R, the order of patches should be as follows. >>>> see here: http://www.subatomicglue.com/seq24/ >>>> and get rev48 from bazaar, then apply patch 1, then 2, then 3, then >>>> finally patch 4... in that order. You _might_ have to edit the .patch >>>> file so that the directory names match. I don't know. I would try the >>>> patch first as is, and if it doesn't work go from there. Feel free to ask >>>> for help. I believe Frank's had success applying the patches as well. >>>> >>>> Alternately, I have posted the complete source code, so maybe you can >>>> download that, overwrite your existing source, and compile it there... >>>> >>>> http://www.subatomicglue.com/seq24/seq24-0.9.0-win32-beta-4-subatomic-src+bin.tgz >>>> This is rev48 from bazaar, + my changes... >>>> >>>> --- >>>> kevin meinert | http://www.subatomicglue.com >>>> >>>> >>>> On Mon, May 18, 2009 at 1:19 PM, Mysth-R <mys...@gm...> wrote: >>>> >>>>> Hi, >>>>> Kevin, recently made very impressive improvements, submitting severals >>>>> patch. Thank you sooooo much kevin for your work. >>>>> But I did not have time to apply the patch (since the first you've >>>>> posted). So now I am a bit lost : wich patch to apply first, in wich order ? >>>>> So is it possible for the developpers to update the svn version >>>>> applying all kevin's patchs ? >>>>> I would be very good for everybody ! >>>>> >>>>> Or perhaps, just give some privilege access to kevin ? >>>>> Thanks >>>>> cheers, >>>>> >>>>> Mysth-R >>>>> >>>>> -- >>>>> * >>>>> *************************************************************************************** >>>>> * {^_^} Mysth-R {^_^} >>>>> * <= Aide Auditive => >>>>> * >>>>> * http://myspace.com/mysthr >>>>> * http://myspace.com/aideauditive >>>>> * http://mysthr.free.fr/Joomla => Site dédié à l'audio sous >>>>> Fedora/PlanetCCRMA. >>>>> * >>>>> *************************************************************************************** >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Crystal Reports - New Free Runtime and 30 Day Trial >>>>> Check out the new simplified licensing option that enables >>>>> unlimited royalty-free distribution of the report engine >>>>> for externally facing server and web deployment. >>>>> http://p.sf.net/sfu/businessobjects >>>>> _______________________________________________ >>>>> seq24-users mailing list >>>>> seq...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/seq24-users >>>>> >>>>> >>>> >>> >>> >>> -- >>> * >>> *************************************************************************************** >>> * {^_^} Mysth-R {^_^} >>> * <= Aide Auditive => >>> * >>> * http://myspace.com/mysthr >>> * http://myspace.com/aideauditive >>> * http://mysthr.free.fr/Joomla => Site dédié à l'audio sous >>> Fedora/PlanetCCRMA. >>> * >>> *************************************************************************************** >>> >> >> > -- * *************************************************************************************** * {^_^} Mysth-R {^_^} * <= Aide Auditive => * * http://myspace.com/mysthr * http://myspace.com/aideauditive * http://mysthr.free.fr/Joomla => Site dédié à l'audio sous Fedora/PlanetCCRMA. * *************************************************************************************** |
|
From: Aurelien <tyr...@fr...> - 2009-05-21 07:00:06
|
On Wed, May 20, 2009 at 06:37:13PM +0100, Chris McCormick wrote : > On Wed, May 20, 2009 at 06:42:04PM +0200, Aurelien wrote: > > 3. The last feature is about sequence editing. I use a lot of > > asymetrical or composed measures, and sometimes, I've 5/8 following > > 11/8, or whatever. Don't be too ambitious, I didn't write anything which > > can support measure changes in a sequence, I'm way too bad for such a > > thing. I just thought that with a "continuum" of measure's number (i.e > > lenght of sequence), we may approach those composed or asymtrical > > measures. For example, I needed a 7/8+11/8+11/8 sequence, and it was > > impossible to reduce to something else than 29. So, I've changed the > > "number of measures" menu, so that it's a continuum from 1 to 64. > > This patch is very easy and everyone can change it for having bigger > > values (though I think with 1-64 we already have done a lot, then, it > > would be more useful to get a way to change measure type in sequence > > editing). > > Hi, > > I wonder how hard it would be to change the "number of measures" to be an > editable textbox, as well as the pull-down that it currently is? I for one > would love to be able to have sequences with, for example, 200 measures or > more. I think it's way harder than what I've done. I mean I didn't have anything to do dealing with GUI, it was only code, and thus was really easy. I really don't know much about gui, and I think it would take me a long time to change this. Got to check, though. > > Best, > > Chris. > > ------------------- > http://mccormick.cx -- Aurélien |
|
From: Atte A. J. <att...@gm...> - 2009-05-21 06:20:01
|
Frank Kober wrote: > I also added some documentation to the SEQ24 file hoping that it's > sufficient to understand. And both patches should apply against the > seq24-0.9 tarball. I can't apply both, the second always fails (regardless which one I apply first). Is there something special I should do? > Don't know if they work with the latest bzr. They don't... -- Atte http://atte.dk http://modlys.dk http://virb.com/atte |
|
From: Kevin M. <ke...@su...> - 2009-05-21 02:15:40
|
>> good luck. maybe Guido can help with the configure file? and with this, I don't mean to shove the work off onto you or others, but this is the point where I need to ask for some help, as I don't have the ability to compile under linux with this. I really appreciate your effort to clear up the linux compile! :-) thanks again, --- kevin meinert | http://www.subatomicglue.com On Wed, May 20, 2009 at 9:12 PM, Kevin Meinert <ke...@su...>wrote: > > Hi Frank, > > This: > #ifdef PTHREAD_SUPPORT > > and this: > #endif > > are the only changes to the mutex.h file (mutex.cpp didn't change) > > more than likely PTHREAD_SUPPORT is not being defined by the build system > (by make, or by configure)... > possibly 1.) PTHREAD_SUPPORT needs to be added to the configure script, or > 2.) you didn't turn it on with some option in configure.. > > > NOTE: i'm just guessing, I don't use the configure script on win32... > > good luck. maybe Guido can help with the configure file? > > > --- > kevin meinert | http://www.subatomicglue.com > > > On Wed, May 20, 2009 at 11:41 AM, Frank Kober <goe...@ya...> wrote: > >> >> Replacing midibus.cpp by the original does work. The next error is: >> >> mutex.cpp:24: error: ‘const pthread_mutex_t mutex::recmutex’ is not a >> static member of ‘class mutex’ >> mutex.cpp:25: error: ‘const pthread_cond_t condition_var::cond’ is not a >> static member of ‘class condition_var’ >> mutex.cpp: In constructor ‘mutex::mutex()’: >> mutex.cpp:29: error: ‘m_mutex_lock’ was not declared in this scope >> mutex.cpp:29: error: ‘recmutex’ was not declared in this scope >> mutex.cpp: In member function ‘void mutex::lock()’: >> mutex.cpp:35: error: ‘m_mutex_lock’ was not declared in this scope >> mutex.cpp: In member function ‘void mutex::unlock()’: >> mutex.cpp:42: error: ‘m_mutex_lock’ was not declared in this scope >> mutex.cpp: In constructor ‘condition_var::condition_var()’: >> mutex.cpp:47: error: ‘m_cond’ was not declared in this scope >> mutex.cpp:47: error: ‘cond’ was not declared in this scope >> mutex.cpp: In member function ‘void condition_var::signal()’: >> mutex.cpp:54: error: ‘m_cond’ was not declared in this scope >> mutex.cpp: In member function ‘void condition_var::wait()’: >> mutex.cpp:60: error: ‘m_cond’ was not declared in this scope >> mutex.cpp:60: error: ‘m_mutex_lock’ was not declared in this scope >> make[2]: *** [mutex.o] Error 1 >> >> Is this file in the same category, i.e. to replace by the original? >> >> Thanks >> Frank >> >> >> --- En date de : Mer 20.5.09, Kevin Meinert <ke...@su...> a >> écrit : >> >> > De: Kevin Meinert <ke...@su...> >> > Objet: Re: [seq24-users] : apply patch to the svn version >> > À: "Frank Kober" <goe...@ya...> >> > Cc: "Mysth-R" <mys...@gm...>, seq...@li... >> > Date: Mercredi 20 Mai 2009, 15h59 >> > >> also, I do not compile >> > midibus.cpp on linux, >> > >> > that should read _win32_... :) i use >> > midibus-portaudio.cpp on win32... midibus.cpp is for >> > non-win32... >> > >> > --- >> > kevin meinert | http://www.subatomicglue.com >> > >> > >> > >> > >> > On Wed, May 20, 2009 at 8:59 AM, >> > Kevin Meinert <ke...@su...> >> > wrote: >> > >> > >> > win32 version does not use configure, (see config-win32.h, >> > which you simply copy over config.h when compiling on win32) >> > so the configure method should still work for linux (i.e. >> > nothing is changed there)... >> > >> > also, I do not compile midibus.cpp on linux, I believe >> > it's midibus-portaudio.cpp, .... the changes you see >> > in midibus.cpp/h are from rob's "0.8.7 win32 >> > beta1" source code... so it's possible it was >> > broken. maybe try reverting just those 2 files... >> > >> > >> > >> > >> > >> > --- >> > kevin meinert | http://www.subatomicglue.com >> > >> > >> > >> > On Wed, May 20, 2009 at 1:48 AM, Frank >> > Kober <goe...@ya...> >> > wrote: >> > >> > >> > >> > >> > Hi Kevin, >> > >> > I had the same error as Mysth-R yesterday applying all >> > patches in that order. Now with your latest patch update, >> > I'm getting the following lines below. >> > >> > I blindly guessed that this could be related to flags being >> > set or not (win32/linux). I'm using Linux as well, so do >> > I have to enforce ALSA-usage at configure time or should >> > this be done automatically? If not how can I properly >> > ./configure for linux/alsa/jack ? >> > >> > >> > >> > >> > >> > Thanks in advance, it's moving forward ;) >> > >> > Frank >> > >> > >> > >> > >> > >> > midibus.cpp:95: error: prototype for >> > ‘midibus::midibus(char, int)’ does not match any in >> > class ‘midibus’ >> > >> > midibus.h:56: error: candidates are: midibus::midibus(const >> > midibus&) >> > >> > midibus.h:56: error: >> > midibus::midibus() >> > >> > midibus.cpp: In constructor >> > ‘mastermidibus::mastermidibus()’: >> > >> > midibus.cpp:910: error: ‘m_alsa_seq’ was not declared >> > in this scope >> > >> > midibus.cpp:910: error: ‘snd_seq_client_id’ was not >> > declared in this scope >> > >> > midibus.cpp:877: warning: unused variable ‘ret’ >> > >> > midibus.cpp: In member function ‘std::string >> > mastermidibus::get_midi_out_bus_name(int)’: >> > >> > midibus.cpp:1239: error: ‘class midibus’ has no member >> > named ‘get_client’ >> > >> > midibus.cpp:1240: error: ‘class midibus’ has no member >> > named ‘get_port’ >> > >> > midibus.cpp: In member function ‘std::string >> > mastermidibus::get_midi_in_bus_name(int)’: >> > >> > midibus.cpp:1265: error: ‘class midibus’ has no member >> > named ‘get_client’ >> > >> > midibus.cpp:1266: error: ‘class midibus’ has no member >> > named ‘get_port’ >> > >> > make[2]: *** [midibus.o] Error 1 >> > >> > make[2]: Leaving directory `/home/fkhome/seq24/src' >> > >> > make[1]: *** [all] Error 2 >> > >> > make[1]: Leaving directory `/home/fkhome/seq24/src' >> > >> > make: *** [all-recursive] Error 1 >> > >> > >> > >> > >> > >> > --- En date de : Mer 20.5.09, Kevin Meinert <ke...@su...> >> > a écrit : >> > >> > >> > >> > > De: Kevin Meinert <ke...@su...> >> > >> > > Objet: Re: [seq24-users] : apply patch to the svn >> > version >> > >> > > À: "Mysth-R" <mys...@gm...> >> > >> > > Cc: seq...@li... >> > >> > > Date: Mercredi 20 Mai 2009, 1h05 >> > >> > > >> > >> > > Yep, when I fixed that bug, I forgot to update the >> > patch, >> > >> > > while the fix was in source >> > >> > > code tarball >> > >> > > >> > >> > > The patch is now updated (which I visually verified >> > just >> > >> > > now...) >> > >> > > >> > >> > > should be updated now, let me know how it works. >> > >> > > >> > >> > > --- >> > >> > > kevin meinert | http://www.subatomicglue.com >> > >> > > >> > >> > > >> > >> > > >> > >> > > >> > >> > > On Tue, May 19, 2009 at 4:37 PM, >> > >> > > Kevin Meinert <ke...@su...> >> > >> > > wrote: >> > >> > > >> > >> > > >> > >> > > for the time being, move that code to public (or put >> > >> > > public: keyword before it) to get past the >> > error. I >> > >> > > will take a look tonight. this reminds me of >> > something I >> > >> > > fixed already, so possibly I grabbed a slightly older >> > diff >> > >> > > by mistake... I will check it out. >> > >> > > >> > >> > > >> > >> > > >> > >> > > what I think is probably wrong... >> > >> > > There should be a member in class perform that >> > accesses >> > >> > > that variable (search for the variable in perform.h) >> > and >> > >> > > users of that variable should use that accessor >> > method >> > >> > > rather than access the private data variable >> > directly. >> > >> > > unless it's the options class, in which case, >> > options >> > >> > > should be a friend of that class (add a friend class >> > >> > > options; to the bottom of perform class)... >> > >> > > >> > >> > > >> > >> > > >> > >> > > anyway, i'll follow up tonight... >> > >> > > --- >> > >> > > kevin meinert | http://www.subatomicglue.com >> > >> > > >> > >> > > >> > >> > > >> > >> > > On Tue, May 19, 2009 at 4:17 PM, Mysth-R >> > >> > > <mys...@gm...> >> > >> > > wrote: >> > >> > > >> > >> > > >> > >> > > Ok thank you for the patches. I tried to compile >> > after >> > >> > > applying the 4 patches : >> > >> > > 1- win32 >> > >> > > 2- midiclock >> > >> > > 3- mouseinteraction >> > >> > > 4- mutegroups + keybindings >> > >> > > >> > >> > > Unfortunately I got an error : >> > >> > > >> > >> > > ..... >> > >> > > nclude -I/usr/include/uuid -I/usr/include/libxml2 >> > >> > > -I/usr/include/alsa -Wall -g -O2 -MT mainwid.o -MD >> > -MP >> > >> > > -MF .deps/mainwid.Tpo -c -o mainwid.o mainwid.cpp >> > >> > > >> > >> > > >> > >> > > >> > >> > > perform.h: In member function ‘void >> > >> > > mainwid::draw_sequence_on_pixmap(int)’: >> > >> > > perform.h:136: erreur: ‘bool >> > >> > > perform::m_show_ui_sequence_key’ is private >> > >> > > mainwid.cpp:214: erreur: à l'intérieur du >> > contexte >> > >> > > make[2]: *** [mainwid.o] Erreur 1 >> > >> > > >> > >> > > >> > >> > > >> > >> > > make[2]: quittant le répertoire « >> > >> > > /home/mysthr/Logiciels/Musique/seq24-rev48/src » >> > >> > > make[1]: *** [all] Erreur 2 >> > >> > > make[1]: quittant le répertoire « >> > >> > > /home/mysthr/Logiciels/Musique/seq24-rev48/src » >> > >> > > make: *** [all-recursive] Erreur 1 >> > >> > > >> > >> > > >> > >> > > >> > >> > > >> > >> > > Any idea ? >> > >> > > Thanks >> > >> > > >> > >> > > Mysth-R >> > >> > > >> > >> > > ps : I am on linux ^^ >> > >> > > >> > >> > > >> > >> > > 2009/5/18 Kevin Meinert <ke...@su...> >> > >> > > >> > >> > > >> > >> > > >> > >> > > >> > >> > > I'd be happy to check the stuff in myself, I have >> > had >> > >> > > many years experience with revision control, cvs, >> > svn, >> > >> > > perforce, alienbrain, sourcesafe... Bazaar seems >> > like svn >> > >> > > (at least it has tortoise bzr on windows, which is >> > like >> > >> > > tortoise svn). So hopefully I could manage it... :) >> > >> > > >> > >> > > >> > >> > > >> > >> > > >> > >> > > >> > >> > > Maybe someone can do a code review, and if good, can >> > grant >> > >> > > me temporary check in access... (i'll have a >> > few >> > >> > > questions for you first of course, regarding where the >> > new >> > >> > > win32 project files should go)... We can always >> > back it >> > >> > > out if something goes wrong. >> > >> > > >> > >> > > >> > >> > > >> > >> > > >> > >> > > >> > >> > > It would be nice for someone to verify it works under >> > >> > > linux, as I have developed on win32 only... >> > >> > > >> > >> > > >> > >> > > Mysth-R, the order of patches should be as follows. >> > >> > > see here: http://www.subatomicglue.com/seq24/ >> > >> > > >> > >> > > >> > >> > > >> > >> > > >> > >> > > and get rev48 from bazaar, then apply patch 1, then 2, >> > then >> > >> > > 3, then finally patch 4... in that order. You >> > >> > > _might_ have to edit the .patch file so that the >> > directory >> > >> > > names match. I don't know. I would try the >> > patch >> > >> > > first as is, and if it doesn't work go from >> > there. >> > >> > > Feel free to ask for help. I believe Frank's >> > had >> > >> > > success applying the patches as well. >> > >> > > >> > >> > > >> > >> > > >> > >> > > >> > >> > > >> > >> > > Alternately, I have posted the complete source code, >> > so >> > >> > > maybe you can download that, overwrite your existing >> > source, >> > >> > > and compile it there... >> > >> > > >> http://www.subatomicglue.com/seq24/seq24-0.9.0-win32-beta-4-subatomic-src+bin.tgz >> > >> > > >> > >> > > >> > >> > > >> > >> > > >> > >> > > This is rev48 from bazaar, + my changes... >> > >> > > >> > >> > > --- >> > >> > > kevin meinert | http://www.subatomicglue.com >> > >> > > >> > >> > > >> > >> > > >> > >> > > On Mon, May >> > >> > > 18, 2009 at 1:19 PM, Mysth-R <mys...@gm...> >> > >> > > wrote: >> > >> > > >> > >> > > >> > >> > > Hi, >> > >> > > Kevin, recently made very impressive improvements, >> > >> > > submitting severals patch. Thank you sooooo much kevin >> > for >> > >> > > your work. >> > >> > > But I did not have time to apply the patch (since the >> > first >> > >> > > you've posted). So now I am a bit lost : wich >> > patch to >> > >> > > apply first, in wich order ? >> > >> > > >> > >> > > >> > >> > > >> > >> > > >> > >> > > >> > >> > > >> > >> > > So is it possible for the developpers to update the >> > svn >> > >> > > version applying all kevin's patchs ? >> > >> > > I would be very good for everybody ! >> > >> > > >> > >> > > Or perhaps, just give some privilege access to kevin >> > ? >> > >> > > Thanks >> > >> > > cheers, >> > >> > > >> > >> > > >> > >> > > >> > >> > > >> > >> > > >> > >> > > >> > >> > > Mysth-R >> > >> > > >> > >> > > >> > >> > > -- >> > >> > > * >> > >> > > >> > >> *************************************************************************************** >> > >> > > * {^_^} Mysth-R {^_^} >> > >> > > * <= Aide Auditive => >> > >> > > * >> > >> > > * http://myspace.com/mysthr >> > >> > > >> > >> > > >> > >> > > >> > >> > > >> > >> > > >> > >> > > >> > >> > > * http://myspace.com/aideauditive >> > >> > > * http://mysthr.free.fr/Joomla >> > >> > > => Site dédié à l'audio sous >> > >> > > Fedora/PlanetCCRMA. >> > >> > > >> > >> > > >> > >> > > >> > >> > > >> > >> > > >> > >> > > * >> > >> > > >> > >> *************************************************************************************** >> > >> > > >> > >> > > >> > >> > > >> > >> > > >> > >> ------------------------------------------------------------------------------ >> > >> > > >> > >> > > Crystal Reports - New Free Runtime and 30 Day Trial >> > >> > > >> > >> > > Check out the new simplified licensing option that >> > enables >> > >> > > >> > >> > > unlimited royalty-free distribution of the report >> > engine >> > >> > > >> > >> > > for externally facing server and web deployment. >> > >> > > >> > >> > > http://p.sf.net/sfu/businessobjects >> > >> > > _______________________________________________ >> > >> > > >> > >> > > seq24-users mailing list >> > >> > > >> > >> > > seq...@li... >> > >> > > >> > >> > > https://lists.sourceforge.net/lists/listinfo/seq24-users >> > >> > > >> > >> > > >> > >> > > >> > >> > > >> > >> > > >> > >> > > >> > >> > > >> > >> > > -- >> > >> > > * >> > >> > > >> > >> *************************************************************************************** >> > >> > > * {^_^} Mysth-R {^_^} >> > >> > > * <= Aide Auditive => >> > >> > > >> > >> > > >> > >> > > * >> > >> > > * http://myspace.com/mysthr >> > >> > > >> > >> > > * http://myspace.com/aideauditive >> > >> > > * http://mysthr.free.fr/Joomla >> > >> > > => Site dédié à l'audio sous >> > >> > > Fedora/PlanetCCRMA. >> > >> > > >> > >> > > >> > >> > > * >> > >> > > >> > >> *************************************************************************************** >> > >> > > >> > >> > > >> > >> > > >> > >> > > >> > >> > > >> > >> > > >> > >> > > >> > >> > > -----La pièce jointe associée suit----- >> > >> > > >> > >> > > >> > >> ------------------------------------------------------------------------------ >> > >> > > Crystal Reports - New Free Runtime and 30 Day Trial >> > >> > > Check out the new simplified licensing option that >> > enables >> > >> > > >> > >> > > unlimited royalty-free distribution of the report >> > engine >> > >> > > for externally facing server and web deployment. >> > >> > > http://p.sf.net/sfu/businessobjects >> > >> > > -----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-05-21 02:12:39
|
Hi Frank, This: #ifdef PTHREAD_SUPPORT and this: #endif are the only changes to the mutex.h file (mutex.cpp didn't change) more than likely PTHREAD_SUPPORT is not being defined by the build system (by make, or by configure)... possibly 1.) PTHREAD_SUPPORT needs to be added to the configure script, or 2.) you didn't turn it on with some option in configure.. NOTE: i'm just guessing, I don't use the configure script on win32... good luck. maybe Guido can help with the configure file? --- kevin meinert | http://www.subatomicglue.com On Wed, May 20, 2009 at 11:41 AM, Frank Kober <goe...@ya...> wrote: > > Replacing midibus.cpp by the original does work. The next error is: > > mutex.cpp:24: error: ‘const pthread_mutex_t mutex::recmutex’ is not a > static member of ‘class mutex’ > mutex.cpp:25: error: ‘const pthread_cond_t condition_var::cond’ is not a > static member of ‘class condition_var’ > mutex.cpp: In constructor ‘mutex::mutex()’: > mutex.cpp:29: error: ‘m_mutex_lock’ was not declared in this scope > mutex.cpp:29: error: ‘recmutex’ was not declared in this scope > mutex.cpp: In member function ‘void mutex::lock()’: > mutex.cpp:35: error: ‘m_mutex_lock’ was not declared in this scope > mutex.cpp: In member function ‘void mutex::unlock()’: > mutex.cpp:42: error: ‘m_mutex_lock’ was not declared in this scope > mutex.cpp: In constructor ‘condition_var::condition_var()’: > mutex.cpp:47: error: ‘m_cond’ was not declared in this scope > mutex.cpp:47: error: ‘cond’ was not declared in this scope > mutex.cpp: In member function ‘void condition_var::signal()’: > mutex.cpp:54: error: ‘m_cond’ was not declared in this scope > mutex.cpp: In member function ‘void condition_var::wait()’: > mutex.cpp:60: error: ‘m_cond’ was not declared in this scope > mutex.cpp:60: error: ‘m_mutex_lock’ was not declared in this scope > make[2]: *** [mutex.o] Error 1 > > Is this file in the same category, i.e. to replace by the original? > > Thanks > Frank > > > --- En date de : Mer 20.5.09, Kevin Meinert <ke...@su...> a > écrit : > > > De: Kevin Meinert <ke...@su...> > > Objet: Re: [seq24-users] : apply patch to the svn version > > À: "Frank Kober" <goe...@ya...> > > Cc: "Mysth-R" <mys...@gm...>, seq...@li... > > Date: Mercredi 20 Mai 2009, 15h59 > > >> also, I do not compile > > midibus.cpp on linux, > > > > that should read _win32_... :) i use > > midibus-portaudio.cpp on win32... midibus.cpp is for > > non-win32... > > > > --- > > kevin meinert | http://www.subatomicglue.com > > > > > > > > > > On Wed, May 20, 2009 at 8:59 AM, > > Kevin Meinert <ke...@su...> > > wrote: > > > > > > win32 version does not use configure, (see config-win32.h, > > which you simply copy over config.h when compiling on win32) > > so the configure method should still work for linux (i.e. > > nothing is changed there)... > > > > also, I do not compile midibus.cpp on linux, I believe > > it's midibus-portaudio.cpp, .... the changes you see > > in midibus.cpp/h are from rob's "0.8.7 win32 > > beta1" source code... so it's possible it was > > broken. maybe try reverting just those 2 files... > > > > > > > > > > > > --- > > kevin meinert | http://www.subatomicglue.com > > > > > > > > On Wed, May 20, 2009 at 1:48 AM, Frank > > Kober <goe...@ya...> > > wrote: > > > > > > > > > > Hi Kevin, > > > > I had the same error as Mysth-R yesterday applying all > > patches in that order. Now with your latest patch update, > > I'm getting the following lines below. > > > > I blindly guessed that this could be related to flags being > > set or not (win32/linux). I'm using Linux as well, so do > > I have to enforce ALSA-usage at configure time or should > > this be done automatically? If not how can I properly > > ./configure for linux/alsa/jack ? > > > > > > > > > > > > Thanks in advance, it's moving forward ;) > > > > Frank > > > > > > > > > > > > midibus.cpp:95: error: prototype for > > ‘midibus::midibus(char, int)’ does not match any in > > class ‘midibus’ > > > > midibus.h:56: error: candidates are: midibus::midibus(const > > midibus&) > > > > midibus.h:56: error: > > midibus::midibus() > > > > midibus.cpp: In constructor > > ‘mastermidibus::mastermidibus()’: > > > > midibus.cpp:910: error: ‘m_alsa_seq’ was not declared > > in this scope > > > > midibus.cpp:910: error: ‘snd_seq_client_id’ was not > > declared in this scope > > > > midibus.cpp:877: warning: unused variable ‘ret’ > > > > midibus.cpp: In member function ‘std::string > > mastermidibus::get_midi_out_bus_name(int)’: > > > > midibus.cpp:1239: error: ‘class midibus’ has no member > > named ‘get_client’ > > > > midibus.cpp:1240: error: ‘class midibus’ has no member > > named ‘get_port’ > > > > midibus.cpp: In member function ‘std::string > > mastermidibus::get_midi_in_bus_name(int)’: > > > > midibus.cpp:1265: error: ‘class midibus’ has no member > > named ‘get_client’ > > > > midibus.cpp:1266: error: ‘class midibus’ has no member > > named ‘get_port’ > > > > make[2]: *** [midibus.o] Error 1 > > > > make[2]: Leaving directory `/home/fkhome/seq24/src' > > > > make[1]: *** [all] Error 2 > > > > make[1]: Leaving directory `/home/fkhome/seq24/src' > > > > make: *** [all-recursive] Error 1 > > > > > > > > > > > > --- En date de : Mer 20.5.09, Kevin Meinert <ke...@su...> > > a écrit : > > > > > > > > > De: Kevin Meinert <ke...@su...> > > > > > Objet: Re: [seq24-users] : apply patch to the svn > > version > > > > > À: "Mysth-R" <mys...@gm...> > > > > > Cc: seq...@li... > > > > > Date: Mercredi 20 Mai 2009, 1h05 > > > > > > > > > > Yep, when I fixed that bug, I forgot to update the > > patch, > > > > > while the fix was in source > > > > > code tarball > > > > > > > > > > The patch is now updated (which I visually verified > > just > > > > > now...) > > > > > > > > > > should be updated now, let me know how it works. > > > > > > > > > > --- > > > > > kevin meinert | http://www.subatomicglue.com > > > > > > > > > > > > > > > > > > > > > > > > > On Tue, May 19, 2009 at 4:37 PM, > > > > > Kevin Meinert <ke...@su...> > > > > > wrote: > > > > > > > > > > > > > > > for the time being, move that code to public (or put > > > > > public: keyword before it) to get past the > > error. I > > > > > will take a look tonight. this reminds me of > > something I > > > > > fixed already, so possibly I grabbed a slightly older > > diff > > > > > by mistake... I will check it out. > > > > > > > > > > > > > > > > > > > > what I think is probably wrong... > > > > > There should be a member in class perform that > > accesses > > > > > that variable (search for the variable in perform.h) > > and > > > > > users of that variable should use that accessor > > method > > > > > rather than access the private data variable > > directly. > > > > > unless it's the options class, in which case, > > options > > > > > should be a friend of that class (add a friend class > > > > > options; to the bottom of perform class)... > > > > > > > > > > > > > > > > > > > > anyway, i'll follow up tonight... > > > > > --- > > > > > kevin meinert | http://www.subatomicglue.com > > > > > > > > > > > > > > > > > > > > On Tue, May 19, 2009 at 4:17 PM, Mysth-R > > > > > <mys...@gm...> > > > > > wrote: > > > > > > > > > > > > > > > Ok thank you for the patches. I tried to compile > > after > > > > > applying the 4 patches : > > > > > 1- win32 > > > > > 2- midiclock > > > > > 3- mouseinteraction > > > > > 4- mutegroups + keybindings > > > > > > > > > > Unfortunately I got an error : > > > > > > > > > > ..... > > > > > nclude -I/usr/include/uuid -I/usr/include/libxml2 > > > > > -I/usr/include/alsa -Wall -g -O2 -MT mainwid.o -MD > > -MP > > > > > -MF .deps/mainwid.Tpo -c -o mainwid.o mainwid.cpp > > > > > > > > > > > > > > > > > > > > perform.h: In member function ‘void > > > > > mainwid::draw_sequence_on_pixmap(int)’: > > > > > perform.h:136: erreur: ‘bool > > > > > perform::m_show_ui_sequence_key’ is private > > > > > mainwid.cpp:214: erreur: à l'intérieur du > > contexte > > > > > make[2]: *** [mainwid.o] Erreur 1 > > > > > > > > > > > > > > > > > > > > make[2]: quittant le répertoire « > > > > > /home/mysthr/Logiciels/Musique/seq24-rev48/src » > > > > > make[1]: *** [all] Erreur 2 > > > > > make[1]: quittant le répertoire « > > > > > /home/mysthr/Logiciels/Musique/seq24-rev48/src » > > > > > make: *** [all-recursive] Erreur 1 > > > > > > > > > > > > > > > > > > > > > > > > > Any idea ? > > > > > Thanks > > > > > > > > > > Mysth-R > > > > > > > > > > ps : I am on linux ^^ > > > > > > > > > > > > > > > 2009/5/18 Kevin Meinert <ke...@su...> > > > > > > > > > > > > > > > > > > > > > > > > > I'd be happy to check the stuff in myself, I have > > had > > > > > many years experience with revision control, cvs, > > svn, > > > > > perforce, alienbrain, sourcesafe... Bazaar seems > > like svn > > > > > (at least it has tortoise bzr on windows, which is > > like > > > > > tortoise svn). So hopefully I could manage it... :) > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Maybe someone can do a code review, and if good, can > > grant > > > > > me temporary check in access... (i'll have a > > few > > > > > questions for you first of course, regarding where the > > new > > > > > win32 project files should go)... We can always > > back it > > > > > out if something goes wrong. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > It would be nice for someone to verify it works under > > > > > linux, as I have developed on win32 only... > > > > > > > > > > > > > > > Mysth-R, the order of patches should be as follows. > > > > > see here: http://www.subatomicglue.com/seq24/ > > > > > > > > > > > > > > > > > > > > > > > > > and get rev48 from bazaar, then apply patch 1, then 2, > > then > > > > > 3, then finally patch 4... in that order. You > > > > > _might_ have to edit the .patch file so that the > > directory > > > > > names match. I don't know. I would try the > > patch > > > > > first as is, and if it doesn't work go from > > there. > > > > > Feel free to ask for help. I believe Frank's > > had > > > > > success applying the patches as well. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Alternately, I have posted the complete source code, > > so > > > > > maybe you can download that, overwrite your existing > > source, > > > > > and compile it there... > > > > > > http://www.subatomicglue.com/seq24/seq24-0.9.0-win32-beta-4-subatomic-src+bin.tgz > > > > > > > > > > > > > > > > > > > > > > > > > This is rev48 from bazaar, + my changes... > > > > > > > > > > --- > > > > > kevin meinert | http://www.subatomicglue.com > > > > > > > > > > > > > > > > > > > > On Mon, May > > > > > 18, 2009 at 1:19 PM, Mysth-R <mys...@gm...> > > > > > wrote: > > > > > > > > > > > > > > > Hi, > > > > > Kevin, recently made very impressive improvements, > > > > > submitting severals patch. Thank you sooooo much kevin > > for > > > > > your work. > > > > > But I did not have time to apply the patch (since the > > first > > > > > you've posted). So now I am a bit lost : wich > > patch to > > > > > apply first, in wich order ? > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > So is it possible for the developpers to update the > > svn > > > > > version applying all kevin's patchs ? > > > > > I would be very good for everybody ! > > > > > > > > > > Or perhaps, just give some privilege access to kevin > > ? > > > > > Thanks > > > > > cheers, > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Mysth-R > > > > > > > > > > > > > > > -- > > > > > * > > > > > > > > *************************************************************************************** > > > > > * {^_^} Mysth-R {^_^} > > > > > * <= Aide Auditive => > > > > > * > > > > > * http://myspace.com/mysthr > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > * http://myspace.com/aideauditive > > > > > * http://mysthr.free.fr/Joomla > > > > > => Site dédié à l'audio sous > > > > > Fedora/PlanetCCRMA. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > * > > > > > > > > *************************************************************************************** > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------------ > > > > > > > > > > Crystal Reports - New Free Runtime and 30 Day Trial > > > > > > > > > > Check out the new simplified licensing option that > > enables > > > > > > > > > > unlimited royalty-free distribution of the report > > engine > > > > > > > > > > for externally facing server and web deployment. > > > > > > > > > > http://p.sf.net/sfu/businessobjects > > > > > _______________________________________________ > > > > > > > > > > seq24-users mailing list > > > > > > > > > > seq...@li... > > > > > > > > > > https://lists.sourceforge.net/lists/listinfo/seq24-users > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > * > > > > > > > > *************************************************************************************** > > > > > * {^_^} Mysth-R {^_^} > > > > > * <= Aide Auditive => > > > > > > > > > > > > > > > * > > > > > * http://myspace.com/mysthr > > > > > > > > > > * http://myspace.com/aideauditive > > > > > * http://mysthr.free.fr/Joomla > > > > > => Site dédié à l'audio sous > > > > > Fedora/PlanetCCRMA. > > > > > > > > > > > > > > > * > > > > > > > > *************************************************************************************** > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -----La pièce jointe associée suit----- > > > > > > > > > > > > > ------------------------------------------------------------------------------ > > > > > Crystal Reports - New Free Runtime and 30 Day Trial > > > > > Check out the new simplified licensing option that > > enables > > > > > > > > > > unlimited royalty-free distribution of the report > > engine > > > > > for externally facing server and web deployment. > > > > > http://p.sf.net/sfu/businessobjects > > > > > -----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-05-21 02:10:18
|
Hi Guido > I just went through this file and some questions occur. As I > understand on Win32 there is no ALSA and LASH support, so this patch > deals partly with this topics. correct > Further the MIDI implementation (portmidi) > and time measuring is different, that are issues number three and four. yes. > > What about JACK, supported or not? I had thought Jack was not supported on windows, but looking at their site, it looks like maybe there is something for win: http://jackaudio.org/download "JACK is system for handling real-time, low latency audio (and MIDI). It runs on GNU/Linux, Solaris, FreeBSD, OS X and Windows (and can be ported to other POSIX-conformant platforms)." I had never heard of Jack used under WIN32 before and thought it a purely linux thing, but looks like i'm mistaken... IMHO as far as typical windows users are concerned, I think if it wasn't there it wouldn't be missed. And, Rob had it compiled out in his version, not sure why, possibly Jack Win32 didn't exist at the time? (or maybe it doesn't work well, I don't know, just speculating here)... If someone on windows wants to compile with Jack they can probably use the JACK_SUPPORT #define? Let me know if you want me to try to get it working. Though really, I don't see why that couldn't come as a later patch... (hopefully just enable the #define for JACK_SUPPORT... once it's verified...). What about <pthread.h>, do you need > it for Windows or not? Yes, there is pthread on win32, I compile with it. see config_win32.h, PTHREAD_SUPPORT is #defined as 1... unfortunately the win32 patch I've submitted comes straight from Rob's code, so I don't know all the rationale for these things to give perfect answers. :-) but I will try... There are praeprocessor defines to differentiate between Win and the Linux > system. They are based on a > > #define WIN32_SUPPORT 1 > > in the winconfig.h. For my understanding this define is not necessary > because you can simply use > > #ifdef __WIN32__ > #endif > > in the source code without inventing a WIN32_SUPPORT variable. Can you > please try to remove the > > #define WIN32_SUPPORT 1 > > line in your (win32) config.h and substitute all WIN32_SUPPORT variables by > __WIN32__ in the source code, and try to compile? > good idea. looks like it works here too. patch files are now updated to reflect the __WIN32__ change. The patch contains also larger amounts of code changes concerning > background drawing of the sequencer roll. Are these changes basically > necessary for Win support or part of an other feature/improvement? > These too come from Rob. And when I did not put them in, performance in windows with seq24 was awful. Hopefully with this new drawing code it also helps performance under linux? It will be good to check that especially (if you could? as I don't have access to linux with a GUI running)... The code did seem more efficient (i.e. didn't draw as much needlessly)... BTW, I have already added the new some MIDI control values (event.h) > to the bzr repository. > cool. keep the ideas coming, I'll get on it... :) thanks! > > Guido > > -- > http://www.bayernline.de/~gscholz/ <http://www.bayernline.de/%7Egscholz/> > http://www.lug-burghausen.org/ > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (GNU/Linux) > > iD8DBQFKFH0Wk6cKJms5yBsRAh0NAJ9gto3yVMuQIbgNeFU4meZyginwMACfVv8Y > zd4wbTKujT5Q4t8kYflQAn0= > =zBJe > -----END PGP SIGNATURE----- > > > ------------------------------------------------------------------------------ > Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT > is a gathering of tech-side developers & brand creativity professionals. > Meet > the minds behind Google Creative Lab, Visual Complexity, Processing, & > iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian > Group, R/GA, & Big Spaceship. http://www.creativitycat.com > _______________________________________________ > seq24-users mailing list > seq...@li... > https://lists.sourceforge.net/lists/listinfo/seq24-users > > |
|
From: Guido S. <gui...@ba...> - 2009-05-20 21:54:39
|
Am Tue, 14. Apr 2009 um 23:29:30 -0500 schrieb Kevin Meinert: > Hello Everyone, Hi Kevin, sorry for being late, but at this season I more like sitting on my mountainbike (and recording openstreetmap tracks) than sitting in front of my computer ;-). > WIN32 patch for seq24 (patch against the latest (rev 48) code from bazaar) > http://www.subatomicglue.com/seq24/rev48-add-win32.patch I just went through this file and some questions occur. As I understand on Win32 there is no ALSA and LASH support, so this patch deals partly with this topics. Further the MIDI implementation (portmidi) and time measuring is different, that are issues number three and four. What about JACK, supported or not? What about <pthread.h>, do you need it for Windows or not? There are praeprocessor defines to differentiate between Win and the Linux system. They are based on a #define WIN32_SUPPORT 1 in the winconfig.h. For my understanding this define is not necessary because you can simply use #ifdef __WIN32__ #endif in the source code without inventing a WIN32_SUPPORT variable. Can you please try to remove the #define WIN32_SUPPORT 1 line in your (win32) config.h and substitute all WIN32_SUPPORT variables by __WIN32__ in the source code, and try to compile? The patch contains also larger amounts of code changes concerning background drawing of the sequencer roll. Are these changes basically necessary for Win support or part of an other feature/improvement? BTW, I have already added the new some MIDI control values (event.h) to the bzr repository. Guido -- http://www.bayernline.de/~gscholz/ http://www.lug-burghausen.org/ |
|
From: Guido S. <gui...@ba...> - 2009-05-20 20:51:41
|
Am Wed, 20. May 2009 um 18:42:04 +0200 schrieb Aurelien:
> Hello,
Hi Aurélien,
> Actually, I've written three different patches, which are not dependent
> one from the other, and thus, doing a single patch file for all of those
> is senseless.
yes indeed.
> However, as I never wrote a patch file, I don't know how
> to do so that my patches can be applied with other patches already
> applied to the code.
I would like to follow this procedure:
1) Keep separate source trees for your changes. As we are currently at
version 0.9.0 you may have
seq24-0.9.0 (the original)
and
seq24-0.9.0.new1 (your private changes; set 1)
seq24-0.9.0.new2 (your private changes; set 2)
or something similar.
2) Create patches like this
diff -Nur seq24-0.9.0 seq24-0.9.0.new > seq24-0.9.0-myfeature.patch
3) Read your patch file carefully and store it at a safe place.
4) Send your patch file to this mailing list.
...
5) Hopefully someone will pick it up and or comment on it (and apply it
to the repository).
Regards
Guido
--
http://www.bayernline.de/~gscholz/
http://www.lug-burghausen.org/
|
|
From: Kevin M. <ke...@su...> - 2009-05-20 20:19:29
|
Win32 is only the first of many on that page. It's only win-centric because that's what I use. but otherwise, once the compile bug is worked out, will be stuff everyone can use. The win32 stuff is source code from Rob that was never checked in. (lost code from the original author himself! ooooh!) :-) The other patches involve some user interface improvements, new mouse interaction mode, keybindings in the UI, and also mutegroups, crash bug fix, and some other tweaks... there's a separate patch for mutegroups submitted by Frank (gomusic) a while back on the mailing list, maybe you can search for it. Mute groups is in my "beta3" on my page if you want to look there as well (i.e. like if you diff'd beta3 against beta2, you'd see the change)... good luck. maybe one of the seq24 team can chime in as I don't know if there is a more offical location for patches, I haven't seen it... as far as i can tell, it's proposals on the mailing list, people try them, then eventually they go into bazaar... --- kevin meinert | http://www.subatomicglue.com On Wed, May 20, 2009 at 3:08 PM, Atte André Jensen <att...@gm...>wrote: > Kevin Meinert wrote: > > > > there's this: > > > > http://www.subatomicglue.com/seq24/ > > > > which is well tested on win32, and just now being hammered out on linux > > (apparently there's a compile bug in mutex.cpp, just found this morning, > > possibly others)... > > > > to try it, you could grab > > > http://www.subatomicglue.com/seq24/seq24-0.9.0-win32-beta-4-subatomic-src+bin.tgz > > and use the source code there... or if you have windows, you could > > simply run the .exe included. if you do compile, keep in mind > > there's a compile bug at the moment, so you would need to debug it or > > wait until it's worked out by myself or some other ambitious person... > > > > changelog is here: > http://www.subatomicglue.com/seq24/readme-subatomic.txt > > That looks fine, but seems a bit win-centric (or am I missing something). > > In the meantime I found: > > http://seq24.wikispaces.com/Compiling+Seq24+on+Ubuntu+Hardy+(8.04)<http://seq24.wikispaces.com/Compiling+Seq24+on+Ubuntu+Hardy+%288.04%29> > > I successfully grabbed the source and compiled it here. So maybe I > should rephrase like this: > > "Which (popular) patches are not checked in at launchpad"? For instance > I heard about mute-groups, is that in there? > > Also, one of my biggest needs last time I worked with seq24 was to have > something non-looping going on, for instance a solo. I remember having > trouble with opening up the right time window in song mode for the solo > to come in at the right place (or something like that). Has any advance > been made with regards to this, basically allowing patterns with any > length to be easily recorded and placed anywhere in the song? So in a > context of 4 bars loops record something across that like this: > > | 4 bars | 4 bars | 4 bars | 4 bars | > | some irregular music | > > Sorry for all the re-newbie questions. > > -- > Atte > > http://atte.dk http://modlys.dk http://virb.com/atte > > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables > unlimited royalty-free distribution of the report engine > for externally facing server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > seq24-users mailing list > seq...@li... > https://lists.sourceforge.net/lists/listinfo/seq24-users > |
|
From: Atte A. J. <att...@gm...> - 2009-05-20 20:08:41
|
Kevin Meinert wrote: > > there's this: > > http://www.subatomicglue.com/seq24/ > > which is well tested on win32, and just now being hammered out on linux > (apparently there's a compile bug in mutex.cpp, just found this morning, > possibly others)... > > to try it, you could grab > http://www.subatomicglue.com/seq24/seq24-0.9.0-win32-beta-4-subatomic-src+bin.tgz > and use the source code there... or if you have windows, you could > simply run the .exe included. if you do compile, keep in mind > there's a compile bug at the moment, so you would need to debug it or > wait until it's worked out by myself or some other ambitious person... > > changelog is here: http://www.subatomicglue.com/seq24/readme-subatomic.txt That looks fine, but seems a bit win-centric (or am I missing something). In the meantime I found: http://seq24.wikispaces.com/Compiling+Seq24+on+Ubuntu+Hardy+(8.04) I successfully grabbed the source and compiled it here. So maybe I should rephrase like this: "Which (popular) patches are not checked in at launchpad"? For instance I heard about mute-groups, is that in there? Also, one of my biggest needs last time I worked with seq24 was to have something non-looping going on, for instance a solo. I remember having trouble with opening up the right time window in song mode for the solo to come in at the right place (or something like that). Has any advance been made with regards to this, basically allowing patterns with any length to be easily recorded and placed anywhere in the song? So in a context of 4 bars loops record something across that like this: | 4 bars | 4 bars | 4 bars | 4 bars | | some irregular music | Sorry for all the re-newbie questions. -- Atte http://atte.dk http://modlys.dk http://virb.com/atte |
|
From: Kevin M. <ke...@su...> - 2009-05-20 19:37:55
|
there's this: http://www.subatomicglue.com/seq24/ which is well tested on win32, and just now being hammered out on linux (apparently there's a compile bug in mutex.cpp, just found this morning, possibly others)... to try it, you could grab http://www.subatomicglue.com/seq24/seq24-0.9.0-win32-beta-4-subatomic-src+bin.tgz and use the source code there... or if you have windows, you could simply run the .exe included. if you do compile, keep in mind there's a compile bug at the moment, so you would need to debug it or wait until it's worked out by myself or some other ambitious person... changelog is here: http://www.subatomicglue.com/seq24/readme-subatomic.txt --- kevin meinert | http://www.subatomicglue.com On Wed, May 20, 2009 at 2:26 PM, Atte André Jensen <att...@gm...>wrote: > Hi > > I haven't been using seq24 for a while and would like to catch up. > > It seems that quite some development has been and is going on. Are all > of this available from some central repository. If so how do I check it > out (I never used bazar, but am familiar with cvs and svn so a quick > heads up will do)? If not, where can I get an overview of the available > patches, what they do and what code base they should be applied to? > > Sorry if this I all mentioned somewhere, I missed it then. > > -- > Atte > > http://atte.dk http://modlys.dk http://virb.com/atte > > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables > unlimited royalty-free distribution of the report engine > for externally facing server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > seq24-users mailing list > seq...@li... > https://lists.sourceforge.net/lists/listinfo/seq24-users > |
|
From: Atte A. J. <att...@gm...> - 2009-05-20 19:26:15
|
Hi I haven't been using seq24 for a while and would like to catch up. It seems that quite some development has been and is going on. Are all of this available from some central repository. If so how do I check it out (I never used bazar, but am familiar with cvs and svn so a quick heads up will do)? If not, where can I get an overview of the available patches, what they do and what code base they should be applied to? Sorry if this I all mentioned somewhere, I missed it then. -- Atte http://atte.dk http://modlys.dk http://virb.com/atte |