Macpod LLC: Forums

Support => LaserShark Support => Topic started by: nicobux on March 08, 2017, 11:02:25 AM

Title: Openlase with Lasershark
Post by: nicobux on March 08, 2017, 11:02:25 AM
Hello,

I'm wondering what the correct way to go about using playilda from openlase with lasershark is. I've set everything up with JACK and made the output/input connections for playilda as well. I'm just not sure what to run to get the lasershark sending data to my scanners. Using Ubuntu.

Thank you!
Title: Re: Openlase with Lasershark
Post by: Macpod on March 09, 2017, 01:29:18 AM
Hi Nico,

To use playilda you will need to provide the name of the ilda file and optionally the rate. If you do not specify the rate, the default point rate of 30000 will be used:
https://github.com/marcan/openlase/blob/master/tools/playilda.c#L478

I.e.:
./playilda -s myfile.ilda 15000

or:
./playilda -s myfile.ilda

Prior to running this command you will need to start the jack server if you have not already. Best way to verify that is running is to run another example from openlase
Title: Re: Openlase with Lasershark
Post by: nicobux on March 09, 2017, 12:03:17 PM
Ok I got it running. Thank you!