Recent content by John Roper

  1. John Roper

    Designing a set for a concert hall

    My school doesn’t have a theater, only a concert hall. I’m setting out to design a production of Songs for a New World and I’m really struggling with how to deal with the space.- The stage is all shiny wood so it reflects light very easily - there are no wings at all, just one normal door on...
  2. John Roper

    Tonalite Lighting Console Development Videos

    Happy New Year everyone!I recently started rebuilding my network-based lighting controller Tonalite from the ground-up so I can make it faster and have more industry-standard features. During development, I decided that it might be interesting to some people to learn how a lighting console...
  3. John Roper

    24/32-bit fixture control

    I was thinking it would be useful for dimming (intensity or color) or pan/tilt.
  4. John Roper

    24/32-bit fixture control

    I realize that 16-bit control for fixture parameters has been available for a while now, but are there any fixtures/softwares that support 24 or 32bit control?
  5. John Roper

    Tonalite lighting software beta, feedback requested

    Awesome, thanks! What kinds of shortcuts would you be interested in? IE. What would they do?
  6. John Roper

    Tonalite lighting software beta, feedback requested

    Thanks for trying it out! This is version 2 since I started developing it, but this is the first publicly available version. I call it version 2 because there was an iteration that was very different a couple of years ago. Version 2 was basically me starting over with the same name. I'll...
  7. John Roper

    Tonalite lighting software beta, feedback requested

    I just updated the post above with this info so everyone can see it.
  8. John Roper

    Tonalite lighting software beta, feedback requested

    Hi everyone, I've been working on developing a new lighting software for schools and small venues for a while now, and have been using it for multiple shows during that time. I've finally put out a beta that I would like people to try out for themselves. Will you try it and give some feedback...
  9. John Roper

    Control/Dimming Converting RGB to RGBAW and RWAGCBI

    Hi,I have this formula to convert RGB to RGBAW but I was wondering if anyone could help me with formulas to convert to other common fixture color formats such as RGBI or RWAGCBI.Formula for RGB to RGBAW:w = min(ri, gi, bi) a = ri-w if (a>(gi-w)*2) a = (gi-w)*2 r = ri-w-a g = gi-w-a/2 b = bi-w
Back