|
 |
|
10-09-2004, 01:53 AM
|
#31
|
|
My Village Called
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,763
|
Fixed the macro bug were it would not reset (part of a bigger bug that caused the function to escape rather than just end loop (hey, I thought that "exit" was only for if commands))
I want to do something that when you give a comand it would focus on the window automatically (so if I say play, it should not relay that command to notepad).
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
10-09-2004, 08:54 AM
|
#32
|
|
FLAC
Join Date: Oct 2003
Location: Poland, OH
Posts: 1,568
|
Quote: Originally Posted by 0l33l
I did find a bug... the timer won't reset if you use the macros.
About your problem: EACH key has to be separated by a comma (,) and end the VK_ keys in a (^) when you want to let go of them (otherwise NaviVoice will keep on holding the VK_ key forever). For example if I want to do CTRL + SHIFT + D I have to have it be "program_close454=VK_SHIFT,VK_CONTROL,D,^". Also, how'd u get multiple keys to work in Frodo? I can only do one key, so no Alt, Ctrl combos.
Ok.. A guestion about your NaviVoice.doc. Down where you give the list of comands you have:
VK_SHIFT 10 Shift key
VK_CONTROL 11 CTRL key
What do the numbers represent? I thought that those were part of the syntax no? I did have my command seperated by commas and ending with a ^ but I also had those numbers above in it. I will have to fix it and test today.
I got FrodoPlayer to search by using the program " Automate". With this program I basically set it up that when it sees the key presses "CTRL+SHIFT+D" to run a script. I setup the script so that it focuses on FrodoPlayer, moves the mouse to a specific location (the search button) in FP then left clicks, then move the mouse to the artist button and left click again.
|
|
|
10-09-2004, 11:27 AM
|
#33
|
|
Clover
Join Date: May 2004
Location: Arkansas
Posts: 1,549
|
Quote: Originally Posted by 0l33l
I'm back  I'm a bit confused on #1.
He's saying also say the name of the command, not just the command number...basically also put what you have to say to recognize the command into the list beside the command number
Quote: Originally Posted by 0l33l
Exactly. If Frodo had an option for like search by artist as a keystroke then you could say "eminem" and it would find all the eminem songs, etc..
you'd have to put eminem in the command list, right?
Quote: Originally Posted by 0l33l
When you say "mic off" or "done" it will stop doing the actions associated to the commands. If I were to cut off the mic then it would not be able to hear "leelo" or "mic on".
A button on the main program that lets you toggle listen on/off maybe?
Damn i need to get my power supply in (gave my other to a friend) so i can start using this in my carpc! i want to try all this stuff out just haven't had time. i'd have a better understanding im sure with first hand experience
__________________
CarPC install is starting to come along again...
|
|
|
10-09-2004, 11:29 AM
|
#34
|
|
Clover
Join Date: May 2004
Location: Arkansas
Posts: 1,549
|
Quote: Originally Posted by frodobaggins
I just thought of a solution for searching in frodoplayer for 1.09.
The functionality is already there.
You send a web request to frodoplayer, just like through a browser.
You would send it like this:
Code:
http://localhost:37635/FPCOMMAND?FND=SEARCHDUMPARTIST&ITEM=eminem
And just throw away the feedback. Can easily be done through api.
Frodo
I thought thats what the plan was all along
Thats what i thought the whole reason you made the FP web server for, right? so you could send requests to and from it for easy control via network and for easy integration with other programs?
oh and he doesn't do vb
__________________
CarPC install is starting to come along again...
|
|
|
10-09-2004, 01:00 PM
|
#35
|
|
My Village Called
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,763
|
Quote: Originally Posted by tbird2340
Ok.. A guestion about your NaviVoice.doc. Down where you give the list of comands you have:
VK_SHIFT 10 Shift key
VK_CONTROL 11 CTRL key
What do the numbers represent? I thought that those were part of the syntax no? I did have my command seperated by commas and ending with a ^ but I also had those numbers above in it. I will have to fix it and test today.
I got FrodoPlayer to search by using the program " Automate". With this program I basically set it up that when it sees the key presses "CTRL+SHIFT+D" to run a script. I setup the script so that it focuses on FrodoPlayer, moves the mouse to a specific location (the search button) in FP then left clicks, then move the mouse to the artist button and left click again.
I don't know what the numbers represent but I know not to put them  Today I want to add a sleep function to wait for the program to respond, and to add mouse location/click to the syntax.
Quote: Originally Posted by Grayscale
He's saying also say the name of the command, not just the command number...basically also put what you have to say to recognize the command into the list beside the command number
A button on the main program that lets you toggle listen on/off maybe?
Damn i need to get my power supply in (gave my other to a friend) so i can start using this in my carpc! i want to try all this stuff out just haven't had time. i'd have a better understanding im sure with first hand experience
Me still confused on #1  I could put a mute MIC button on the form, that should do the trick
Quote: Originally Posted by Grayscale
oh and he doesn't do vb 
Exactly
|
|
|
10-09-2004, 06:01 PM
|
#36
|
|
I'm sorry, and you are....?
Join Date: Jan 2003
Location: Ruston, LA
Posts: 9,860
|
Quote: Originally Posted by Grayscale
oh and he doesn't do vb 
If he can write in delphi, and read api, then he can understand the
example fine.
Frodo
__________________
FrodoPlayer.com
TeaBaggins.com
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
|
|
|
10-09-2004, 07:36 PM
|
#37
|
|
My Village Called
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,763
|
Quote: Originally Posted by frodobaggins
If he can write in delphi, and read api, then he can understand the
example fine.
Frodo 
I used to program in VB6 so I can read it fine. It just goes to http://localhost:37635/FPCOMMAND?FND...ST&ITEM=stones. I'll make a small program that has a web browser and closes automatically for this
|
|
|
10-10-2004, 01:07 AM
|
#38
|
|
I'm sorry, and you are....?
Join Date: Jan 2003
Location: Ruston, LA
Posts: 9,860
|
Quote: Originally Posted by 0l33l
That's a lot of overhead for a command.
__________________
FrodoPlayer.com
TeaBaggins.com
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
|
|
|
10-10-2004, 01:13 AM
|
#39
|
|
My Village Called
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,763
|
Quote: Originally Posted by frodobaggins
That's a lot of overhead for a command.
What do you mean?
Updates: Finished doing sleep and mouse move and click functions for the macros. Also fixed bug were macros differed between the close program and the places functions (made it one function,  ). Now going to do the focus on certain program function automatically.
|
|
|
10-10-2004, 01:20 AM
|
#40
|
|
I'm sorry, and you are....?
Join Date: Jan 2003
Location: Ruston, LA
Posts: 9,860
|
I request a nice HOWTO and a manual. I can't figure half this stuff out.
__________________
FrodoPlayer.com
TeaBaggins.com
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
|
|
|
10-10-2004, 02:28 AM
|
#41
|
|
My Village Called
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,763
|
Quote: Originally Posted by frodobaggins
I request a nice HOWTO and a manual. I can't figure half this stuff out.
LOL. What would you rather have? More features that you can't figure out how to use or a manual? I perfer the features, and ask questions later  Basically you have to learn how to cross-reference the .doc, .ini and .xml files to configure NaviVoice.
|
|
|
10-10-2004, 03:36 AM
|
#42
|
|
I'm sorry, and you are....?
Join Date: Jan 2003
Location: Ruston, LA
Posts: 9,860
|
Quote: Originally Posted by 0l33l
LOL. What would you rather have? More features that you can't figure out how to use or a manual? I perfer the features, and ask questions later  Basically you have to learn how to cross-reference the .doc, .ini and .xml files to configure NaviVoice.
To tell the truth. I'd prefer you write some good documentation.
This is breaking my head
__________________
FrodoPlayer.com
TeaBaggins.com
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
|
|
|
10-10-2004, 11:54 AM
|
#43
|
|
My Village Called
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,763
|
Quote: Originally Posted by frodobaggins
To tell the truth. I'd prefer you write some good documentation.
This is breaking my head 
What should be included in the documentation? Like how to set up the macros? Get voice conformation? Listening time? Open program upon command?
|
|
|
10-10-2004, 12:59 PM
|
#44
|
|
FLAC
Join Date: Oct 2003
Location: Poland, OH
Posts: 1,568
|
All of the above.
|
|
|
10-10-2004, 01:13 PM
|
#45
|
|
My Village Called
Join Date: Jul 2004
Location: Berkeley, CA
Posts: 10,763
|
Quote: Originally Posted by tbird2340
All of the above. 
 ok.
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 04:15 PM.
| |