If you have a problem or need to report a bug please email : support@dsprobotics.com
There are 3 sections to this support area:
DOWNLOADS: access to product manuals, support files and drivers
HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects
USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here
NEW REGISTRATIONS - please contact us if you wish to register on the forum
Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright
Search found 27 matches
- Sat Apr 27, 2013 11:01 pm
- Forum: User Examples
- Topic: A random title generator
- Replies: 2
- Views: 14749
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..![]()
Cheers
Your next album should be:
The Hot Unwilling
(Generated by the tool)
- Sat Apr 27, 2013 5:04 pm
- Forum: User Examples
- Topic: A random title generator
- Replies: 2
- Views: 14749
- Fri Apr 26, 2013 7:18 pm
- Forum: General
- Topic: FL Flowstone
- Replies: 15
- Views: 43500
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.
- Thu Apr 25, 2013 10:17 pm
- Forum: General
- Topic: FL Flowstone
- Replies: 15
- Views: 43500
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.
- Thu Apr 25, 2013 10:12 pm
- Forum: User Examples
- Topic: Collection with various date routines
- Replies: 1
- Views: 12899
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 ...
Modules/routines:
- JulianDate
Calculates the Julian Day number from a Gregorian date
- LeapYear
Returns True if a year specified is a leap year.
- Easter ...
- Tue Apr 23, 2013 10:53 pm
- Forum: General
- Topic: Ruby code help
- Replies: 4
- Views: 13946
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 ...
- Tue Apr 23, 2013 8:44 pm
- Forum: General
- Topic: Ruby code help
- Replies: 4
- Views: 13946
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 ...
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 ...
- Tue Apr 23, 2013 8:06 pm
- Forum: General
- Topic: Ruby code help
- Replies: 4
- Views: 13946
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 ...
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 ...
- Mon Apr 22, 2013 10:24 am
- Forum: User Examples
- Topic: Bass Boost
- Replies: 1
- Views: 11756
Re: Bass Boost
Cool. Thanks 
- Sat Apr 20, 2013 10:47 am
- Forum: User Examples
- Topic: Updated - pan knob (L/R mix)
- Replies: 15
- Views: 44891
Re: Pan Knob! Woo!
Here's the version I allways use: