Questions tagged [mixing]
245 questions
1
vote
2 answers
JFileChooser is not modal under Linux
I use Red Hat 6.3 and JRE 1.7.
When opening a file chooser out of an applet it is not modal. When clicking somewhere which is not the file chooser's area it moves behind the applet and the applet is frozen until you minimize the browser to close…

Florian
- 388
- 2
- 3
- 13
1
vote
1 answer
JComboBox hidden behind awt Canvas
Yes, I am mixing awt and swing components, but maybe there is an easy fix because I dont know Java all that well.
My canvas object overrides paint and update:
package demo;
import java.awt.*;
public class rectangle extends Canvas {
public…

Bryan Bueter
- 95
- 1
- 5
1
vote
2 answers
Java GUI NullPointerException with Canvas class
So I am working on a GUI project for my class and I am a bit stuck. My problem has to do with my GUI aspect so I guess you could ignore the other methods having to do with the sorting. As of now, my main concern is just getting the GUI working.…

Mike
- 1,307
- 3
- 17
- 29
1
vote
1 answer
Errors with my ButtonListener Dial program
I'm just trying to figure out why these errors are popping up. I'm not exactly sure why it is saying varibles not found or why it won't let me add or subtract an int.
Here are the errors:
javac Dial2.java
Dial2.java:53: cannot find…

TheNameHobbs
- 679
- 7
- 21
- 36
1
vote
2 answers
Switching panels with MenuBar
I have written some code which is designed to create a table and display the clipboard data (which will be copied from excel) in that table.
So i have one menu item in the menu bar "Import from Excel", which when clicked will take whatever excel…

Jonathan Viccary
- 722
- 1
- 9
- 27
1
vote
1 answer
How to mix audio files using SoX C library
Mixing audio files is simple with SoX from the command line with "sox -m ..." but I'm trying to find to the exact same thing with the C library and I can't find out how to do it anywhere. Is it even possible?

Johnzo
- 112
- 10
1
vote
0 answers
android multiple sound play together by saving in sd card
I am developing an application in which i have some instruments. Each instrument have a unique sound file. now what i want to do is if I choose four instruments then the sound of all selected instruments should play together and the mixed sound…

Rahulkapil
- 294
- 4
- 13
1
vote
2 answers
Sox mixing with a delay
I have a problem with mixing sounds with delay.
I run this
sox -M f1.wav f1.wav f1.wav f1.wav out.wav delay 3 3 4 4 5 5
In the final file volume of the sound is changing(decreasing). How can i avoid this.

user1358073
- 11
- 4
1
vote
1 answer
How do I Blend Colours like This?
I'm writing a tool to assist with modding new characters into the game Crusader Kings II and I'm a bit stuck on colouring the hair and beards.
The game starts with a texture like this:
(source: serayen.com)
It then blends it with three colours - a…

Measter
- 68
- 2
- 8
0
votes
1 answer
String subscript out of range in line 1331 of xstring
The second while loop is throwing an exception in xstring line 1441 on the second iteration, which it should not do. This is because on the first pass:
Testthis->NAME[n] = 'B'
Testthis->NAME[n+1] = 'O'
Testthis->NAME = "BOD MQL"
are all verified…

John
- 13
- 5
0
votes
2 answers
Mixing own XML with HTML5 havin eclipse to display code hints
I am writing my own templating engine mainly for web applications.
It is actually mix of my own XML tags and HTML.
Here is the sample:

Yuriy
- 101
- 1
- 8
0
votes
1 answer
Scoring solr results by relevancy AND category
We are using Solr 1.4 to produce results for user queries. The results are fetched from an index containing approximately 500k documents. The index is constantly being updated with new documents and old documents expire.
The results pages are lists…
0
votes
0 answers
How to delete one of the multiple audio tracks from a mkv?
I want to make a clip from a movie that has an english track and a Chinese dub track. When I trim the video in any software it only gives me the Chinese track as the audio. How do I delete the Chinese dub track altogether so that after editing I'll…

Eric SsSnake
- 25
- 8
0
votes
0 answers
Hydrogen gas mixing module Simulink
There are 3 gasses (LNG, NCC, H2) and these will be mixed in a mixing vessel. But first, there will be looked at the pressure change when there is a disruption placed somewhere in the system. There is an initial pressure of 25 bar, through a valve…
0
votes
0 answers
Can you interact with python from R Studio?
Is it possible to mix R with python. I've always have had curiosity for this languaje so it might be interesting to try it too.
Just trying to discover