Author Topic: PC/Mac Editor version 2.00 (OLD THREAD NEWER EDITOR AVAILABLE)  (Read 63843 times)

Xavier

  • Administrator
  • Hero Member
  • *
  • Posts: 2256
    • View Profile
Re: PC/Mac Editor version 2.00
« Reply #90 on: March 20, 2017, 10:38:23 AM »
I modified the links to have direct downloads  :)

chaocrator

  • Team member
  • *
  • Posts: 28
    • View Profile
Re: PC/Mac Editor version 2.00
« Reply #91 on: March 29, 2017, 11:43:55 AM »
so, what is the build procedure for linux ?

Xavier

  • Administrator
  • Hero Member
  • *
  • Posts: 2256
    • View Profile
Re: PC/Mac Editor version 2.00
« Reply #92 on: March 29, 2017, 04:12:49 PM »
so, what is the build procedure for linux ?

Get the source :
https://github.com/Ixox/preenfm2Controller

In Host/Builds/Linux
run 'make'
The app should be compiled in Host/Builds/Linux/build/

chaocrator

  • Team member
  • *
  • Posts: 28
    • View Profile
Re: PC/Mac Editor version 2.00
« Reply #93 on: April 22, 2017, 12:40:24 AM »
today i have my PreenFM2 unit ready, and managed to build the editor on linux (ubuntu 16.04).
this was not easy.
tomorrow i'll reproduce the build procedure to make a step-by-step guide, since the procedure itself is pretty quirky.

p.s. the plugin build is still unsuccessful at the moment. going to try again tomorrow.

chaocrator

  • Team member
  • *
  • Posts: 28
    • View Profile
Re: PC/Mac Editor version 2.00
« Reply #94 on: April 22, 2017, 10:54:00 PM »
so, i successfully reproduced the standalone editor build procedure on the clean ubuntu 16.04, but can't build plugin.

the compiler output for master branch is here:

Quote
Compiling Enveloppe.cpp
In file included from ../../Source/UI/Enveloppe.cpp:19:0:
../../JuceLibraryCode/../JuceLibraryCode/JuceHeader.h:31:24: fatal error:
 BinaryData.h: No such file or directory
 #include "BinaryData.h"
                        ^
compilation terminated.
Makefile:111: recipe for target 'build/intermediate/Debug/Enveloppe_d93dfef8.o' failed
make: *** [build/intermediate/Debug/Enveloppe_d93dfef8.o] Error 1

and for the pluginworks branch:

Quote
Compiling tinythread.cpp
Compiling fractal.cpp
../../Source/PluginParameters/include/tinythread/test/fractal.cpp:30:24: fatal error: tinythread.h: No such file or directory
 #include <tinythread.h>
                        ^
compilation terminated.
Makefile:116: recipe for target 'build/intermediate/Debug/fractal_883848e9.o' failed
make: *** [build/intermediate/Debug/fractal_883848e9.o] Error 1

(copying tinythread.h to standard system include directories also does not help.)

matrix12x

  • Team Member
  • ***
  • Posts: 188
    • View Profile
Re: PC/Mac Editor version 2.00
« Reply #95 on: May 06, 2017, 05:48:51 AM »
Would it be possible in a future version of the editor to allow selection of the user waveforms?

chaocrator

  • Team member
  • *
  • Posts: 28
    • View Profile
Re: PC/Mac Editor version 2.00
« Reply #96 on: July 29, 2017, 07:28:40 PM »
got a strange behavior.
Push/Pull buttons don't work in linux version, but working in windows version running via wine on the same linux installation.
what can be wrong? did i miss something when compiled the editor?

update: MIDI monitor does not show any activity when linux editor is connected to it, so somethig's definitely missing, i guess. but what?
« Last Edit: July 29, 2017, 07:44:47 PM by chaocrator »

Xavier

  • Administrator
  • Hero Member
  • *
  • Posts: 2256
    • View Profile
Re: PC/Mac Editor version 2.00
« Reply #97 on: July 31, 2017, 11:46:19 AM »

Did you correctly assign the midi out/in in the options/midi settings menu ?

I know it's weird as it's midi only but you also have to select a sample rate supported by your audio hardware.


chaocrator

  • Team member
  • *
  • Posts: 28
    • View Profile
Re: PC/Mac Editor version 2.00
« Reply #98 on: September 27, 2017, 08:28:51 PM »
strange, but the build i had problems with 3 months ago now works as expected.
(with lokki's firmware, but anyway).
seems like something was wrong with prenfm's settings.

anderson303

  • Team member
  • *
  • Posts: 4
    • View Profile
Re: PC/Mac Editor version 2.00
« Reply #99 on: October 03, 2017, 09:19:13 PM »
Is there a way to see all the parameters of a selected patch?

Also, not sure what the Push and Pull buttons do. Clicking on them doesn't do anything? I was hoping "pull" would do this, would import all the settings so I could see what I'm working with?

Very clear GUI otherwise, is very clear to work with. Great job.

Xavier

  • Administrator
  • Hero Member
  • *
  • Posts: 2256
    • View Profile
Re: PC/Mac Editor version 2.00
« Reply #100 on: October 03, 2017, 10:13:31 PM »

Right, pull should copy the preset from the preenfm2 to the editor.
Push do the oposite.
(Software point of view)

Check Menu Options=>Midi settings as well as the midi channel if it does not work properly.