Results 41 to 43 of 43
- 09-27-2008, 04:04 PM #41
Senior Member
- Join Date
- Dec 2007
- Location
- Spain
- Posts
- 637
- Rep Power
- 6
- 09-27-2008, 05:01 PM #42
I get no sounds from the program. It's boring looking the window it opens and having no output.
A comment on the last code shown
new byte[]{(byte)240, (byte)67, (byte)117, (byte)(sys_k-1),
(byte)(24+kan-1), (byte)(64+par), (byte)(dat_l), (byte)(dat_h), (byte)247});
Does the byte array have to be created each time or can it be created one time and used more than once? Make it a class variable with final attribute
- 09-27-2008, 05:53 PM #43
Senior Member
- Join Date
- Dec 2007
- Location
- Spain
- Posts
- 637
- Rep Power
- 6
To hear sound you need a midi-axclusive machine like yamaha FB-01
I understand it is borrow
I need to talk to some one who has that machine and a PC
by the way changed to loop on make into
if(mmjflag) {
try {
Thread.sleep(4); // delay loop of 4 mil sec for midi send
}
catch (InterruptedException e) {
}
}
which works and is much better.
IŽll look into your last remark
Similar Threads
-
opening of an exe in JFrame
By smartsubroto in forum New To JavaReplies: 3Last Post: 07-16-2008, 05:01 AM -
Prblem in Prepared Statement
By haneeshrawther in forum JDBCReplies: 2Last Post: 04-25-2008, 09:49 AM -
Using Prepared Statement
By Java Tip in forum Java TipReplies: 0Last Post: 02-06-2008, 09:22 AM -
Opening a workspace twice
By javaplus in forum EclipseReplies: 0Last Post: 01-08-2008, 09:56 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks