Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFE: Linux standalone could use jack as well as alsa. #1

Closed
Baggypants opened this issue Apr 11, 2020 · 11 comments
Closed

RFE: Linux standalone could use jack as well as alsa. #1

Baggypants opened this issue Apr 11, 2020 · 11 comments
Assignees
Labels
bug Something isn't working

Comments

@Baggypants
Copy link

Baggypants commented Apr 11, 2020

Jack is a low latency audio interconnect and driver for Linux. It would be helpful for the standalone version. We can use the vst ver in the meantime.

@davidhealey
Copy link
Collaborator

That's weird, JACK should be available, but you're right it's not showing up. I'll investigate.

@davidhealey davidhealey self-assigned this Apr 11, 2020
@davidhealey davidhealey added the bug Something isn't working label Apr 11, 2020
@davidhealey
Copy link
Collaborator

Ok I found the issue, making a new build now.

@davidhealey
Copy link
Collaborator

I've replaced the installer in the v1.0.0 release. Should have JACK support now, please test and report back.

@Baggypants
Copy link
Author

I've downloaded it again from https://sampleson.com/collab3-thanks.html but Jack doesn't show up in the Driver drop down, only Alsa. It's a bit tricky to confirm which version I have. :)

@davidhealey
Copy link
Collaborator

Download from here - https://github.com/augustofilocamo/superOrgan/releases

@Baggypants
Copy link
Author

That's the one. Works with Jack now, ace job.

@jofemodo
Copy link

But ... where is the source code?

@davidhealey
Copy link
Collaborator

davidhealey commented Apr 12, 2020

Click the button that says Code :p

image

You'll also need HISE

@jofemodo
Copy link

Is this code the main program?

https://github.com/augustofilocamo/superOrgan/blob/master/Scripts/ScriptProcessors/CollaB3/ScriptProcessorMain.js

Can you explain a little bit about the audio engine?

@davidhealey
Copy link
Collaborator

davidhealey commented Apr 12, 2020

@jofemodo The instrument is created with HISE, a tool for building virtual instruments. HISE provides the audio engine which we have used to create CollaB3. This repo contains our HISE project, it doesn't contain the HISE audio engine.

HISE allows us to control and interact with its audio engine using scripting (similar to JavaScript). That is what you've found in the Scripts folder.

@jofemodo
Copy link

OK! I understand ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants