Metronome

This is the place for general discussions on fetishes, sexuality and anything else. What's on your mind right now?
Post Reply
dtspam
Explorer At Heart
Explorer At Heart
Posts: 290
Joined: Sat Jul 28, 2007 6:02 pm
Gender: Male
Sexual Orientation: Straight
I am a: Switch

Metronome

Post by dtspam »

I played around with the Java Sound API for a bit and created a small metronome application.
I missed some features with the flash metronomes often used in webteases, slow and very fast speeds, entering the speed in a text field instead of clicking around a lot, and custom beat patterns (like 100 fast, 10 slow) etc.
So my application can produce beats from 1/min to 600/min, speeds can be entered directly, and there is a simple configuration language to enter arbitrary beat patterns, if you need to.

It is available as an applet, but the stop button did hang in some browsers. The offline version should work just fine though.

I also provided the source. So it can be used in other applications, e.g. one of the pcm-clones that seem to be popping up at the moment ;-)

And it is available here: http://milovanaflashparser.kenai.com/
User avatar
les
Experimentor
Experimentor
Posts: 6126
Joined: Thu Apr 19, 2007 10:04 am
Gender: Male
Sexual Orientation: Bisexual/Bi-Curious
I am a: Dom (Male)
Sub/Slave(s): My serfs
All 2 True is head Serf
Location: London England
Contact:

Re: Metronome

Post by les »



Thank you for this I am liking it and it will be trialled soon by my serfs.

Pretty Please I would love to be able to email a clickable pre-set sequence and length.

In the mean time I can email a text file to be pasted into the advanced window.

                                          Lord Les
                                 Be careful what you wish for!

Growing OLD Is Inevitable,
          But Growing UP... Is Optional
                    OR
                              Why do I have to stop being a KID now I can afford it.







                                
                                                                                                                                                   
dtspam
Explorer At Heart
Explorer At Heart
Posts: 290
Joined: Sat Jul 28, 2007 6:02 pm
Gender: Male
Sexual Orientation: Straight
I am a: Switch

Re: Metronome

Post by dtspam »

Thanks for your feedback.
I could make the automatic repetition of the pattern optional, so it would stop after some time, so you could write something like:
for 3600
beat 0
pause 0.5
And your slaves should be stroking for 1 hour, 2 times / sec.

Emailing is a bit more difficult.
I can't think of a better way than pasting some code into the mail.
Or would you like to use a code for that, that your slaves can't read?
User avatar
les
Experimentor
Experimentor
Posts: 6126
Joined: Thu Apr 19, 2007 10:04 am
Gender: Male
Sexual Orientation: Bisexual/Bi-Curious
I am a: Dom (Male)
Sub/Slave(s): My serfs
All 2 True is head Serf
Location: London England
Contact:

Re: Metronome

Post by les »



I would love them not to know the how long or fast
I have set
Can I do that with the download version
                                          Lord Les
                                 Be careful what you wish for!

Growing OLD Is Inevitable,
          But Growing UP... Is Optional
                    OR
                              Why do I have to stop being a KID now I can afford it.







                                
                                                                                                                                                   
slutty1
Explorer
Explorer
Posts: 53
Joined: Tue Jul 06, 2010 10:21 pm

Re: Metronome

Post by slutty1 »

This looks pretty cool. Thanks for putting it together, dtspam. I'll have to play around with it a bit.
I also like les' idea about the ability to send instructions that someone could run and not know what was going to happen. Maybe you could add a third option (simple, advanced, file) where the program would read the instructions/advanced code from a file. It could be a simple text or xml file (in which case it would be up to the user to behave and not look inside the file, but at least the code wouldn't be right there in front of them.)
dtspam
Explorer At Heart
Explorer At Heart
Posts: 290
Joined: Sat Jul 28, 2007 6:02 pm
Gender: Male
Sexual Orientation: Straight
I am a: Switch

Re: Metronome

Post by dtspam »

No, the download version is exactly the same. Just runs without a browser and internet access.
I like the ideas, so I will add them. Maybe I have a bit of time this evening.
User avatar
les
Experimentor
Experimentor
Posts: 6126
Joined: Thu Apr 19, 2007 10:04 am
Gender: Male
Sexual Orientation: Bisexual/Bi-Curious
I am a: Dom (Male)
Sub/Slave(s): My serfs
All 2 True is head Serf
Location: London England
Contact:

Re: Metronome

Post by les »

                          


                          I have your gold star waiting




                 Image
                                          Lord Les
                                 Be careful what you wish for!

Growing OLD Is Inevitable,
          But Growing UP... Is Optional
                    OR
                              Why do I have to stop being a KID now I can afford it.







                                
                                                                                                                                                   
dtspam
Explorer At Heart
Explorer At Heart
Posts: 290
Joined: Sat Jul 28, 2007 6:02 pm
Gender: Male
Sexual Orientation: Straight
I am a: Switch

Re: Metronome

Post by dtspam »

So I've added the features.
You can copy the generated code in any email or file and the receiver can play it, by pasting it back.
White space is ignored, so it doesn't matter, if it is broken up into multiple lines.

And links like that should work now too:
http://milovanaflashparser.kenai.com/me ... F1c2UgMC4z

So you can just put a code behind the URL of the applet using a ?
Post Reply