The Wayback Machine - https://web.archive.org/web/20200628214611/https://github.com/topics/osc
Skip to content
#

osc

Here are 334 public repositories matching this topic...

companion
officialmattsnyder
officialmattsnyder commented Jul 30, 2019

Describe the feature
A simple text box in the button editor to be used to write and store notes for future button editing. This would be especially helpful for buttons with more extensive action sequences. Possibly even an option for notes on each individual action?

Is this platform dependent (windows, mac, ..)?
nope

**If documentation is required to implement, do you know where to

cancel
cancel commented Jan 31, 2020

It seems like the only reasonable way to get a command-line/terminal program in a usable state onto people's Macs is with Homebrew. I don't really know how Homebrew works internally, though the tool build script I made for orca will check to see if ncurses and portmidi have been installed via Homebrew.

It would be nice if someone could help create a Homebrew thingy (formula? cask? uhh) so tha

jcpst
jcpst commented Jan 21, 2016

I tried running the documentation generator and the following error occurred:

PHP Warning:  preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in /home/joe/git/xrnx/Xtra/HtmlGen/api_to_html.php on line 152

And it spit out .html pages with no documentation.

I have PHPv7 on my machine. I've never touched PHP code before, so I looked at their docs and

gdt
gdt commented Jan 30, 2017

At the main page for the this repo, there's no README, and hence no text after the file listing. What's missing is:

A brief explanation of what the app does. I don't mean how to operate it, but a summary of functionality as well as explaining things that are not present when such might reasonably be expected (e..g, if it does video, what about stills on command). Also does one need to have

avilleret
avilleret commented Jun 27, 2019

in the documentation, there is :

auto dom = ossia::net::init_domain(ossia::val_type::INT);
ossia::net::set_values(dom, {-1, 1, 2, 3, 5, 10});
ossia::net::set_domain(node, dom);

but it seems that domain functions have been move from ossia::net to ossia namespace.
maybe others also need check

The aboce should be :

auto dom = ossia::init_domain(ossia::val_type::I
wezz
wezz commented Jun 26, 2018

It took me a while to even figure out exactly how to install and load everything.

Now I've got freeliner up and running but due to all the keyboard shortcuts it's quite hard to figure out how to make any progress in making a visual.

It would greatly help to have either a written step by step guide or a screencast with someone instructing on how to make your first visuals. A Hello World for f

Improve this page

Add a description, image, and links to the osc topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the osc topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.