Search found 27 matches

by Yuroun
Sat Apr 27, 2013 11:01 pm
Forum: User Examples
Topic: A random title generator
Replies: 2
Views: 14734

Re: A random title generator

billv wrote:Thanks mate. Whenever I finish an album and have to name it, I always get stuck.
Not any more.. :lol:
Cheers :D


Your next album should be:

The Hot Unwilling

(Generated by the tool) :lol:
by Yuroun
Sat Apr 27, 2013 5:04 pm
Forum: User Examples
Topic: A random title generator
Replies: 2
Views: 14734

A random title generator

Idea and words stolen from here:
http://mdbenoit.com/rtg.htm

Pretty basic stuff in here... :D

rndtitlegen.png
rndtitlegen.png (16.94 KiB) Viewed 14734 times

Random Title Generator.fsm
(6.62 KiB) Downloaded 1463 times


Have fun :D
by Yuroun
Fri Apr 26, 2013 7:18 pm
Forum: General
Topic: FL Flowstone
Replies: 15
Views: 43438

Re: FL Flowstone


If I understood right, you have both Synthmaker and Flowstone standalones installed, as well as FLS10 and FLS11, right?

Mmm, I'll cross fingers and install FLS11 then... If I have any problem I'll hate you for being a lucky lad...

I have the same, here. I have also the 64 bit of FLS installed.
by Yuroun
Thu Apr 25, 2013 10:17 pm
Forum: General
Topic: FL Flowstone
Replies: 15
Views: 43438

Re: FL Flowstone

I have FLS 11 installed too, and have no troubles with that. The modules I made and stored in my toolbox are available in FLS11 too. So, it's an advantage to me.
by Yuroun
Thu Apr 25, 2013 10:12 pm
Forum: User Examples
Topic: Collection with various date routines
Replies: 1
Views: 12887

Collection with various date routines

Here are some modules in FS. I made/collected/converted them to Ruby as an exercise to learn Ruby. Maybe someone has some use for them.

Modules/routines:
- JulianDate
Calculates the Julian Day number from a Gregorian date

- LeapYear
Returns True if a year specified is a leap year.

- Easter ...
by Yuroun
Tue Apr 23, 2013 10:53 pm
Forum: General
Topic: Ruby code help
Replies: 4
Views: 13925

Re: Ruby code help


If that all seems very confusing, don't worry, you are not alone. I come from a procedural language background too, and all this "object oriented" stuff still seems very weird!

Hmm, I understand now why my example doesn't work. Thanks for this learning experience

next time I use the .div

It ...
by Yuroun
Tue Apr 23, 2013 8:44 pm
Forum: General
Topic: Ruby code help
Replies: 4
Views: 13925

Re: Ruby code help

Hi Yaroun,

It's the capital letters used for your variable names that Ruby doesn't like - it's very strict about that kind of thing, because caps/lower-case has special meaning in Ruby's syntax. The rest of your code looks fine.
Variable names should always start with a lower-case letter - the ...
by Yuroun
Tue Apr 23, 2013 8:06 pm
Forum: General
Topic: Ruby code help
Replies: 4
Views: 13925

Ruby code help

I'm trying to learn Ruby a bit. I'm trying to convert my old Julian date routine from Pascal to Ruby, but get a error message.

This gives error message: "Unexpected tIDENTIFIER, expecting keyword_end"

I don't know why

Temp = (@Month - 14) div 12
Y = @Year
M = @Month
D =@Day
T1 = 1461 * (Y ...
by Yuroun
Mon Apr 22, 2013 10:24 am
Forum: User Examples
Topic: Bass Boost
Replies: 1
Views: 11744

Re: Bass Boost

Cool. Thanks 8-)
by Yuroun
Sat Apr 20, 2013 10:47 am
Forum: User Examples
Topic: Updated - pan knob (L/R mix)
Replies: 15
Views: 44839

Re: Pan Knob! Woo!

Here's the version I allways use:

Autopan.fsm
(212.7 KiB) Downloaded 1427 times