Search found 35 matches
- 10 Jan 2014, 13:00
- Forum: General discussion
- Topic: Helper for copying old Usine Configs to new versions [OSX]
- Replies: 4
- Views: 5926
Sorry, nay, I don't have Mavericks so can't test it on that. I've tested it on 10.6 (Snow Leopard) and 10.8 (Mountain Lion) and it works there. It's probable that Apple made Mavericks even more secure/limited wrt moving files around inside app bundles. Maybe that user could try running the automator...
- 08 Jan 2014, 19:28
- Forum: News
- Topic: Usine Hollyhock Update #9 (1.03.012b) is available for download
- Replies: 16
- Views: 26838
- 08 Jan 2014, 13:17
- Forum: News
- Topic: Usine Hollyhock Update #9 (1.03.012b) is available for download
- Replies: 16
- Views: 26838
- 07 Jan 2014, 22:04
- Forum: News
- Topic: Usine Hollyhock Update #9 (1.03.012b) is available for download
- Replies: 16
- Views: 26838
- 05 Jan 2014, 15:04
- Forum: Patching questions
- Topic: Separate the input from two MIDI devices in one patch?
- Replies: 13
- Views: 15113
- 31 Dec 2013, 16:18
- Forum: Patching questions
- Topic: How can I store a text with preset manager ?
- Replies: 8
- Views: 11067
Yeah, that's a bit too much of a work-around for my laziness. ;) Given that I find text editing within Usine a bit clunky, my own work-around is a small piece of FastScript that can load a text file and extract a requested line - indexed from 0 - from it. It's behaviour when attempting to select inv...
- 27 Dec 2013, 17:03
- Forum: Patching questions
- Topic: How can I store a text with preset manager ?
- Replies: 8
- Views: 11067
- 21 Dec 2013, 10:41
- Forum: Add-ons discussion
- Topic: Distributions
- Replies: 9
- Views: 15812
- 25 Nov 2013, 15:38
- Forum: News
- Topic: Coming soon: a chat window integrated in usine !
- Replies: 5
- Views: 11340
Wow, cool! Please please please tell me there's some way for chat participants to send text messages out into the wider module world of Usine for manipulation? i.e. someone types something like "/trig Hullo Nay!" and an outlet on a Chat module emits the string "Hullo Nay!". We can then send it to be...
- 25 Nov 2013, 11:22
- Forum: General discussion
- Topic: Re-opening of workspaces and lost settings
- Replies: 3
- Views: 5241
- 21 Nov 2013, 12:12
- Forum: Patching questions
- Topic: FastScript - Sin/Cos not acting as expected
- Replies: 2
- Views: 3242
- 21 Nov 2013, 12:10
- Forum: Patching questions
- Topic: FastScript - Rounding to specified decimal place
- Replies: 1
- Views: 2688
- 18 Oct 2013, 12:48
- Forum: General discussion
- Topic: Video demonstration about 3 Midi add-Ons
- Replies: 5
- Views: 6476
- 16 Oct 2013, 17:30
- Forum: Patching questions
- Topic: moog moogerfooger
- Replies: 3
- Views: 3806
- 28 Sep 2013, 13:27
- Forum: Patching questions
- Topic: IML to set values of a sub-patch's data inlets?
- Replies: 1
- Views: 2656
I've got a patch like this: http://www.sensomusic.com/forums/uploads.php?file=usine-iml-subpatch.png But I can't work out the correct IML to set the data and array inlets of the subpatch. What am I missing? Eventually the IML messages will be composed and triggered by a Fastscript, and target multip...
- 25 Sep 2013, 18:44
- Forum: General discussion
- Topic: Helper for copying old Usine Configs to new versions [OSX]
- Replies: 4
- Views: 5926
To simplify upgrading Usine on Macs, I've knocked up a quick Automator workflow app: http://www.sensomusic.com/forums/uploads.php?file=UsineCopyConfig.zip When run, it'll find all the Hollyhock's you've got in /Applications/ and ask you to select the version where you want the configuration to be co...
- 25 Sep 2013, 15:23
- Forum: General discussion
- Topic: Android tablet as an external screen and controller ?
- Replies: 11
- Views: 14752
Are you dead set on using Mobius? Have you tried Echoloop? it's a fantastic implementation and evolution of the classic EDP Pro with very good status feedback (I have a TouchOSC page that shows loop playback position, forward/reverse state, sync/quantize LEDs, etc as well as having all the interacti...
- 25 Sep 2013, 12:51
- Forum: General discussion
- Topic: Android tablet as an external screen and controller ?
- Replies: 11
- Views: 14752
If you've a bunch of time and some Javascript programming skills then you can create your own external UI that sends/receives OSC with Control:
http://charlie-roberts.com/Control/
http://charlie-roberts.com/Control/
- 24 Sep 2013, 18:42
- Forum: News
- Topic: Usine Hollyhock Update #7 (1.02.011e) is available for download
- Replies: 1
- Views: 4731
- 24 Sep 2013, 18:39
- Forum: Suggestions & improvements
- Topic: FastScript - Save Dialog Prompt
- Replies: 5
- Views: 6730
I too do my scripting in an external editor. (Emacs with a modified pascal-mode for proper syntax highlighting, outlining, indenting etc of fastscript. Ask if you'd like a copy.) The fastest way I've found to integrate it into my workflow is to save the edited file, switch to Usine, open the Browser...
- 24 Sep 2013, 18:28
- Forum: Suggestions & improvements
- Topic: new built in procedure for 'load' (in addition to 'init')
- Replies: 10
- Views: 11874
I can't help with your problem in the detailed sense, but is your example code correct?
is an assignment (":=") not a comparison ("=").
Code: Select all
if firstTime := 0- 01 Sep 2013, 14:46
- Forum: Patching questions
- Topic: Resending an event? (Bang a event again)
- Replies: 12
- Views: 13538
Here's the weird thing that I definitely do think could be a bug: Changing the length of an array outlet to 0 does not seem to trigger an update callback on downstream modules. So triggering "ClearAll" on the StoreArrays module does not result in downstream modules being notified that the values hav...
- 01 Sep 2013, 14:22
- Forum: Patching questions
- Topic: Resending an event? (Bang a event again)
- Replies: 12
- Views: 13538
Yeah, this is weird 'cos I've just been hit by this problem in a patch I'm hacking together. Seems that arrays inlets on downstream modules are not notified that the array has been altered if it's content remains the same. Which kinda makes sense logically but sometimes subverts expectations. And th...
- 31 Aug 2013, 22:41
- Forum: Suggestions & improvements
- Topic: Knobs showing just their current value
- Replies: 4
- Views: 5511
Well a bit of fiddling around with trigonometry, shape modules, and IML and I've got a nice little custom knob display sub-patch working: http://www.sensomusic.com/forums/uploads.php?file=custom-knob-ui.png :) I'm still struggling with programmatically setting colours from fastscript, though. Does a...
- 31 Aug 2013, 19:23
- Forum: Suggestions & improvements
- Topic: Knobs showing just their current value
- Replies: 4
- Views: 5511
- 31 Aug 2013, 17:20
- Forum: Suggestions & improvements
- Topic: Knobs showing just their current value
- Replies: 4
- Views: 5511
I was just thinking that it would be great if the knob module had a "show cursor" option - kinda like what Faders have. Because at the moment knobs always fill in the arc from 0 clockwise, whereas an option to just colour a blob at it's current value would be better when using knobs for panning/bala...
- 28 Aug 2013, 17:16
- Forum: Patching questions
- Topic: How to set output colours in FastScript?
- Replies: 1
- Views: 2586
I was just investigating this problem further and discovered something weird. If I run a script that creates a ptChooseColor TParameter that is both an input and output then everything works. A colour chooser connected to the inlet transmits its values perfectly through the script to the outlet, and...
- 27 Aug 2013, 17:18
- Forum: Patching questions
- Topic: How to set output colours in FastScript?
- Replies: 1
- Views: 2586
- 20 Aug 2013, 21:34
- Forum: Patching questions
- Topic: New matrix combo for HH
- Replies: 5
- Views: 5357
Yeah, processIdle is called at the UI rate, so its perfect for deferring visual updates while ensuring all the audio stuff gets maximum CPU. :) Here's my split_string function. It's not quite an instant drop-in for TStringLists but shouldn't be too hard to figure out. It does not handle embedded quo...
- 20 Aug 2013, 21:26
- Forum: Patching questions
- Topic: midi controller
- Replies: 6
- Views: 8096
This is what I use (its really handy for mapping certain CC messages to synths): http://content.screencast.com/users/ynohtna/folders/Jing/media/a6b5d655-5b69-43a0-bd2e-b308510fc841/00000506.png The "has Chg" chain ensures that the message is sent if I not only alter the fader but also CC number. The...
- 18 Aug 2013, 17:47
- Forum: Patching questions
- Topic: New matrix combo for HH
- Replies: 5
- Views: 5357
I know its not very helpful but I just had a brief look at this and can verify that the problems are reproducible, so it's not happening just to you. :) Couldn't find any issues in a quick run through the script, though. I seem to recall having seen similar issues with my scripts when updating indiv...
- 13 Aug 2013, 23:18
- Forum: General discussion
- Topic: Is Hollyhock transmitting valid MIDI program change messages?
- Replies: 2
- Views: 3146
- 13 Aug 2013, 21:49
- Forum: General discussion
- Topic: Is Hollyhock transmitting valid MIDI program change messages?
- Replies: 2
- Views: 3146
Because MIDI Monitor on my Mac seems to think it's sending something invalid after each prog change message. (The same thing happens whether the message is created in my fastscript or with the built-in Create Midi Message module). http://www.sensomusic.com/forums/uploads.php?file=usine-invalid-midi-...
- 15 Jul 2013, 16:04
- Forum: Patching questions
- Topic: "On-Top" Parameter Inconsistencies
- Replies: 24
- Views: 22922
Welcome ynohtna, the colour won't update properly if the audio engine is paused. this is normal behavior, when audio engine is OFF, some calculation are not done in patch Good to know, thanks! Will these visual updates propagate in the new version when the engine is run with no audio output? (I'm b...
- 13 Jul 2013, 11:34
- Forum: Patching questions
- Topic: "On-Top" Parameter Inconsistencies
- Replies: 24
- Views: 22922
