Theremini Software for Linux? - Yes!

Share your theremin experience: tips, tricks, techniques, favorite theremin moments.
SuperPit
Posts: 5
Joined: Thu Oct 19, 2017 7:46 am

Theremini Software for Linux? - Yes!

Post by SuperPit » Thu Oct 19, 2017 8:04 am

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.
Attachments
ThereMaxi.tar.gz
Update [17/10/23]
(29.79 KiB) Downloaded 460 times
Last edited by SuperPit on Mon Oct 23, 2017 4:51 am, edited 1 time in total.

User avatar
bichuelo
Posts: 862
Joined: Fri Jan 22, 2010 5:25 pm
Location: Bogotá, Colombia
Contact:

Re: Theremini Software for Linux? - Yes!

Post by bichuelo » Mon Oct 23, 2017 6:26 pm

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?
http://audiotecna.info
T-III, Voyager, VX-351, Slim Phatty, Model D, Sub Phatty, Subsequent 37, Minitaur, all moogerfoogers and minifoogers, EW+, Theremini, Model 15, Filtatron, Animoog, Model D App, iOS 11 Mother-32, DFAM, Werkstatt, Win7, High Sierra

SuperPit
Posts: 5
Joined: Thu Oct 19, 2017 7:46 am

Re: Theremini Software for Linux? - Yes!

Post by SuperPit » Tue Oct 24, 2017 3:05 am

Screenshots of main functions
Attachments
main-global.png
main-advanced.png
main-basic.png

SuperPit
Posts: 5
Joined: Thu Oct 19, 2017 7:46 am

Re: Theremini Software for Linux? - Yes!

Post by SuperPit » Tue Oct 24, 2017 3:18 am

Screenshost of additional feature and preferences
Attachments
prefs-general.png
prefs-controller.png
feature-midifeedback.png

User avatar
bichuelo
Posts: 862
Joined: Fri Jan 22, 2010 5:25 pm
Location: Bogotá, Colombia
Contact:

Re: Theremini Software for Linux? - Yes!

Post by bichuelo » Thu Oct 26, 2017 12:53 pm

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)
http://audiotecna.info
T-III, Voyager, VX-351, Slim Phatty, Model D, Sub Phatty, Subsequent 37, Minitaur, all moogerfoogers and minifoogers, EW+, Theremini, Model 15, Filtatron, Animoog, Model D App, iOS 11 Mother-32, DFAM, Werkstatt, Win7, High Sierra

SuperPit
Posts: 5
Joined: Thu Oct 19, 2017 7:46 am

Re: Theremini Software for Linux? - Yes!

Post by SuperPit » Fri Apr 13, 2018 3:11 am

Update [18/04/13]
- Fixed comma in numeric values
- Fixed some undefs
Attachments
ThereMaxi.tar.gz
Update
(30.29 KiB) Downloaded 347 times

User avatar
bichuelo
Posts: 862
Joined: Fri Jan 22, 2010 5:25 pm
Location: Bogotá, Colombia
Contact:

Re: Theremini Software for Linux? - Yes!

Post by bichuelo » Mon May 21, 2018 10:26 am

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:
http://audiotecna.info
T-III, Voyager, VX-351, Slim Phatty, Model D, Sub Phatty, Subsequent 37, Minitaur, all moogerfoogers and minifoogers, EW+, Theremini, Model 15, Filtatron, Animoog, Model D App, iOS 11 Mother-32, DFAM, Werkstatt, Win7, High Sierra

SuperPit
Posts: 5
Joined: Thu Oct 19, 2017 7:46 am

Re: Theremini Software for Linux? - Yes!

Post by SuperPit » Fri May 25, 2018 6:01 am

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

nocomp
Posts: 9
Joined: Sat Mar 09, 2019 10:36 am

Re: Theremini Software for Linux? - Yes!

Post by nocomp » Fri Apr 12, 2019 7:27 am

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

nocomp
Posts: 9
Joined: Sat Mar 09, 2019 10:36 am

Re: Theremini Software for Linux? - Yes!

Post by nocomp » Fri Apr 12, 2019 7:36 am

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!

nocomp
Posts: 9
Joined: Sat Mar 09, 2019 10:36 am

Re: Theremini Software for Linux? - Yes!

Post by nocomp » Mon Apr 15, 2019 12:16 pm

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 :? :? :? :? :? :?

User avatar
bichuelo
Posts: 862
Joined: Fri Jan 22, 2010 5:25 pm
Location: Bogotá, Colombia
Contact:

Re: Theremini Software for Linux? - Yes!

Post by bichuelo » Mon Apr 15, 2019 6:54 pm

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!
http://audiotecna.info
T-III, Voyager, VX-351, Slim Phatty, Model D, Sub Phatty, Subsequent 37, Minitaur, all moogerfoogers and minifoogers, EW+, Theremini, Model 15, Filtatron, Animoog, Model D App, iOS 11 Mother-32, DFAM, Werkstatt, Win7, High Sierra

nocomp
Posts: 9
Joined: Sat Mar 09, 2019 10:36 am

Re: Theremini Software for Linux? - Yes!

Post by nocomp » Tue Apr 16, 2019 3:44 am

no news from the author :'(

realitygaps
Posts: 2
Joined: Tue May 07, 2019 4:21 pm

Re: Theremini Software for Linux? - Yes!

Post by realitygaps » Tue May 07, 2019 4:27 pm

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.

realitygaps
Posts: 2
Joined: Tue May 07, 2019 4:21 pm

Re: Theremini Software for Linux? - Yes!

Post by realitygaps » Mon May 13, 2019 9:22 am

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.

Post Reply