mobius-looper / mobius

Other
17 stars 5 forks source link

Port UI to Juce #3

Open krawumski opened 1 year ago

krawumski commented 1 year ago

I am in the process of porting the Möbius UI to Juce. So far I have an empty main window with a menu bar and all menu entries, plus an almost finished audio device selection dialog. My time is still limited so progress is slow, but at least there is a working skeleton and it's getting easier to add things. My next aim would be to go after the main UI. However the code base is a bit of a construction site for the time being, and the build process is a mix of nmake and cmake for now. Just wanted to let everyone know what I've been working on and get the discussion going.

ClaudioCas commented 1 year ago

Thanks Krawumski, also in this case it would probably be good to create a branch for JuiceUI, in order to leave the 32bit master and the 64bit version independent in development, and then do a merge when the development of the new UI will be mature . I have no experience with Juice, but I can start looking. Waiting for your forks!