Been playing with this a little. I like what you've done so far. Comparing yours to my external command line program, from what I can tell, everything seems to be covered except commandline volume control, VU meters, and converting to MP3.
Mine:
Code:
"FMREC","SETVARBYCODE;curtrack;FREQUENCE||SETVARBYCODE;SRDS;RDSTEXT||RUN;C:\Program Files\Recorder\Recorder.exe|-v:2-30 -q:s:22050 -s -f:"C:\Documents and Settings\Administrator\My Documents\My Music\New\Active Quarter\Last Month\This Month\ $curtrack$ $srds$.mp3" -c:05:00"
YOURS:
Code:
"FMREC","SETVARBYCODE;curtrack;frequence||SETVARBYCODE;SRDS;RDSTEXT||SETVAR;RRec_Dir;$PLAYLISTDIR$New\Active Quarter\Last Month\This Month\||SETVAR;RRCEC_RQ;HIGH||SETVAR;RREC_CH;2||RREC_TMR;300||RRec_From;Silabs;$curtrack$ $SRDS$"
While recording, does initiating the RRec_From command: close and save the file or abort the recording? Could you add a command so both options are available??
Do you have a sample skin for RRec_Show_Devices and/or RRec_Show_Lines? Do you have a sample skin for all the variable/labels/indicators? This would help immensely with programming and allow me to visualize how to best fit this to my
skins layouts.
I love where this is going. I'm sitting here brainstorming how all this info could be used. I can envision RRec_Status indicator could be added to the header on every screen for constant monitoring. ONRREC_STS_CLICK is a brilliant idea that can be programmed to record using RR labels to create filenames. I could see ONRREC_STS_CLICK also initiating a popup menu upon buttonpress that shows the recording status as well as a separate screen callable say from the main menu that shows all the recording labels and variables. For example when calling the RRec screen manually, if no recording is currently ongoing a popup would say "Not Currently Recording," otherwise the screen would load. I could use that screen to monitor the status of the recording realtime, confirm the filename matches the expected variables, verify the recording settings are appropriate, etc., etc.
Great Job, keep up the good work.
Bookmarks