Jacob Moncur

Results 10 comments of Jacob Moncur

Also wondering the same thing. Would you need to create a new source which pulls audio from some file and then feeds it into the AudioMixer somehow?

VCSimpleSession has a method on it to add an image onto the stream: ``` - (void) addPixelBufferSource: (UIImage*) image withRect: (CGRect) rect; ``` Worked like a charm for me.

@n8mills drop shadows are not supported in Android VectorDrawables. Unless you turn your shadow component into a vector itself I don't think there is a way to do this.

I haven't been super active with this so I haven't had a chance to run/migrate it to Android Studio. I'll give it a look and let you guys know. On...

@selmanon use instead of using setImageDrawable try using: ``` image.setImageResource(R.drawable.default_image); ```

@selmanon can you ensure that the images are being added to the QuiltView?

The quiltviews base view is a GridLayout which is not a view a that recycles it's children naturally so you need to be careful how many patches (or children) you...

@aliabbasjaffri can I see how you are setting the QuiltView up?

MIT. Use it however you'd like :)— Jacob On Mon, Mar 10, 2014 at 5:09 AM, Romain Piel [email protected] wrote: > Hi, > > ## Is there any license for...

@getflourish thats weird, it works great on mine and I am on the current App Store version. Give this a try and see if it finds the AppSandbox correctly: https://github.com/jacobmoncur/SketchVectorDrawable/pull/2...