Results 1 to 7 of 7
Thread: Is this possible with Java?
- 04-29-2011, 05:51 PM #1
Member
- Join Date
- Apr 2011
- Posts
- 6
- Rep Power
- 0
Is this possible with Java?
Hi,
Is it possible...
1. To create a java program which would allow one to implement own samples of audio triggered by a certain action in that program.
2. While that soundsample is running one would not be able to make certain actions in the java program but some actions would still be possible.
3. While that soundsample is running some actions are triggered at certain times so it would appear like you were watching a video, tutorial yet you would still be able to adjust some actions like zooming in.
Thank you!
- 04-29-2011, 06:00 PM #2
- Join Date
- Jan 2011
- Location
- Richmond, Virginia
- Posts
- 3,069
- Blog Entries
- 3
- Rep Power
- 7
I'm not 100% sure, however; all of this seems like it should be possible. It would definitely require you to really understand java.
- 04-29-2011, 06:22 PM #3
Member
- Join Date
- Apr 2011
- Posts
- 6
- Rep Power
- 0
Thnx!
Could you indicate which you have the most doubt about?
Of what does it depend?
Suppose the program would be a about a cilinder which you could adjust its height by a slider while always remaining the same volume.(simplification) If you would push a button, you would hear a voice explaining everything while it would automatically adjust the height(presetted how it adjusts). During the explanation you would only be able to rotate the cylinder in the 3 rotation axisses.
Does this help you more? What part do you need me to be more descriptive?
- 05-03-2011, 11:30 AM #4
Member
- Join Date
- Mar 2011
- Posts
- 20
- Rep Power
- 0
I would say short answer Yes it is all possible. How to do it I can't even begin to go into... I think the hardest things to do would be to add things like the rotation. Blocking a function isn't too much of a problem (if you mean no right clicking allowed, for example), nor is calling audio files... fitting it all together would take a long time but the rotation around 3 axis is the only thing that I would hold serious reservations with.
~Karenthian~
- 05-03-2011, 04:46 PM #5
Anything is possible, if you believe.
- 05-03-2011, 05:56 PM #6
Member
- Join Date
- Apr 2011
- Posts
- 6
- Rep Power
- 0
K, thanks Karenthian!
- 05-24-2011, 02:06 AM #7
Member
- Join Date
- Apr 2011
- Posts
- 6
- Rep Power
- 0


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks