Questions tagged [mixing]
245 questions
0
votes
1 answer
Default variables for colors in Bootstrap LESS?
I am using Bootstrap Less for some project, and I want to make it to change colors of css according to some variables. I have look up for this solution
http://www.lavishbootstrap.com/
This is great, but i have one problem, i dont know what are the…

Schneider
- 2,446
- 6
- 28
- 38
0
votes
1 answer
java game images loading very slowly
I am trying to develop a game that imports the background images from a [100][100] matrix. The matrix will hold int values to correlate to what should be drawn on the background. A loop draws the images to the canvas and updates it based on key…

seiko149
- 19
- 6
0
votes
0 answers
GPUImage GPUImageTwoInputFilter two videos
I have a problem with GPUImage using GPUImageTwoInputFilter (any filter like GPUImageChromaKeyBlendFilter) for two videos. I have no videos in this case.
@interface ViewController ()
@property (nonatomic) GPUImageMovie *video;
@property…

Roman
- 366
- 5
- 19
0
votes
1 answer
flex LinearGradient without mixing colors
Is there are any way to make LinearGradient with 3-4 or more GradientEntries without mixing their colors. When scaleX="0" colors are not mixed but middle colors almost invisible.
…

Kinodegna
- 23
- 6
0
votes
1 answer
Get the result of a Shell Commands within C
I'm trying to find a function to call a system command (shell command) and get back its result in a C program.
I only found functions like system but these don't return the result of the command.
I just know it in perl : my $results = ``my shell…

jamel
- 75
- 6
0
votes
1 answer
How to handle audio streams and mixing for VoIP
We're working on a Java based Voice over IP program, and we need to find an effective way of keeping streams and server side stress to a reasonable amount. We're writing this for a multiplayer game, and we plan to have a few different modes for…

Kristoff
- 167
- 3
- 13
0
votes
2 answers
JPanels in JPanel
I have a problem with Java JPanels. I would like to put 2 JPanels with different layouts into one JPanel which is also has a layout. Is it even possible to make it work?
BibP()
setLayout(new GridLayout(5, 1)); //The big JPanel
add(new A(), new…

PETI258
- 99
- 2
- 3
- 8
0
votes
1 answer
Mixing Multiple Programs
My question is about mixing multiple programs. For example if you use Unreal Development Kit before you know what I'm talking about. The Lightmass of Unreal is another program which have another exe from the main application (editor). When you build…

Cahit Burak Küçüksütcü
- 567
- 1
- 8
- 26
0
votes
0 answers
Two mutable arrays getting mixed
I am making a table object which by a swipe gesture changes the displayed values to completely different ones. This works because there is a UIPageControl which shows which set must be displayed on the table. The code involves a mutable array…

isklikas
- 190
- 2
- 16
0
votes
1 answer
Mixing C# and Java languages
My goal is to make an android application, which prints a "hello world" text to logcat from C#. I'm thinking of something like this in C#:
using MyLibrary;
namespace Hello
{
public class HelloWorldClass
{
public HelloWorldClass()
…

Gintas_
- 4,940
- 12
- 44
- 87
0
votes
1 answer
Java ScrollPane and Canvas - Lock Canvas to JScrollPane size
I am currently stuck on a dilemma regarding JScrollPane and a child component. In essence I need strict control over the resizing of a child component within a JScrollPane such that it either locks to the size of the JScrollPane (so that no…

initramfs
- 8,275
- 2
- 36
- 58
0
votes
1 answer
Video Mixing Options
I am working on a bigger project of video-wall and want to display multiple sources of videos on a single display.
something like this --
What are all my options?
Java with JMF
Python with GStreamer bindings
Before committing to a technology, I…

Vineet Menon
- 728
- 2
- 9
- 25
0
votes
1 answer
How to select color for g.drawLine?
I've got an applet with radio buttons to select the color of the line, but when I try to run it, I get this error:
java.lang.NullPointerException
This is what I have thus far. Any suggestions on making color selection work?
import…

Tony White
- 197
- 5
- 18
0
votes
1 answer
Repainting/Revalidating JPanel wont work
I am unclear on how to repaint a JPanel in my existing code. I also dont understand how paintComponent is being called. Firstly, I would simply like to clear the JPanel but I cannot even do that.
I want to be able to press the "Next Move" button and…

Alistair Gillespie
- 540
- 1
- 5
- 22
0
votes
1 answer
Create a crossfader with AvAudioPlayer
How I can create a crossfader between two sound track with AVAudioplayer?
I must use AVAudiomix? But... how I should use?

Alessandro Belli
- 83
- 2
- 8