Search found 17 matches

by frankfurter
13 Jun 2016 22:33
Forum: General Discussion
Topic: using Legato w/ Sequencer Objects??
Replies: 0
Views: 1911

using Legato w/ Sequencer Objects??

can someone explain to me how the legato expression works and how to use it properly on the StepNote (or any sequencer) objects? can't seem to get it working properly & the documentation isn't very deep soooo i'm wondering if i'm just doing something wrong or i'm just expecting it to do something ...
by frankfurter
28 Jan 2015 01:54
Forum: General Discussion
Topic: send midi clock with lemur??
Replies: 5
Views: 5407

Re: send midi clock with lemur??

oops, had it setup to insert into my patch.

this one should work.
by frankfurter
04 Jan 2015 18:06
Forum: General Discussion
Topic: send midi clock with lemur??
Replies: 5
Views: 5407

Re: send midi clock with lemur??

hey, i was actually able to figure this out using the midiout(target,msg) commands for start, stop, timing & song position. it took some adjusting of the timing of the on clock script, and i had to send the timing ticks twice for the tempo to match on my electribe for some reason. think this is just ...
by frankfurter
15 Dec 2014 01:06
Forum: General Discussion
Topic: StepNote :: chords // sending multiple midi notes
Replies: 11
Views: 6422

Re: StepNote :: chords // sending multiple midi notes

so i ended up adding in step notes for each note in the chord. lootttttaa step notes…lol it works well w/ my other stuff, and i learned a lot of new things in the process. now i wonder if i could have made a single step note for each chord work w/ on clock scripts. if the timing would be tight. ...
by frankfurter
15 Dec 2014 01:01
Forum: General Discussion
Topic: New Lemur user
Replies: 3
Views: 851

Re: New Lemur user

i'm pretty new to lemur as well, but was able to make some cool patches in a week or two. i think the best way to learn is to take an already made patch from the factory presets or the user library (that hopefully is sort of similar to what u want to do), and see how they work, using the user guide ...
by frankfurter
10 Dec 2014 03:03
Forum: Troubleshooting
Topic: Need some help from a script master please!!
Replies: 4
Views: 936

Re: Need some help from a script master please!!

have u tried using modulo (%)? it should give u a nice wrap around back to the beginning if your steps go out or range.
by frankfurter
10 Dec 2014 03:00
Forum: General Discussion
Topic: StepNote :: chords // sending multiple midi notes
Replies: 11
Views: 6422

Re: StepNote :: chords // sending multiple midi notes

yea at least for now. i couldn't get the notes to fire off tightly w/ step note or step switch. i thought about using individual step notes for each note in the chord, but it would have gotten really messy where i was at in my patch, and kind of hard to edit on the fly i thought. i also have some ...
by frankfurter
09 Dec 2014 22:37
Forum: General Discussion
Topic: StepNote :: chords // sending multiple midi notes
Replies: 11
Views: 6422

Re: StepNote :: chords // sending multiple midi notes

ah ok… dang, so i'm not the only one. was hoping someone would be like 0_______o for now, i've gone in a different direction w/ my chord page. so its all good. also on a step note related topic, legato seems to work really wonky for me? like it doesn't legato, it more like sputters out the notes. ...
by frankfurter
06 Dec 2014 22:59
Forum: General Discussion
Topic: StepNote :: chords // sending multiple midi notes
Replies: 11
Views: 6422

Re: StepNote :: chords // sending multiple midi notes

so i just wanted to update this thread. that while i got it to work, the timing on the explicit note out messages firing off the stepswitch is pretty wonky. like a drunken sequencer. def not as tight as the built in StepNote. i read somewhere on here i think, that while timing on the new sequencer ...
by frankfurter
06 Dec 2014 22:34
Forum: General Discussion
Topic: save state of template?
Replies: 4
Views: 1106

Re: save state of template?

heyyo, thanks all! i think i got it to work w/ the save as in the app. it was mainly a bunch of onLoad scripts that i made for default settings in my template that was screwing with me. already had a lot of the arrays already built in so it was super simple just removing the load scripts. this is ...