Search found 31 matches

by titobal
Sun Jun 06, 2010 8:05 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Playing midifiles using runrev played with DLS/Soundfonts ?
Replies: 3
Views: 3264

Re: Playing midifiles using runrev played with DLS/Soundfonts ?

Thanks for your answer, this is true indeed, that is not what I am looking for... This is why I've digged into www.fmod.org crossplatform sound/streams management solution, but there is no support for runrev ... too bad, this solution would have filled something missing in runrev ... perhaps we shou...
by titobal
Fri Jun 04, 2010 8:21 pm
Forum: Feature Proposals
Topic: MIDI built in
Replies: 4
Views: 2896

Re: MIDI built in

Same for me ...

Runrev could expand its market to musicians, desktop music programmers ...

If runrev does not want to implement that, a wrapper for FMOD www.fmod.org would be sufficient maybe ...

Please Support Midi !

Thanks :mrgreen:
by titobal
Fri Jun 04, 2010 8:19 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Playing midifiles using runrev played with DLS/Soundfonts ?
Replies: 3
Views: 3264

Playing midifiles using runrev played with DLS/Soundfonts ?

Hi, I wonder if it is possible to play midifiles (.MID files format 0 or format 1) ? I suppose runrev supports that via quicktime, but the tricky question is ... Can we play midifiles using a different soundset than the one provided via quicktime, by using an external .DLS (soundfont like) soundbank...
by titobal
Mon May 31, 2010 2:03 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: FMOD and runrev support
Replies: 0
Views: 1695

FMOD and runrev support

Hi, Anybody has implemented fmod support or runrev ? Crawled the web and found that igame3d.com did this years ago but I cannot find their stack/dll to support fmod via Runrev... found it here but the links are dead : http://lists.runrev.com/pipermail/use-revolution/2003-October/025163.html Any help...
by titobal
Sun Jan 24, 2010 5:56 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to modify bytes in a binary file with RunRev
Replies: 3
Views: 3397

Re: How to modify bytes in a binary file with RunRev

Thanks rrobert,

could you provide couple sample code to do that ? I am really novice in runrev ;-)

TIA.
by titobal
Sat Jan 23, 2010 7:22 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to modify bytes in a binary file with RunRev
Replies: 3
Views: 3397

How to modify bytes in a binary file with RunRev

Hi all, I would like to know if it is possible to modify bytes from a binary file using runrev ? What I want to do for example is ... I load a binary file (which is a pure binary files filled with bytes), then once loaded into a buffer I want to modify the 4th byte (offset $4) from the value it curr...
by titobal
Mon Sep 28, 2009 9:05 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to generate a unique machine ID Crossplatform
Replies: 6
Views: 7569

I would like to get the same ID each time I run the app...

Sorry if my initial request was not clear. I need to do that : 1. Run the software on Computer 1 2. Get a unique ID based on Computer 1 characteristics (mac address / ram / os version or other parameter which do not change a lot during the computer's life...) 3. Based on the ID + Final User infos I ...
by titobal
Mon Sep 28, 2009 10:31 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to generate a unique machine ID Crossplatform
Replies: 6
Views: 7569

How to generate a unique machine ID Crossplatform

Hi,

I wonder if it is possible to generate a unique ID
per machine at runtime of a Runtime Revolution application.

I would like to generate a unique ID for Windows and Mac
machines with the same routines if possible.

Is this possible ?

How would you do that ?

Any help is welcomed.
by titobal
Wed Sep 23, 2009 6:30 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to drag a row of a datagrid on a button and get its ID ?
Replies: 16
Views: 13019

Thanks Trevor.

Can I contact you for tailor maid application ? Paid of course !
by titobal
Wed Sep 23, 2009 3:38 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to drag a row of a datagrid on a button and get its ID ?
Replies: 16
Views: 13019

to update the revDataGridLibrary ?

Hi Trevor,

thanks for your as always "precious help"

how to proceed to update the revDataGridLibrary ?

Many thanks
by titobal
Wed Sep 23, 2009 8:59 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to drag a row of a datagrid on a button and get its ID ?
Replies: 16
Views: 13019

The drag & drop from datagrid1 to datagrid 2 does not wo

Hi Trevor, I don't know why but the sample does not work in Build 910 4.0.0 dp4 of runtime revolution enterprise. Perhaps I need a newer build of the datagrid component ? The line is dragged and when dropped the inserted line is blank. By the way how could I implement in the destination grid a divid...
by titobal
Tue Sep 15, 2009 2:28 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Sending mail via Revolution enterprise
Replies: 4
Views: 3953

That's exactly what I was looking for ! Many Thanks

That's exactly what I was looking for ! Many Thanks
by titobal
Tue Sep 15, 2009 9:25 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Sending mail via Revolution enterprise
Replies: 4
Views: 3953

Sending mail via Revolution enterprise

Hi, I would like to know if it is possible to send an email via smtp/ssl using revolution. I wish to be able to specify the following fields : - From : email of the mailer person - To : email of the recipient(s) - Subject - Content It seems that revmail does not have the "From" argument... Any help ...
by titobal
Tue Sep 01, 2009 3:02 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Example of encrypt and decrypt
Replies: 3
Views: 4012

Hi Mark, thanks for the hekp... however I have a question...

During the encryption / decryption process can we in revolution use a key file instead of a simple password ? and a keyfile + a password ? I would like to use the key file + password as the executable generate gets disassembled the password can be accessible, but the keyfile can be put in a distant ...
by titobal
Mon Aug 31, 2009 1:47 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Example of encrypt and decrypt
Replies: 3
Views: 4012

Example of encrypt and decrypt

Hi,

Anybody can show how to use encrypt and decrypt commands

for encrypting / decrypting a text (not a file, a text, a label ...)

Many thanks.