Page 1 of 2

Theremini Software for Linux? - Yes!

Posted: Thu Oct 19, 2017 8:04 am
by SuperPit
Maybe someone is interested in my newly created Theremini Software for Linux.
:mrgreen:

All features from original Theremini Editor implemented.

Update [17/10/23]
  • Worakround for locale-problem in numeric controllers.
  • Better MIDI handling.
  • Feature added: MidiFeedbackLoop - weird ;-)
    Use input from antennas to manipulate preset controllers.
  • Fixed import routine.

Re: Theremini Software for Linux? - Yes!

Posted: Mon Oct 23, 2017 6:26 pm
by bichuelo
Thanks for taking the time to code this! I don't have Linux installed but maybe one of our customers has one.
Could you please share a screenshot?

Re: Theremini Software for Linux? - Yes!

Posted: Tue Oct 24, 2017 3:05 am
by SuperPit
Screenshots of main functions

Re: Theremini Software for Linux? - Yes!

Posted: Tue Oct 24, 2017 3:18 am
by SuperPit
Screenshost of additional feature and preferences

Re: Theremini Software for Linux? - Yes!

Posted: Thu Oct 26, 2017 12:53 pm
by bichuelo
Thanks, this looks great!

We are sharing this with our customers and hopefully we can test it at our showroom (there are some computers running that OS here)

Re: Theremini Software for Linux? - Yes!

Posted: Fri Apr 13, 2018 3:11 am
by SuperPit
Update [18/04/13]
- Fixed comma in numeric values
- Fixed some undefs

Re: Theremini Software for Linux? - Yes!

Posted: Mon May 21, 2018 10:26 am
by bichuelo
I downloaded the file, but I'm afraid I'm a rookie and I ain't got a clue on how to make it work :oops:

Re: Theremini Software for Linux? - Yes!

Posted: Fri May 25, 2018 6:01 am
by SuperPit
First of all: you need perl !

Code: Select all

tar -xzf ThereMaxi.tar.gz
perl ThereMaxi/ThereMaxi.pl
If you get the message „Modules not found“,
you have to install the listed perl-modules according to your distribution.
Then redo

Code: Select all

perl ThereMaxi/ThereMaxi.pl

Re: Theremini Software for Linux? - Yes!

Posted: Fri Apr 12, 2019 7:27 am
by nocomp
hi superpit
thxx a lot for this great work. i am tryin it on kali, but no success
having issues with perl modules:
kali-rolling)nocomp@localhost:~/theremin/ThereMaxi$ perl ThereMaxi.pl
Modules not found:
File::Pid
MIDI::ALSA


i ve installed both module via cpan, still get the error any tip?

thxx for your help

Re: Theremini Software for Linux? - Yes!

Posted: Fri Apr 12, 2019 7:36 am
by nocomp
hi
thxx a lot for the great work, but no luck on kali
kali-rolling)nocomp@localhost:~/theremin/ThereMaxi$ perl ThereMaxi.pl
Modules not found:
File::Pid
MIDI::ALSA



i ve tried cpan install File::Pid & MIDI::ALSA but no luck, still not working.
any idea what i ve missed?
thxx for your job!

Re: Theremini Software for Linux? - Yes!

Posted: Mon Apr 15, 2019 12:16 pm
by nocomp
hummm, ilstalled all libs, and now i come up with that:

nocomp@ubuntu:~/Music/ThereMaxi$ perl ThereMaxi.pl
Use of uninitialized value $base:: in concatenation (.) or string at /home/nocomp/Music/ThereMaxi/lib/Controller.pm line 65.
ThereMaxi died
Can't locate object method "define" via package "_085" at /home/nocomp/Music/ThereMaxi/lib/Controller.pm line 76.
nocomp@ubuntu:~/Music/ThereMaxi$


helpppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppp :? :? :? :? :? :?

Re: Theremini Software for Linux? - Yes!

Posted: Mon Apr 15, 2019 6:54 pm
by bichuelo
I haven't been able to make it work either

Without profound knowledge on the OS and how to install its required pieces, not much can be done I guess

Maybe a guide for dummies could help!

Re: Theremini Software for Linux? - Yes!

Posted: Tue Apr 16, 2019 3:44 am
by nocomp
no news from the author :'(

Re: Theremini Software for Linux? - Yes!

Posted: Tue May 07, 2019 4:27 pm
by realitygaps
Together with the perl meetup at the local hackerspace we managed to get this running:

Change line 65 of lib/Controller.pm to:

$self = bless {}, "${base}::$self";

and it should work! I get my theremini tomorrow hopefully so didnt get a chance to try it out yet, but the GUI loads for me with this patch.

Re: Theremini Software for Linux? - Yes!

Posted: Mon May 13, 2019 9:22 am
by realitygaps
Theremini arrived, can confirm that it works with the patch above (Archlinux but should work on others also). Interestingly the Theremini Editor software from moog also runs nicely under wine on linux.