Jump to content

Recommended Posts

Posted

Hi, I've started to publish the tutorial of a MB project I'm working on and was wondering if it's ok to publish the link here. Apart from enjoying the project, my intention was to give something back to the community, so I'm taking plenty of photos and documenting in as much detail as I can with my spare time. Anyway the link is here;

http://noofny.blogspot.com

I couldn't find where the best place was to publish the link - hope the tutorial may help or inspire someone.

-Mike (noofny)

Posted

It's certainly OK - nay, encouraged, to post the link here. It's a really good blog, will be great for new members to read that one :)

It's just a real shame you didn't document it on the wiki :( Offsite documentation goes missing, cannot be updated, gets out of date and confuses people, etc etc etc....

Posted

Cool. Don't worry - when I finish it I intend to copy the tutorial to the WIKI, just didn't want to have to post to 2 sites whilst I'm putting it together. It'll be a good backup too if the blog goes down.

8)

Posted

What i call organization!

Rule #1 i might have to dig a bit into that .. the dreamy part, gotta read MIOS license first.

I am very interested in how you are assembling the frame, keep us informed.

Simone

Posted

Thanks Goblinz, yeah it's added a little more action to the project that's for sure!

Cimo - Cheers also - yeah I wouldn't dream of doing anything until I get TK's & the community's approval...will be doing a bit more on the frame this weekend so hopefully get more posted in the next couple of days.

Posted

I added an RSS feed to the blog so you can subscribe to it now, also added some download links for layout files. Got a fair bit done today but holding off posting until tomorrow when more is done.

We had the most amazing electrical storm in the middle of me doing a bunch of soldering today - a couple of lightning hits came down very close so I stopped, unplugged the computers, modem, TV, etc, then continued soldering. Gotta have priorities.

  • 1 month later...
Posted

Hey cheers for the comments! I've been working on the software and RGB LED matrix the last few weeks so haven't updated in a while - but once the LED's arrive from China in a week or 2 i'll have the final phase done and will post updates and move the doco into our wiki.

  • 3 weeks later...
  • 2 weeks later...
  • 2 months later...
Posted

hey! pretty impressing and inspiring.

i am trying to understand the remote script you wrote and allthough i am a noob when it comes to programming i was able to understand most of the script.

what i didn´t understand is how you handle the knobs. i found the line "def Handlepot" and "def HandleChannelButton" etc. there are some entries for the buttons, which i can handle and change for experiments. but there are no entries for the pots. i tried to make some, but nothing seemed to work.

i tried something like this:

def HandlePot(self, trackIndex, controllerIndex, potValue):

        if (self._LOG_HANDLER_EVENTS):

            self.logger.log("HandlePot > TRACK=" + str(trackIndex) + " CONTROLLER=" + str(controllerIndex)  + " VALUE=" + str(potValue))

     

        if (potValue > 0):

            if (trackIndex == 0):

                if (controllerindex == 10):

                    self.SetDeviceParameter(self.GetDeviceByName(trackIndex, "Beat Repeat"), "Offset")

        else:

            self._appInstance.show_message("HandlePot > TRACK=" + str(trackIndex) + " CONTROLLER=" + str(controllerIndex)  + " VALUE=" + str(potValue))

i am willing to learn, so maybe you can push me into directions.

thanks

greetings

john

Posted

john,

sorry about the longdelay - have moved house and been offline for a while. in my midibox sofftware i kind of hard-code the pot values to various control change events. you wont see any handling of these specifically in my liveapi script because I used the UI to 'learn' these pots. Later down the track I'll probably move this into the api script so it's easier to understand.

Hope this helps.

Posted

thanks noofny for the reply,

and, yes it helps. i thought, you somehow automapped the pots in the script like you did with the "Device On" function of the three channel buttons. that is what i tried to to, but haven´t been succesful yet. so, i guess i keep working on that and following your great work.

greetings

john

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...