Rayzoon Technologies LLC Forum Index Rayzoon Technologies LLC
Official Online Community & Support
 
Rayzoon Web Site

 FAQFAQ   SearchSearch   http://rayzoon.com/v-web/bulletin/bb/lm.phpMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Working in Daw

 
Post new topic   Reply to topic    Rayzoon Technologies LLC Forum Index -> Jamstix - General
View previous topic :: View next topic  
Author Message
Grem_Songs
Jamologist
Jamologist


Joined: 06 Jan 2015
Posts: 148

PostPosted: Mon Apr 16, 2018 9:00 pm    Post subject: Working in Daw Reply with quote

My workflow with Jamstix would be much easier if I could select a measure in the song section and have my DAW start at that location.

I know I can preview a bar in the Bar Editor. But I want to hear how that bar sounds in context. So if I could just roll my mouse over the measure (cool feature btw!) I want to start from and hit the space bar twice to hear what I just created/altered

Also wouldn't it be nice in the Bar Editor when you right click on a 'note/drum/sound' that one of the options would be "Mute" so that you could preview the bar without that one note.
Back to top
View user's profile Send private message
Azimuth
Moderator & Beta Team
Moderator & Beta Team


Joined: 19 Nov 2010
Posts: 2131

PostPosted: Mon Apr 16, 2018 9:20 pm    Post subject: Reply with quote

Unfortunately communication is a one way street in that the DAW can tell the VSTi what to do but not vice versa. I modified and use a script for Reaper which allows me to position the play cursor to any measure I want. If you're using Reaper I'll gladly give it to you.

While a mute option would be nice as you point out, you can accomplish the same thing using ctrl-x & ctrl-v to cut and paste the note you want to review.
Back to top
View user's profile Send private message
Grem_Songs
Jamologist
Jamologist


Joined: 06 Jan 2015
Posts: 148

PostPosted: Mon Apr 16, 2018 11:31 pm    Post subject: Reply with quote

Yeah I thought so about the DAW. One Way Ticket Yeah!!

And I do use the ctrl+ c & v a lot. I also use the Ctrl+drag alot too!!

Thanks AZ
Back to top
View user's profile Send private message
Jae.Thomas
Grand Master Jam
Grand Master Jam


Joined: 06 Jun 2006
Posts: 280

PostPosted: Wed Apr 18, 2018 7:24 am    Post subject: Reply with quote

ralph I would love that script
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Azimuth
Moderator & Beta Team
Moderator & Beta Team


Joined: 19 Nov 2010
Posts: 2131

PostPosted: Wed Apr 18, 2018 7:36 am    Post subject: Reply with quote

Hi Jason,

It's actually me2beats script, I just made some mods because it went to the wrong measure as it was written. Here's the code:

Code:
-- @description Go to measure
-- @version 1.0
-- @author me2beats
-- @changelog
--  + init

local r = reaper

local retval, msr = r.GetUserInputs("Go to measure", 1, "Go to measure:", "")
if not retval then return end
msr = tonumber(msr - 1)
if not msr or msr < 0 then return end

msr = math.floor(msr+.5)

local time = r.TimeMap_GetMeasureInfo(0, msr)

local play_st = r.GetPlayState()
if (play_st == 0 or play_st == 2) and r.GetCursorPosition() == time then return end

r.Undo_BeginBlock()
r.SetEditCurPos2(0, time, 0, 1)
r.Undo_EndBlock('Go to measure'..' '..(msr + 1), 0)


Enjoy!
A_zimuth (not Ralph LOL)
Back to top
View user's profile Send private message
Jae.Thomas
Grand Master Jam
Grand Master Jam


Joined: 06 Jun 2006
Posts: 280

PostPosted: Wed Apr 18, 2018 7:38 am    Post subject: Reply with quote

Hi there -

my apologies - I just woke up.

Embarassed

thank you VERY much mr. zimuth
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Jae.Thomas
Grand Master Jam
Grand Master Jam


Joined: 06 Jun 2006
Posts: 280

PostPosted: Wed Apr 18, 2018 7:40 am    Post subject: Reply with quote

is that lua or eel?
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Jae.Thomas
Grand Master Jam
Grand Master Jam


Joined: 06 Jun 2006
Posts: 280

PostPosted: Wed Apr 18, 2018 8:46 am    Post subject: Reply with quote

it's lua sorry

the script doesnt seem to support offsets in reaper?

actually no its jamstix that has the problem
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Azimuth
Moderator & Beta Team
Moderator & Beta Team


Joined: 19 Nov 2010
Posts: 2131

PostPosted: Wed Apr 18, 2018 12:46 pm    Post subject: Reply with quote

Oh sorry about that Jason, yes it's LUA. What are you referring to about "offsets"?
Back to top
View user's profile Send private message
Jae.Thomas
Grand Master Jam
Grand Master Jam


Joined: 06 Jun 2006
Posts: 280

PostPosted: Wed Apr 18, 2018 5:47 pm    Post subject: Reply with quote

bar offsets. Jamstix options, you can put in offsets to when a song actually starts, the measure, etc
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Azimuth
Moderator & Beta Team
Moderator & Beta Team


Joined: 19 Nov 2010
Posts: 2131

PostPosted: Wed Apr 18, 2018 9:20 pm    Post subject: Reply with quote

Yeah, the script is going to go to whatever measure you tell it to in Reaper and has no idea what any VSTi is set to do.
Back to top
View user's profile Send private message
Jae.Thomas
Grand Master Jam
Grand Master Jam


Joined: 06 Jun 2006
Posts: 280

PostPosted: Thu Apr 19, 2018 7:38 am    Post subject: Reply with quote

yeah, just noticed the jamstix issue because of it Smile

I did a search, ACTUAL ralph is fixing it in the next update.
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Rayzoon Technologies LLC Forum Index -> Jamstix - General All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2002 phpBB Group