Search found 38 matches

by VanHammen
Sun Apr 02, 2023 11:29 am
Forum: Linux Music News
Topic: Bipscript v0.18
Replies: 2
Views: 943

Re: Bipscript v0.18

bipscript uses a dedicated graphical IDE? Is it possible to use it as nvim plugin instead? The IDE is optional, absolutely not needed to write or run bipscript code. You can write in the editor of your choice and run via the command line, shebangs in the script work too: #!/usr/bin/bipscript The on...
by VanHammen
Sun Apr 02, 2023 10:57 am
Forum: Linux Music News
Topic: Bipscript v0.18
Replies: 2
Views: 943

Bipscript v0.18

Bipscript is a scripting language for interactive music. Features include APIs for audio plugin hosting, MIDI sequencing and OSC control. Installers are available for Arch, Fedora, openSUSE and Ubuntu, many thanks to those who created packages. Version v0.18 is now available, it includes import stat...
by VanHammen
Sat Sep 24, 2022 8:59 pm
Forum: Linux Music News
Topic: Bipscript 0.17 released
Replies: 4
Views: 767

Re: Bipscript 0.17 released

ABC is very nice and there are many implementations around, but what about MML? The advantage of ABC over MML is that there's a single spec, so in theory all software is working with the same notation. MML seems to have a different flavor for each hardware project that used it. It makes sense but a...
by VanHammen
Sat Sep 24, 2022 1:01 pm
Forum: Linux Music News
Topic: Bipscript 0.17 released
Replies: 4
Views: 767

Re: Bipscript 0.17 released

I just tried to update the openSUSE package but the build failed Many thanks for packaging. There are a few warnings there that really should be cleaned up but the only error (so far) looks like a missing include. I've fixed this now in the master branch. If you want to patch 0.17 for the package i...
by VanHammen
Fri Sep 23, 2022 1:52 pm
Forum: Linux Music News
Topic: Bipscript 0.17 released
Replies: 4
Views: 767

Bipscript 0.17 released

Bipscript is a scripting language for interactive music. Features include APIs for audio plugin hosting, MIDI sequencing and OSC control. Version 0.17 is now available, includes upgraded support for ABC notation + Ableton Link integration Site: http://www.bipscript.org Install: http://www.bipscript....
by VanHammen
Fri Aug 05, 2022 12:36 pm
Forum: Developer's Section
Topic: Script interpreter licensing issues
Replies: 7
Views: 5363

Re: Script interpreter licensing issues

They said if a plugin or script only works in this one specific host program (and therefore needs it) it is considered derived code of GPL and therefore GPL. If it is a generic API, likely with multiple options for host programs, then it is free to license by the script author. Thank you nils that'...
by VanHammen
Sun Jul 31, 2022 1:02 pm
Forum: Developer's Section
Topic: Script interpreter licensing issues
Replies: 7
Views: 5363

Re: Script interpreter licensing issues

Thank you all for your replies, I remain convinced the GPL is the correct license for this project for several reasons: the compatibility with the larger Linux community, the ability to assimilate other GPL'd code, and not least the free speech principle. The open question was what happens when some...
by VanHammen
Thu Jul 28, 2022 2:15 pm
Forum: Developer's Section
Topic: Script interpreter licensing issues
Replies: 7
Views: 5363

Script interpreter licensing issues

Got a user request for my "bipscript" project: dump GPL and go with MIT! Gut reaction is "lol no" but I'm wondering if there's a point to be made regarding those who want to write scripts and then distribute them. I pasted my reply below, does anyone here see anything factually i...
by VanHammen
Sat Apr 16, 2022 12:07 pm
Forum: Raspberry Pi
Topic: Any PI music apps that work with OSC + examples for setup?
Replies: 1
Views: 22000

Re: Any PI music apps that work with OSC + examples for setup?

What other applications besides ZynAddSubFX do you know of that can be controlled using OSC on your Pi? It does not qualify as ready-to-install but if you are not afraid of little a scripting please note you can turn any LV2 plugin into an OSC controlled application using bipscript. Here is an exam...
by VanHammen
Sun Jan 16, 2022 11:44 am
Forum: Linux Music News
Topic: Bipscript v0.15
Replies: 10
Views: 5173

Re: Bipscript v0.15

yep, that's what I get if I connect thru a browser profile where I hold no account for Vimeo. Note that when you "think" youtube or others don't ask for login that's usually because you're already "transparently" ID'ed since you've got some FB or Twit or Google or others, accoun...
by VanHammen
Sat Jan 15, 2022 6:19 pm
Forum: Linux Music News
Topic: Bipscript v0.15
Replies: 10
Views: 5173

Re: Bipscript v0.15

They require login to view. This should not be the case and indeed I find I can view no problem with no login on desktop and mobile. I wonder why you can't? Does anybody else have this issue? Note these videos are just a lecture with slides.. If you're looking for a video that shows e.g. the new co...
by VanHammen
Sat Jan 15, 2022 11:30 am
Forum: Linux Music News
Topic: Bipscript v0.15
Replies: 10
Views: 5173

Re: Bipscript v0.15

varpa wrote: Sat Jan 15, 2022 4:22 am Your link to bipscript is wrong
Thank you, link fixed now
tavasti wrote: Sat Jan 15, 2022 7:59 am Tried to find some videos about bipscript in youtube, but no hits :-o
I don't doubt it but there are a few videos on Vimeo:

https://vimeo.com/showcase/7880677
by VanHammen
Fri Jan 14, 2022 5:12 pm
Forum: Linux Music News
Topic: Bipscript v0.15
Replies: 10
Views: 5173

Re: Bipscript v0.15

by VanHammen
Fri Jan 14, 2022 4:32 pm
Forum: Linux Music News
Topic: Bipscript v0.15
Replies: 10
Views: 5173

Bipscript v0.15

Bipscript version 0.15 is now available: new Midi.Sequence object represents a timed sequence of midi events midi files have much better support, now including all SMF meta messages bipscript IDE now has a simple read-only graph view showing the audio connections of a running script (note the IDE no...
by VanHammen
Sun Jul 18, 2021 11:37 am
Forum: Linux Music News
Topic: Bipscript v0.12 now available
Replies: 6
Views: 10366

Re: Bipscript v0.12 now available

Hey fantastic! I've updated the site to include a link to GeekosDAW: http://www.bipscript.org/install.html

Thanks again!