Search found 39 matches

by Speed Pete
Tue Jul 04, 2006 9:18 am
Forum: Need Help? (MMW4)
Topic: Working Cross Fader?
Replies: 5
Views: 2417

OK - I installed my MM and the PlugIn again. And nothing else. So this floating point error disappeared. Fine! But the original problem is still there: I press stop, and the song continues playing for the whole buffer length. Pressing pause works fine by the way. Perhaps someone can send me a preset...
by Speed Pete
Mon Jul 03, 2006 3:40 pm
Forum: Need Help? (MMW4)
Topic: Working Cross Fader?
Replies: 5
Views: 2417

Working Cross Fader?

I am a little bit confused...: I need to have cross fades between two tracks and it would be fine, if silence at the end of tracks would be removed too. So I found SqrSofts Advanced Crossfader Plugin and tried it. The problem: when pushing the stop button, the player keeps on playing until the buffe...
by Speed Pete
Mon Jul 03, 2006 9:56 am
Forum: Need Help? (MMW4)
Topic: Secured PC "forgets" the ratings
Replies: 3
Views: 1002

Lowlander wrote:You will need to actually modify the restore version as well.
Yes of course - this is no problem.
The solution is not perfect, because I not wanted, that anybody can change the database, but I see that I have to decide... :-?

Thank you for making this clear!
by Speed Pete
Mon Jul 03, 2006 9:13 am
Forum: Need Help? (MMW4)
Topic: Secured PC "forgets" the ratings
Replies: 3
Views: 1002

Secured PC "forgets" the ratings

I tell you what I have here: it is a PC with Windows XP on it. Because it is accessible for many people (and some of them do not know windows well), I installed a security software. After every reboot it makes Drive C: as it was before the last session. So everything the last user had changed, will ...
by Speed Pete
Tue Jun 27, 2006 6:45 am
Forum: Need Help with Addons? (MMW4)
Topic: How to select a song randomly?
Replies: 9
Views: 4265

THANKS! Now I have anything I need.

As far as I understood, it would be fine to make a script here available for the public. Now I have used some code from your hints here, and - in first - my script is based on Trixmoto's AutoAlbumDJ.
Is it ok, to publish my script here?
by Speed Pete
Tue Jun 27, 2006 5:46 am
Forum: Need Help with Addons? (MMW4)
Topic: How to select a song randomly?
Replies: 9
Views: 4265

Lol, then why did you splitted your question in 2 different posts.... Sorry - One step at a time. So I encountered first the problem to get Genre Number to the Name, and later I tried to select a song randomly. Just didn't espect that it could be done in ONE. I thank you both very much for the clea...
by Speed Pete
Tue Jun 27, 2006 4:05 am
Forum: Need Help with Addons? (MMW4)
Topic: How can I get the number to a genre?
Replies: 10
Views: 2411

I want to select randomly one out of all my songs. The only condition is that it must have a specific genre.
by Speed Pete
Tue Jun 27, 2006 3:30 am
Forum: Need Help with Addons? (MMW4)
Topic: How to select a song randomly?
Replies: 9
Views: 4265

How to select a song randomly?

Again I need some help for my first scripting attempts... I want to select randomly a song with a specific Genre. I know I can get the number of apropriate songs like this: SQL = "SELECT Count(*) As Nombre FROM Songs WHERE Genre=100004" Set Iter = SDB.Database.OpenSQL(SQL) max = CLng(iter....
by Speed Pete
Tue Jun 27, 2006 2:34 am
Forum: Need Help with Addons? (MMW4)
Topic: How can I get the number to a genre?
Replies: 10
Views: 2411

Thank you, psyxonova! This helps me very much. Great! My concern here is that it might mess things up if used wrong. Of course I overlooked the fact that that number is used in the songs table to reference to the genre. Yes - this is, where I need it. If there is better way, I'm interested of course...
by Speed Pete
Mon Jun 26, 2006 3:05 pm
Forum: Need Help with Addons? (MMW4)
Topic: How can I get the number to a genre?
Replies: 10
Views: 2411

No - you didn't understand what I want, I think. (I'm not a native speaker :oops: ) I am new to MMs scripting and so I need only some examples of code. What I actually need is this: Procedure NumberToGenre(GenreName) : GenreNumber OpenTable Genre Look for GenreName in the Table give back the apropri...
by Speed Pete
Mon Jun 26, 2006 9:52 am
Forum: Need Help with Addons? (MMW4)
Topic: How can I get the number to a genre?
Replies: 10
Views: 2411

How can I get the number to a genre?

I think this is already done by some of you. I need the number for a specific genre. As far as I understood, unknown genres are added to the list in the order they appear. So I have other numbers on my machine than sombody on another. So I have to get the number from the database, but I don't know h...
by Speed Pete
Mon Jun 26, 2006 8:22 am
Forum: Need Help with Addons? (MMW4)
Topic: Auto Album DJ 3.8 - Updated 08/08/2010
Replies: 466
Views: 316860

I am working on a new version of this script now which should fix your problem. I had some other stuff lined up to do for it anyway, you've just bumped it up my to-do list! :) Cool! I will wait for it. These are really good news. While waiting I will try to learn enough from your script to realize ...
by Speed Pete
Mon Jun 26, 2006 7:15 am
Forum: Need Help with Addons? (MMW4)
Topic: Auto Album DJ 3.8 - Updated 08/08/2010
Replies: 466
Views: 316860

Thanks - this works fine for me. The problem is the following: I had erased the database and added about 10 albums. Now I looked at the variables "ind" and "tot": ind changes in the range 1 to 10 I think, and tot is 0 at every time. (I check this just after creating these variabl...
by Speed Pete
Mon Jun 26, 2006 5:36 am
Forum: Need Help with Addons? (MMW4)
Topic: Auto Album DJ 3.8 - Updated 08/08/2010
Replies: 466
Views: 316860

So... I roughly understood your script and wilk try to find the problem. Can you just tell me, how to do some testing? I want to make a message box with an ok button and perhaps some text for information. I know the "msgbox(...)" from VB, but these script is no real VB, isn't it?
by Speed Pete
Sun Jun 25, 2006 10:16 am
Forum: Need Help with Addons? (MMW4)
Topic: Need some Help to start
Replies: 6
Views: 1756

Yes - that's a reason why I wanted to try it out. But I thought it isn't wise to learn from it, asa long as it doesn't work on my machine. I hope we will solve the problem...