Re: [LAD] OT - git rebase - was [LAU] OpenOctaveMidi2 (OOM2) beta release

2011-01-31 Thread torbenh
On Sat, Jan 29, 2011 at 10:04:01PM +0100, Robin Gareus wrote: > On 01/29/2011 10:01 PM, Robin Gareus wrote: > > On 01/28/2011 04:37 PM, torbenh wrote: > > > >> you really need to keep your history clean. > >> take a bit of time. use git rebase -i > >> before you push stuff upstream. > >> (or at l

Re: [LAD] What if a fork is not a fork?

2011-01-31 Thread drew Roberts
On Saturday 29 January 2011 10:17:36 Jens M Andreasen wrote: > On Thu, 2011-01-27 at 22:05 +0200, Vytautas Jancauskas wrote: > > What if I "fork" a project because I think it gives me a good > > starting point > > or base for what I want to do but the direction I intend to >

Re: [LAD] What if a fork is not a fork?

2011-01-31 Thread drew Roberts
On Saturday 29 January 2011 15:14:32 Raymond Martin wrote: > > Just because the licenses don't mention being nice, acting with little > > courtesy when it comes to using the code written by others won't hurt. > > Otherwise I agree with you. > > It won't hurt, but is not required in any way, shape,

Re: [LAD] Attribution for Community Approval

2011-01-31 Thread drew Roberts
On Saturday 29 January 2011 18:59:32 Jeremy Salwen wrote: > > Anyway that is the reason I delete the "or any later" term in my > > copyright notices. Apart from the fact that one can never know whether > > gpl4 will give all the rights exclusively to microsoft or google or the > > nsa... > > > > I

Re: [LAD] Attribution for Community Approval

2011-01-31 Thread Raymond Martin
On January 31, 2011 11:37:42 am drew Roberts wrote: > On Saturday 29 January 2011 18:59:32 Jeremy Salwen wrote: > > > Anyway that is the reason I delete the "or any later" term in my > > > copyright notices. Apart from the fact that one can never know whether > > > gpl4 will give all the rights ex

[LAD] incorrect number of samples reading from /dev/dsp1

2011-01-31 Thread farhan baluch
Hi All, I am trying to read data from a usb microphone and using the pretty standard method of using ioctl's to setup the sampling rate, channels, bits and block size . This all works so the device is correctly setup. I then use "read" to read samples from the device which shows up as /dev/dsp1. I

Re: [LAD] incorrect number of samples reading from /dev/dsp1

2011-01-31 Thread Gordon JC Pearce
On Mon, 2011-01-31 at 21:55 -0800, farhan baluch wrote: > Hi All, > > > I am trying to read data from a usb microphone and using the pretty > standard method of using ioctl's to setup the sampling rate, channels, > bits and block size . This all works so the device is correctly setup. > I then u

Re: [LAD] incorrect number of samples reading from /dev/dsp1

2011-01-31 Thread Clemens Ladisch
Gordon JC Pearce wrote: > On Mon, 2011-01-31 at 21:55 -0800, farhan baluch wrote: > > I am trying to read data from a usb microphone and using the pretty > > standard method of using ioctl's to setup the sampling rate, channels, > > bits and block size . This all works so the device is correctly se