Search found 11 matches

by Captain Caveman
Wed Sep 11, 2013 6:53 pm
Forum: Jamstix - General
Topic: Reaper Users: ReaSongBuilder script
Replies: 26
Views: 188

Reaper Users: ReaSongBuilder script

<r>@a_zimuth: if you go to Help -> HTML lists -> ReaScript documentation Reaper shows the current API. Rounding crapola crops up all the time, with Python it turns out that an int isn't the integer found in every other programming language in the universe, but a 32 bit precision float so an ...
by Captain Caveman
Wed Sep 11, 2013 9:30 am
Forum: Jamstix - General
Topic: Reaper Users: ReaSongBuilder script
Replies: 26
Views: 188

Reaper Users: ReaSongBuilder script

<t>@a_zimuth: Thanks for the info, I've updated it so it rounds down any fractions either in the input fields or the subsequent divisions. (and changed the drum solo length)<br/>
<br/>
@roy_arn: I don't know what's happening because as far as I can see the Intro is always 2 bars long. Could you ...
by Captain Caveman
Mon Sep 09, 2013 7:06 pm
Forum: Jamstix - General
Topic: Reaper Users: ReaSongBuilder script
Replies: 26
Views: 188

Reaper Users: ReaSongBuilder script

<r>Apologies to everyone, because those other versions were completely broken. Well, they worked at 120bpm at 4/4 but at no other tempos or time signatures.<br/>
<br/>
Now it works with the time signature in Project Settings (not tempo markers or envelopes). I've tested 2/4, 3/4, 4/4 and 6/8 anyway ...
by Captain Caveman
Mon Sep 09, 2013 3:32 pm
Forum: Jamstix - General
Topic: Reaper Users: ReaSongBuilder script
Replies: 26
Views: 188

Reaper Users: ReaSongBuilder script

<t>Sorry 'bout that. It turns out there were a couple of rogue tabs (instead of equal number of spaces) in there so whilst it looked perfectly inline, opening it up in Komodo Edit showed the problem. Python 3 must be fussier than v2 with that issue.<br/>
<br/>
That's the version uploaded with those ...
by Captain Caveman
Mon Sep 09, 2013 12:32 pm
Forum: Jamstix - General
Topic: Reaper Users: ReaSongBuilder script
Replies: 26
Views: 188

Reaper Users: ReaSongBuilder script

Thanks very much for letting me know, it would have taken a while for me to come across that one, being a 97.6% 4/4 guy. :)

I'll hopefully get to the bottom of this tonight.
by Captain Caveman
Mon Sep 09, 2013 6:42 am
Forum: Jamstix - General
Topic: Reaper Users: ReaSongBuilder script
Replies: 26
Views: 188

Reaper Users: ReaSongBuilder script

<t>Hmmm, I don't have time to check this out just now. Here's the code for the section lengths...<br/>
<br/>
[code:1:d19f9afada]# Here are all the possible sections.... A2, V1 etc = section length. <br/>
# Relative lengths are same as in Jamstix 3<br/>
# Ax = x bars Vx = Verse Length * x (see ...
by Captain Caveman
Sun Sep 08, 2013 7:16 pm
Forum: Jamstix - General
Topic: Reaper Users: ReaSongBuilder script
Replies: 26
Views: 188

Reaper Users: ReaSongBuilder script

Just reuploaded a new version with a fix for a bug in the settings dialog where you couldn't close it if the fields contained the wrong kind of data.
by Captain Caveman
Sun Sep 08, 2013 5:25 pm
Forum: Jamstix - General
Topic: Reaper Users: ReaSongBuilder script
Replies: 26
Views: 188

Reaper Users: ReaSongBuilder script

<r>Cheers, that was helpful - there was an extra space of indentation in that section. It was running fine with Python 2.7 (x86) and Reaper 4.52 (x86), but I've put it back to where it should have been so hopefully it will now run on everyone else's 'putes. <E>:)</E><br/>
<br/>
I've made it so that ...
by Captain Caveman
Sun Sep 08, 2013 2:25 pm
Forum: Jamstix - General
Topic: Reaper Users: ReaSongBuilder script
Replies: 26
Views: 188

Reaper Users: ReaSongBuilder script

Hmm.. that's strange, I'm running 2.75 and 4.52 too (32 bit (but that shouldn't matter).

Could you download it again in case something's wrong with the file and if it still produces a syntax error message, post it here?
Cheers!
by Captain Caveman
Sat Sep 07, 2013 6:42 pm
Forum: Jamstix - General
Topic: Reaper Users: ReaSongBuilder script
Replies: 26
Views: 188

Reaper Users: ReaSongBuilder script

<t>I've put together a ReaScript that takes the arrangement from the Jamstix Song Builder (IVVCCE etc) and creates regions in Reaper from the info, instantly (you can copy/paste) creating your song arrangement for visual and editing purposes. <br/>
<br/>
http://stash.reaper.fm/v/17752/ReaSongBuilder ...