Go Back   Cockos Incorporated Forums > Projects > Deprecated REAPER issue tracker > Closed Issue

JS: Retrieve time signature Issue Tools
issueid=2627 06-17-2010 06:28 AM
Human being with feelings
JS: Retrieve time signature
A method to find the time signature at the current playback position.

Maybe a split word kind of thing, like so...
Code:
numerator = time_sig & $xFF00;
denominator = time_sig & $x00FF;
Pleeeeez
Issue Details
Issue Type Closed Issue
Project Deprecated REAPER issue tracker
Category Plugins
Status Implemented
Priority 5 - Medium
Affected Version 3.60
Closed Version 3.65
Yes votes 6
No votes 0
Assigned Users (none)
Tags (none)

06-20-2010 03:40 PM
TFF TFF is offline
Human being with feelings
 
JS isn't really Cockos' creation, is it? They just implement it.
Reply
06-21-2010 05:10 PM
Human being with feelings
 
Quote:
Originally Posted by TFF
JS isn't really Cockos' creation, is it? They just implement it.
But, you goto the Jesusonic website and they say:

\\"NOTE: The Jesusonic Software is deprecated -- we recommend you use REAPER, since it includes a vastly superior newer version of Jesusonic, and offers a LOT of routing flexibility with very little downside. "

Their MAC installer is almost 6 years old.

So, ...who do we talk to?

:(
Reply
06-21-2010 05:36 PM
Human being with feelings
 
cockos built JS. there's also a JS engine as part of the reaFX package
Reply
06-21-2010 06:43 PM
Administrator
 
JS was and is developed entirely by Cockos. The original implementation was a standalone application which is now deprecated (that is what is referred to on jesusonic.com). All JS development now occurs within Reaper, and there's also a standalone ReaJS plugin that is a VST that can host JS scripts in other hosts besides Reaper.

That's all a giant OT though, the specific feature request here is coming soon.
Reply
06-23-2010 01:07 AM
Human being with feelings
 
Quote:
Originally Posted by schwa
the specific feature request here is coming soon.
<celebration>Yay!</celebration>
Reply
06-23-2010 05:56 AM
Administrator
 
You can test this in 3.64pre2 if you are interested.
Reply
06-23-2010 10:05 AM
Human being with feelings
 
Quote:
Originally Posted by schwa
You can test this in 3.64pre2 if you are interested.
Aye, I saw that. Limited time for play today but I might have a look tomorrow. Thanks :)
Reply
Reply

Issue Tools
Subscribe to this issue

All times are GMT -7. The time now is 04:39 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.