Skip to content

Commit

Permalink
- temp disable tool mappings (workaround for issue #102)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn-nesby committed Oct 18, 2017
1 parent a966b6b commit 78f161e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Tools/com.renoise.xStream.xrnx/main.lua
Expand Up @@ -163,8 +163,10 @@ end)
local key_mapping, midi_mapping = nil,nil

--== "favorites" ==--

for i = 1,64 do
-- NB: temporarily disabled due to lua runtime error:
-- https://github.com/renoise/xrnx/issues/102
--[[
for i = 1,16 do
midi_mapping = MIDI_PREFIX..("Favorites:Favorite #%.2d [Trigger]"):format(i)
renoise.tool():add_midi_mapping{
name = midi_mapping,
Expand Down Expand Up @@ -212,10 +214,9 @@ for i = 1,16 do
end
end
}
--[[
]]
end
]]

midi_mapping = MIDI_PREFIX.."Presets:Select Next Preset [Trigger]"
renoise.tool():add_midi_mapping{
Expand Down

0 comments on commit 78f161e

Please sign in to comment.