Search found 7 matches

by jns
Wed May 08, 2024 22:31
Forum: General Chat
Topic: Randomise Parameter on MIDI input
Replies: 2
Views: 4018

Randomise Parameter on MIDI input

I'm working with a guitarist who is interested in using, for instance, Lines. He's using MiGiC to translate his guitar into MIDI signals, which in turn trigger individual clips or parameters within clips.

How should we go about having a few parameters be random on each trigger? Like "Rotation ...
by jns
Sun Jan 02, 2022 00:19
Forum: Problems? Bugs? Solutions!
Topic: Rest API for Dashboard & Master params
Replies: 1
Views: 2704

Re: Rest API for Dashboard & Master params

Aha!

Code: Select all

axios
	.put('http://localhost:8080/api/v1/composition', {
		speed: {
			value: 0.5,
		},
	})
	.then(
		(response) => {
			console.log(response)
		},
		(error) => {
			console.log(error)
		}
	)
by jns
Sun Jan 02, 2022 00:09
Forum: Problems? Bugs? Solutions!
Topic: Rest API for Dashboard & Master params
Replies: 1
Views: 2704

Rest API for Dashboard & Master params

I'm confused by the Swagger API on how to write the proper request for controlling the dashboard and master params. How should the code below be changed in order to a) set the master value and b) update Dashboard Link 1?

axios.post('http://192.168.1.222:8080/api/v1/composition/master/value', "0.5 ...
by jns
Sun Oct 25, 2015 14:10
Forum: Problems? Bugs? Solutions!
Topic: Use URL as input source OR multiple Syphoner instance
Replies: 2
Views: 3883

Re: Use URL as input source OR multiple Syphoner instance

Oh im so stupid.. of course i just tried with two chrome windows. Ill try this asap, thanks... geeez
by jns
Sun Oct 25, 2015 12:19
Forum: Problems? Bugs? Solutions!
Topic: Use URL as input source OR multiple Syphoner instance
Replies: 2
Views: 3883

Use URL as input source OR multiple Syphoner instance

I have two separate websites that I wish to use as sources in Resolume through Syphon.

I have tried using Syphoner but multiple Syphoner instances still only render 1 usable output for Resolume.

I know VDMX can fetch content from a site directly, and my question is if Resolume has something ...
by jns
Tue Jan 22, 2013 21:34
Forum: New Features
Topic: Advanced Output UI Feedback + Wishlist
Replies: 5
Views: 7961

Re: Advanced Output UI Feedback + Wishlist

I don't know if I was looking for a reply, I have just worked a lot with Resolume the last couple of months and wanted to shout out some things that I think would completely remove modul8 from my mind. Because I can't help but to feel that there are some minor things that could be added in Resolume ...
by jns
Wed Jan 16, 2013 06:01
Forum: New Features
Topic: Advanced Output UI Feedback + Wishlist
Replies: 5
Views: 7961

Advanced Output UI Feedback + Wishlist

Out of months of frustration of jumping between MadMapper and Resolume, and just wishing I could stick with one for the mapping, I am left without any choice but to go with MadMapper. And I have really tried, but there are too many things at the moment weird with the Advanced Output.

— Lock, i know ...