Main Forums >> Keyboards & Synthesis
        Print Thread

Pages: 1
Moroccomoose



Joined: 12/04/11
Posts: 78
Loc: Northampton
Is anyone using the CTRLR Midi hardware VST interface designer?
      #985153 - 01/05/12 09:06 AM
Hello folks,

I stumbled upon the CTRLR web site recently - If you haven't seen it, you can download an open source program for designing custom software control panels for any MIDI hardware you like that run in the VST format. I think it is great.

So.. I had a go at making a panel for my tonelab and got it to work brilliantly. I did a thread here recently about controlling sysex parameters from the DAW. This fits the bill perfectly.

However, I would like to take my panel further to make the panel completely integrated with the ToneLab. (At the moment it only sends data to the hardware, it doesn't read data from the hardware)

The program allows you do write some C++ code to enhance it, but I'm not a programmer :-(

Does anyone have any experience with the CTRLR app who might be willing to help me?

Much appreciated

Stu.


Post Extras: Print Post   Remind Me!   Notify Moderator     Back to top
Richie Royale



Joined: 12/09/06
Posts: 3350
Loc: Bristol, England.
Re: Is anyone using the CTRLR Midi hardware VST interface designer? new [Re: Moroccomoose]
      #985159 - 01/05/12 09:31 AM
I've never heard of this, but it sounds interesting.

http://ctrlr.org/

The last time I dealt with any code was on the ZX Spectrum!

--------------------
http://soundcloud.com/richie-royale
http://www.mixcrate.com/richieroyale


Post Extras: Print Post   Remind Me!   Notify Moderator     Back to top
Martin WalkerModerator
Watcher Of The Skies


Joined: 28/02/01
Posts: 16375
Loc: Cornwall, UK
Re: Is anyone using the CTRLR Midi hardware VST interface designer? new [Re: Moroccomoose]
      #985265 - 01/05/12 11:42 PM
Quote Moroccomoose:

Does anyone have any experience with the CTRLR app who might be willing to help me?

Stu.




Hi Stu!

I’m currently using a CTRLR panel, and a very nice environment it is too

However, it was written by someone else and I haven’t personally tried programming with it apart from some small tweaks. Sorry!

If you do end up doing some more in-depth programming with it yourself, do be aware that some existing panels only work with specific versions of CTRLR (I’ve had to return to an earlier 925 version because the current stable version 934 and the latest nightly build have problems with the panel in question.

In other words, decide which version you’re going to work with, stick to i, and don’t expect newer versions to necessarily work the same way


Martin

--------------------
YewTreeMagic


Post Extras: Print Post   Remind Me!   Notify Moderator     Back to top
arkieboy
member


Joined: 07/11/02
Posts: 379
Loc: Oxfordish
Re: Is anyone using the CTRLR Midi hardware VST interface designer? new [Re: Moroccomoose]
      #985282 - 02/05/12 07:52 AM
Ohhh!! That's nice!

Steve

--------------------
arK music


Post Extras: Print Post   Remind Me!   Notify Moderator     Back to top
Moroccomoose



Joined: 12/04/11
Posts: 78
Loc: Northampton
Re: Is anyone using the CTRLR Midi hardware VST interface designer? new [Re: Moroccomoose]
      #985290 - 02/05/12 08:41 AM
Hey Martin,

Great to hear I'm not alone!

I had a major break through last night as I looked at and copied/adapted some of the code from the downloadable panels on the site. My panel now talks MIDI both ways so if the hardware knobs are tweaked, the panel responds :-)

Now I just need to understand some of the more complicated midi functions of the hardware to make the appropriate controls on the panel. (I'm learning the finer points of MIDI as quickly as I am the LUA code in CTRLR!) I'm struggling with the assignable 'control' button on the vox. Depending on how you assign it, It can be an on/off for FX or a tap time controller and other things. I don't know what the tonelab is looking for to simulate a 'virtual pressing' of the button from my panel. Any hints welcome!!

I'll prob keep my progress posted here. First the Vox panel, next my Korg DS-8!


Post Extras: Print Post   Remind Me!   Notify Moderator     Back to top
Dave B



Joined: 03/04/03
Posts: 5367
Loc: Maidenhead
Re: Is anyone using the CTRLR Midi hardware VST interface designer? new [Re: Moroccomoose]
      #985292 - 02/05/12 08:57 AM
Looks very nice and if I read the site correctly, there's an Audio Units version as well. Suddenly I can have fun from Logic. Good thing I have some holiday time coming!



--------------------
Veni, Vidi, Aesculi
(I came, I saw, I conkered)


Post Extras: Print Post   Remind Me!   Notify Moderator     Back to top
andymcbain



Joined: 06/03/05
Posts: 366
Re: Is anyone using the CTRLR Midi hardware VST interface designer? new [Re: Dave B]
      #985426 - 02/05/12 05:07 PM
Thanks for posting! Going to test it with my Novation A-Station right now


Post Extras: Print Post   Remind Me!   Notify Moderator     Back to top
Moroccomoose



Joined: 12/04/11
Posts: 78
Loc: Northampton
Re: Is anyone using the CTRLR Midi hardware VST interface designer? new [Re: Moroccomoose]
      #985970 - 05/05/12 10:46 PM
If anyone is following my thread on CTRLR.ORG, you will see I'm not finding it easy. The subtleties of LUA programming make it quite hard. Its been too long since the old days of BASIC on a BBC micro!

FWIW, I have got a very useful vst that works well. What I am trying to do with the programming is change which knobs are displayed and thier context, according to which FX are selected.

The guy on the CTRLR site is trying to be helpful, but I'm just not getting it. I get the feeling he is doing an almighty face plant every time I post!

Hopefully he will reply soon to my latest plea for help and I will move on a bit further.

That's all for now!

Stu.


Post Extras: Print Post   Remind Me!   Notify Moderator     Back to top
Moroccomoose



Joined: 12/04/11
Posts: 78
Loc: Northampton
Re: Is anyone using the CTRLR Midi hardware VST interface designer? new [Re: Moroccomoose]
      #987474 - 15/05/12 07:30 AM
SO I have finished my 1st panel, I started to get to grips with some of the simpler aspects of the API/Lua programming. I'm sure I'll attempt some more and try more complex functions. It is up on the CTRLR website if any one is interested in taking a look.

I'd also be interested to hear about others experience with the panel designs in CTRLR if anyone else decided to have a go.

But as my panel was for a guitar multi FX, I posted the link and everything over in that forum.

On to the next project!

Cheers all

Stu.


Post Extras: Print Post   Remind Me!   Notify Moderator     Back to top
Martin WalkerModerator
Watcher Of The Skies


Joined: 28/02/01
Posts: 16375
Loc: Cornwall, UK
Re: Is anyone using the CTRLR Midi hardware VST interface designer? new [Re: Moroccomoose]
      #987807 - 16/05/12 01:50 PM
Well done Stu!


Martin

--------------------
YewTreeMagic


Post Extras: Print Post   Remind Me!   Notify Moderator     Back to top
Pages: 1

Rate this thread

Jump to

Extra Information
0 registered and 6 anonymous users are browsing this forum.

Moderator:  David Etheridge, James Perrett, zenguitar, Martin Walker, Forum Admin, Hugh Robjohns, Zukan, Frank Eleveld, Will Betts,  
Forum Permissions
      You cannot start new topics
      You cannot reply to topics
      HTML is disabled
      UBBCode is enabled
Rating: ***
Thread views: 1724

 

Home | Search | News | Current Issue | Digital Editions | Articles | Forum | Subscribe | Shop | Readers Ads

Advertise | Information | Links | Privacy Policy | Support

May 2013
On sale now at main newsagents and bookstores (or buy direct from the
SOS Web Shop)
SOS current Print Magazine: click here for FULL Contents list
Click image for May 2013
DAW Tips from SOS
 

Email: Contact SOS

Telephone: +44 (0)1954 789888

Fax: +44 (0)1954 789895

Registered Office: Media House, Trafalgar Way, Bar Hill, Cambridge, CB23 8SQ, United Kingdom.

Sound On Sound Ltd is registered in England and Wales.

Company number: 3015516 VAT number: GB 638 5307 26

         

All contents copyright © SOS Publications Group and/or its licensors, 1985-2013. All rights reserved.
The contents of this article are subject to worldwide copyright protection and reproduction in whole or part, whether mechanical or electronic, is expressly forbidden without the prior written consent of the Publishers. Great care has been taken to ensure accuracy in the preparation of this article but neither Sound On Sound Limited nor the publishers can be held responsible for its contents. The views expressed are those of the contributors and not necessarily those of the publishers.

Web site designed & maintained by PB Associates | SOS | Relative Media