Author Topic: Openlase with Lasershark  (Read 7432 times)

nicobux

  • Newbie
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Openlase with Lasershark
« 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!

Macpod

  • Administrator
  • Full Member
  • *****
  • Posts: 179
  • Karma: +3/-0
    • View Profile
Re: Openlase with Lasershark
« Reply #1 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

nicobux

  • Newbie
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Re: Openlase with Lasershark
« Reply #2 on: March 09, 2017, 12:03:17 PM »
Ok I got it running. Thank you!
« Last Edit: March 09, 2017, 12:31:44 PM by nicobux »