Expert-sleepers MIDI & OSC Scripting v1.1.0 Bedienungsanleitung

Stöbern Sie online oder laden Sie Bedienungsanleitung nach Audio Expert-sleepers MIDI & OSC Scripting v1.1.0 herunter. Expert Sleepers MIDI & OSC Scripting v1.1.0 User Manual Benutzerhandbuch

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 16
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 0
Expert Sleepers
MIDI & OSC Scripting Manual
v1.1.0
Seitenansicht 0
1 2 3 4 5 6 ... 15 16

Inhaltsverzeichnis

Seite 1 - Expert Sleepers

Expert SleepersMIDI & OSC Scripting Manualv1.1.0

Seite 2

local function handleNoteOff( channel, noteNumber, velocity )! -- do stuffendrequestNoteOff( 60, handleNoteOff )requestCC( cc, function )Request that

Seite 3 - Contents

requestChannelPressure( function )Request that the given function be called in response to a MIDI channel pressure (after-touch) event. E.g.local

Seite 4 - Acknowledgements! 16

setGUIBoolValue( id, value )Sets a value that can be picked up by GUI objects. ‘id’ is a number between 0 and 7. ‘value’ is interpreted as a boolean v

Seite 5 - MIDI & OSC Lua scripting

•minorVersion•dotVersion•versionThe plug-in’s version number is of the form x.y.z (e.g. 2.1.4) where x is the major version number, y is the minor ver

Seite 6 - Overriding the default script

Version History1.1.0 27/7/2009•Added registerOSCPathForParameter() and registerOSCPathForParameterNormal-ized().1.0.0 19/5/2009•Initial version.!

Seite 7

ContactThe Expert Sleepers website is here:http://www.expert-sleepers.co.uk/Or you can [email protected] you can use the forum, which i

Seite 8

AcknowledgementsThe software described in this manual makes use of the following open source projects. The author is greatly indebted to them for t

Seite 9

Copyright © 2009 Expert Sleepers. All rights reserved. This manual, as well as the software described in it, is furnished under licence and may be use

Seite 10

ContentsMIDI & OSC Lua scripting! 5Learn by example! 5Share your scripts!! 5Script locations! 6Mac OS X! 6Windows! 6Overriding the default script!

Seite 11

setGUIBoolValue( id, value )! 12getGUIBoolValue( id )! 12setOthersGUIBoolValue( other, id, value )! 12getOthersGUIBoolValue( other, id )! 12registerOS

Seite 12 - Pre-defined Global Values

MIDI & OSC Lua scriptingFor most Expert Sleepers plug-ins it is possible to extend the plug-in’s MIDI & OSC func-tionality via user-writeable

Seite 13 - Debugging

Script locationsThe plug-in looks for MIDI & OSC scripts in standard locations. Scripts must have the file-name extension “.lua”.Mac OS XThe plug-i

Seite 14 - Version History

getParameter( param )Returns the value of the plug-in parameter. ‘param’ can either be the parameter name or the parameter ID (as returned from

Seite 15

The ‘id’ is matched against the OSC Port Offset of the plug-ins. Any plug-in that matches the id will have its parameter set.Note that all the plug-in

Seite 16 - Acknowledgements

requestAllCC( function )Request that the given function be called in response to any MIDI continuous controller (CC) event. E.g.local function handleC

Kommentare zu diesen Handbüchern

Keine Kommentare