Giter Club home page Giter Club logo

mosca's People

Contributors

escuta avatar gaeljaton avatar gitter-badger avatar thibaudk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

mosca's Issues

Automation functionalities

  • snapshot when first opening the automation control (initialize "now" at -1 ?)
  • load audio file from project directory if it isn't found in the absolute path

Installing on Arch-based Distros

Hello,
I know that Mosca runs on Scrime, which runs Arch Linux as far as I know. What is the best way to install Mosca on an Arch-based distro?

Thanks so much for your help!

Fix distance computaiton

Reverting to the original 1/r attenuation.
Simplified
Smooth transition to 0
Homogeneous across all libs

ERROR: Message 'xboxProxy' not understood.

Hello!

I am using Mosca 0.4, SuperCollider 3.12.0 and atk 5.0.3 on a linux ubuntu 20.04.
I am having issues using the proxy access to coordinates (my goal is to control the position of the sources via OSC from another software), as mentioned in the title I receive this error message:
"ERROR: Message 'xboxProxy' not understood." (screenshot below)

I cannot figure out what to correct, the code I've pasted is the one from the help file (also on the screenshot), so any help would be really welcome :)

Thanks in advance,

Dana

spc mosca error

Linear Intensity ?

Hi,

I was wondering about the "linear intensity" feature.
I can't see how the synthdefs are affected other than by name?
Can you please point me to where in the code "linear intensity" is actually applied to the
distance parameter?

Thanks a lot!

Test "prGetSource" raise "index must be an Integer" error

Hello,

First of all, congratulations for your work !

I have the following error "index must be an Integer" when i use this method (but also any other method) :

~moscaInstance.getSCBus(1);
~moscaInstance.setCartesian(1, 0, 0,0);
...

I think it comes from the "prGetSource" method, the condition should be "if not".


	prGetSource
	{ | sourceNum |

		if (sourceNum.isInteger)
		{
			^Error("index must be an Integer").throw;
		} {
			^sources.get[(sourceNum.clip(1, sources.get.size)) - 1];
		};
	}

What do you think ?
Thanks !

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.