Thread: [Spiralmodular-devel] Hello
Status: Beta
Brought to you by:
nebogeo
From: Nicholas A. G. <ng...@ui...> - 2004-05-15 05:49:31
|
Sorry to bother you guys, but I was just wondering if the mailing list has been down for a month or if this program is still actively maintained, I really like it and would like to work on it, but it would feel sort of pointless if people just didn't care about it anymore. Thanks Drew |
From: Andy P. <pos...@ed...> - 2004-05-15 09:10:27
|
On Sat, 15 May 2004 00:49:30 Nicholas Andrew Gochenaur <ng...@ui...> wrote: > Sorry to bother you guys, but I was just wondering if the mailing list has > been down for a month Nope, just really quiet. > or if this program is still actively maintained, It certainly is, we're quite a small team, and if just a couple of us go quiet - it goes REALLY quiet. I'm busy on other projects at the moment, but in a couple of weeks I'm hoping to be back - finishing off new menus - and adding plugins. > I really like it and would like to work on it, Great stuff, the more the better. What are your "areas of speciality" > but it would feel sort of > pointless if people just didn't care about it anymore. We care! We really do! It's decidedly pointy! - Andy |
From: Nicholas A. G. <ng...@ui...> - 2004-05-15 14:54:44
|
Well, It's really good to know that. I would love to help out anyway I can, especially with some annoying midi trigger events I have been having, has anybody else experienced this? Thanks for responding. =Drew On Saturday 15 May 2004 03:56, Andy Preston wrote: > On Sat, 15 May 2004 00:49:30 Nicholas Andrew Gochenaur <ng...@ui...> wrote: > > Sorry to bother you guys, but I was just wondering if the mailing list > > has been down for a month > > Nope, just really quiet. > > > or if this program is still actively maintained, > > It certainly is, we're quite a small team, and if just a couple of us > go quiet - it goes REALLY quiet. > > I'm busy on other projects at the moment, but in a couple of weeks I'm > hoping to be back - finishing off new menus - and adding plugins. > > > I really like it and would like to work on it, > > Great stuff, the more the better. What are your "areas of speciality" > > > but it would feel sort of > > pointless if people just didn't care about it anymore. > > We care! We really do! It's decidedly pointy! > > - Andy > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: SourceForge.net Broadband > Sign-up now for SourceForge Broadband and get the fastest > 6.0/768 connection for only $19.95/mo for the first 3 months! > http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click > _______________________________________________ > Spiralmodular-devel mailing list > Spi...@li... > https://lists.sourceforge.net/lists/listinfo/spiralmodular-devel |
From: Andy P. <pos...@ed...> - 2004-05-20 18:43:22
|
On Sat, 15 May 2004 09:54:36 Nicholas Andrew Gochenaur <ng...@ui...> wrote: > ... I would love to help out anyway I can, > especially with some annoying midi trigger events I have been having, Any work on the MIDI parts of SSM would be greatly appreciated. If you are interested there are a few MIDI related bugs and feature-requests on the SourceForge project page. |
From: Dave G. <da...@pa...> - 2004-05-17 20:41:03
|
Midi bugs are probably quite common, due to the fact we relatively recently upgraded the midi system to use alsa, and there are probably missing features... any help in this area would be very cool - it's quite a nice self contained bit of code too. It's possibly controversial, but I would vote to getting rid of the OSS compatibility midi code - should make it all much simpler. On Sat, 2004-05-15 at 15:54, Nicholas Andrew Gochenaur wrote: > Well, It's really good to know that. I would love to help out anyway I can, > especially with some annoying midi trigger events I have been having, has > anybody else experienced this? Thanks for responding. > > =Drew > > On Saturday 15 May 2004 03:56, Andy Preston wrote: > > On Sat, 15 May 2004 00:49:30 Nicholas Andrew Gochenaur <ng...@ui...> > wrote: > > > Sorry to bother you guys, but I was just wondering if the mailing list > > > has been down for a month > > > > Nope, just really quiet. > > > > > or if this program is still actively maintained, > > > > It certainly is, we're quite a small team, and if just a couple of us > > go quiet - it goes REALLY quiet. > > > > I'm busy on other projects at the moment, but in a couple of weeks I'm > > hoping to be back - finishing off new menus - and adding plugins. > > > > > I really like it and would like to work on it, > > > > Great stuff, the more the better. What are your "areas of speciality" > > > > > but it would feel sort of > > > pointless if people just didn't care about it anymore. > > > > We care! We really do! It's decidedly pointy! > > > > - Andy > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: SourceForge.net Broadband > > Sign-up now for SourceForge Broadband and get the fastest > > 6.0/768 connection for only $19.95/mo for the first 3 months! > > http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click > > _______________________________________________ > > Spiralmodular-devel mailing list > > Spi...@li... > > https://lists.sourceforge.net/lists/listinfo/spiralmodular-devel > > > ------------------------------------------------------- > This SF.Net email is sponsored by: SourceForge.net Broadband > Sign-up now for SourceForge Broadband and get the fastest > 6.0/768 connection for only $19.95/mo for the first 3 months! > http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click > _______________________________________________ > Spiralmodular-devel mailing list > Spi...@li... > https://lists.sourceforge.net/lists/listinfo/spiralmodular-devel -- ................................. www.pawfal.org/nebogeo |
From: Andrew J. <ajg...@aj...> - 2004-05-17 21:05:26
|
On Mon, 2004-05-17 at 08:40, Dave Griffiths wrote: > Midi bugs are probably quite common, due to the fact we relatively > recently upgraded the midi system to use alsa, and there are probably > missing features... any help in this area would be very cool - it's > quite a nice self contained bit of code too. > > It's possibly controversial, but I would vote to getting rid of the OSS > compatibility midi code - should make it all much simpler. > My thought on this is NO. because of non linux systems, what then. instead what I want to do is the same thing I want to for audio - a MIDI Driver framework. Obviously I have had no time to finish that up so it may be awhile yet but nevertheless abstracting the OSS and ALSA into seperate "drivers" plugins and a single midi plugin which could load them would resolve this problem. That way we would have effectively two always builtin generic plugins for Sound and Midi. Without ever needing the program to know anything about either, or complicating code with lots of ifdef's. Andrew |