Rockbox General > Rockbox General Discussion

Rockbox PC Jukebox Program

<< < (3/5) > >>

Multiplex:
I did something similar once in Delphi with invisible rectange shape objects above all the buttons on the simulator and used the on click events.

That was for a phone and I have no idea what the SDL equivalent is...I wish I had the time to learn - I have so much respect for the Devs finding the time to produce this amazing software.

NicolasP:
Actually there is mouse support and it even works rather well! You simply need to add the following line in your config-target.h file:

--- Code: ---#define HAVE_TOUCHPAD
--- End code ---
This feature is described in TouchpadInterface.

Ste-:

--- Quote from: GodEater on November 27, 2007, 11:16:39 AM ---I actually use the Rockbox simulator as a audio player on my PC at work - the gapless support in it is imo, superior to anything else out there :)

The tricky thing of course is that you have to remember the keymap for the simulator, since you can't use it with a mouse - but it runs a treat :)
--- End quote ---

How do you load tracks ? bar having them inside a folder for the sim ?
I would also like to do this but would prefer to keep my music in a different Folder to the sim.

LambdaCalculus:

--- Quote from: NicolasP on November 27, 2007, 02:00:49 PM ---Actually there is mouse support and it even works rather well! You simply need to add the following line in your config-target.h file:

--- Code: ---#define HAVE_TOUCHPAD
--- End code ---
This feature is described in TouchpadInterface.

--- End quote ---

Fantastic! I'll keep that in mind!

Rincewind:

--- Quote from: Ste- on November 27, 2007, 02:03:14 PM ---How do you load tracks ? bar having them inside a folder for the sim ?
I would also like to do this but would prefer to keep my music in a different Folder to the sim.

--- End quote ---

If you use Linux, then it is easy to symlink your music folder in the 'archos' folder in the simulator.

I recently read an article that the ntfs file system has the capability to do symlinks, so it might be possible to have this in windows, too.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version